summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-11-30Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2016-11-30common/board_f: enable initr_trap for MIPSDaniel Schwierzeck
2016-11-30Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-11-29Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2016-11-29spl: mmc: fix switch statementMax Krummenacher
2016-11-28spl: add USB Gadget config optionStefan Agner
2016-11-28spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner
2016-11-28spl: add RAM boot device only if it is actually definedStefan Agner
2016-11-28xyz-modem: Change getc timeout loop waitingtomas.melin@vaisala.com
2016-11-28sata: fix sata command can not being executed bugTang Yuantian
2016-11-28generic-board: make show_board_info a weak functionMarcel Ziswiler
2016-11-28Revert "generic-board: allow showing custom board info"Marcel Ziswiler
2016-11-28spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com
2016-11-28spl: add check for FIT-header when loading imagetomas.melin@vaisala.com
2016-11-26Merge git://git.denx.de/u-boot-rockchipTom Rini
2016-11-25stdio: Correct numbering logic in stdio_probe_device()Simon Glass
2016-11-25stdio: Correct code style nitsSimon Glass
2016-11-25Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-11-23tools/env: Correct include kconfigYork Sun
2016-11-23image-fit: Fix compiling error caused by autoconf.hYork Sun
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns
2016-11-18spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko
2016-11-05image: Protect against overflow in unknown_msg()Simon Glass
2016-11-03cmd: dfu: Add error handling for board_usb_initMichal Simek
2016-10-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-10-26config: Move CONFIG_DEFAULT_FDT_FILE to defconfigsJagan Teki
2016-10-23Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass
2016-10-23Convert CONFIG_SYS_CONSOLE_INFO_QUIET to KconfigSimon Glass
2016-10-23Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to KconfigSimon Glass
2016-10-23Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to KconfigSimon Glass
2016-10-23Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass
2016-10-23Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass
2016-10-23Convert SILENT_CONSOLE options to KconfigSimon Glass
2016-10-17watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel
2016-10-15spl: move SYS_OS_BASE to KconfigHeiko Schocher
2016-10-14spl: move SPL_OS_BOOT to KconfigHeiko Schocher
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-10-12common: Add DISPLAY_BOARDINFOLokesh Vutla
2016-10-12common/Kconfig: Add DISPLAY_CPUINFOLokesh Vutla
2016-10-11board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass
2016-10-11dm: stdio: Allow lazy probing of video devicesSimon Glass
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi