aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-11-28spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner1-0/+26
2016-11-28spl: add RAM boot device only if it is actually definedStefan Agner1-0/+2
2016-11-28xyz-modem: Change getc timeout loop waitingtomas.melin@vaisala.com1-5/+5
2016-11-28sata: fix sata command can not being executed bugTang Yuantian1-3/+5
2016-11-28generic-board: make show_board_info a weak functionMarcel Ziswiler1-1/+1
2016-11-28Revert "generic-board: allow showing custom board info"Marcel Ziswiler1-1/+1
2016-11-28spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com1-1/+0
2016-11-28spl: add check for FIT-header when loading imagetomas.melin@vaisala.com1-1/+2
2016-11-26Merge git://git.denx.de/u-boot-rockchipTom Rini1-4/+5
2016-11-25stdio: Correct numbering logic in stdio_probe_device()Simon Glass1-2/+3
2016-11-25stdio: Correct code style nitsSimon Glass1-2/+2
2016-11-25Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+18
2016-11-23image-fit: Fix compiling error caused by autoconf.hYork Sun1-1/+1
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang1-1/+18
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-26/+31
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-23/+23
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda1-3/+6
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns1-4/+4
2016-11-18spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2-2/+29
2016-11-05image: Protect against overflow in unknown_msg()Simon Glass1-2/+4
2016-11-03cmd: dfu: Add error handling for board_usb_initMichal Simek1-1/+5
2016-10-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+5
2016-10-26config: Move CONFIG_DEFAULT_FDT_FILE to defconfigsJagan Teki1-0/+5
2016-10-23Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass3-4/+13
2016-10-23Convert CONFIG_SYS_CONSOLE_INFO_QUIET to KconfigSimon Glass1-0/+8
2016-10-23Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to KconfigSimon Glass1-0/+9
2016-10-23Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to KconfigSimon Glass1-0/+9
2016-10-23Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass1-0/+21
2016-10-23Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2-3/+45
2016-10-23Convert SILENT_CONSOLE options to KconfigSimon Glass2-2/+47
2016-10-17watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel1-0/+2
2016-10-15spl: move SYS_OS_BASE to KconfigHeiko Schocher1-0/+10
2016-10-14spl: move SPL_OS_BOOT to KconfigHeiko Schocher1-0/+8
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2-5/+5
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass2-21/+17
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2-2/+3
2016-10-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2-7/+83
2016-10-12common: Add DISPLAY_BOARDINFOLokesh Vutla1-0/+8
2016-10-12common/Kconfig: Add DISPLAY_CPUINFOLokesh Vutla1-0/+8
2016-10-11board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass1-3/+0
2016-10-11dm: stdio: Allow lazy probing of video devicesSimon Glass1-4/+83
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+1
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi1-0/+13
2016-10-07common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham1-4/+13
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day2-3/+3
2016-10-06spl: Make spl_boot_list a local variableSimon Glass1-12/+12
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass7-10/+11
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass4-20/+29
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass2-11/+14
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass11-75/+98