aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass1-11/+2
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass2-14/+25
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass2-5/+3
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass2-0/+124
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass2-5/+2
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass2-4/+2
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2-5/+2
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass2-5/+2
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass2-5/+3
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass2-5/+3
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass2-6/+3
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass2-7/+5
2016-10-06spl: Convert spl_ram_load_image() to use linker listSimon Glass1-9/+9
2016-10-06spl: Add a way to declare an SPL image loaderSimon Glass1-0/+20
2016-10-06spl: Convert boot_device into a structSimon Glass10-32/+37
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass1-0/+9
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass1-1/+2
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass10-33/+36
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass2-8/+8
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)1-0/+1
2016-10-01fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy1-3/+7
2016-10-01fastboot: add support for writing MBRPetr Kulhavy1-6/+34
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-2/+2