summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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-26stdio: Correct numbering logic in stdio_probe_device()Simon Glass
2016-11-26stdio: Correct code style nitsSimon Glass
2016-11-25Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-11-24tools/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-19spl: 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-18watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel
2016-10-15spl: move SYS_OS_BASE to KconfigHeiko Schocher
2016-10-15spl: 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
2016-10-07common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-10-06spl: Make spl_boot_list a local variableSimon Glass
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass