summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* tools/env: Correct include kconfigYork Sun2016-11-231-0/+2
* spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2016-11-182-2/+29
* image: Protect against overflow in unknown_msg()Simon Glass2016-11-051-2/+4
* cmd: dfu: Add error handling for board_usb_initMichal Simek2016-11-031-1/+5
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-281-0/+5
|\
| * config: Move CONFIG_DEFAULT_FDT_FILE to defconfigsJagan Teki2016-10-261-0/+5
* | Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass2016-10-233-4/+13
* | Convert CONFIG_SYS_CONSOLE_INFO_QUIET to KconfigSimon Glass2016-10-231-0/+8
* | Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to KconfigSimon Glass2016-10-231-0/+9
* | Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to KconfigSimon Glass2016-10-231-0/+9
* | Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass2016-10-231-0/+21
* | Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-232-3/+45
* | Convert SILENT_CONSOLE options to KconfigSimon Glass2016-10-232-2/+47
* | watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel2016-10-171-0/+2
|/
* spl: move SYS_OS_BASE to KconfigHeiko Schocher2016-10-151-0/+10
* spl: move SPL_OS_BOOT to KconfigHeiko Schocher2016-10-141-0/+8
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-132-5/+5
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-132-21/+17
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-132-2/+3
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-10-122-7/+83
|\
| * board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass2016-10-111-3/+0
| * dm: stdio: Allow lazy probing of video devicesSimon Glass2016-10-111-4/+83
* | common: Add DISPLAY_BOARDINFOLokesh Vutla2016-10-121-0/+8
* | common/Kconfig: Add DISPLAY_CPUINFOLokesh Vutla2016-10-121-0/+8
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-081-0/+1
|\
| * tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2016-10-061-0/+1
* | spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-081-0/+13
* | common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham2016-10-071-4/+13
* | Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-062-3/+3
* | spl: Make spl_boot_list a local variableSimon Glass2016-10-061-12/+12
* | spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-067-10/+11
* | spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-064-20/+29
* | spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-062-11/+14
* | spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-0611-75/+98
* | spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-061-11/+2
* | spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-062-14/+25
* | spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-062-5/+3
* | spl: spi: Move the generic SPI loader into common/splSimon Glass2016-10-062-0/+124
* | spl: Convert spl_sata_load_image() to use linker listSimon Glass2016-10-062-5/+2
* | spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-062-4/+2
* | spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2016-10-062-5/+2
* | spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-062-5/+2
* | spl: Convert spl_onenand_load_image() to use linker listSimon Glass2016-10-062-5/+3
* | spl: Convert spl_nand_load_image() to use linker listSimon Glass2016-10-062-5/+3
* | spl: Convert spl_ubi_load_image() to use linker listSimon Glass2016-10-062-6/+3
* | spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-062-7/+5
* | spl: Convert spl_ram_load_image() to use linker listSimon Glass2016-10-061-9/+9
* | spl: Add a way to declare an SPL image loaderSimon Glass2016-10-061-0/+20
* | spl: Convert boot_device into a structSimon Glass2016-10-0610-32/+37
* | spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass2016-10-061-0/+9