summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-10-07common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham1-4/+13
2016-10-07Various, 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-02fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy1-3/+7
2016-10-02fastboot: add support for writing MBRPetr Kulhavy1-6/+34
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-2/+2
2016-10-02bootm: fix passing argc to standalone appsZubair Lutfullah Kakakhel1-3/+1
2016-09-28cmd: dfu: Add error handling for failed registrationSanchayan Maity1-1/+6
2016-09-28dra7x: boot: add dfu bootmode supportB, Ravi1-1/+9
2016-09-28spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2-0/+58
2016-09-28common: dfu: saperate the dfu common functionalityB, Ravi2-0/+89
2016-09-28spl: dfu: add dfu support in SPLB, Ravi1-0/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
2016-09-24usb: squash lines for immediate returnMasahiro Yamada3-23/+11
2016-09-22image-fit: Fix fit_get_node_from_config semanticsPaul Burton3-3/+3
2016-09-21Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-0/+6
2016-09-21board_f: Add a mach_cpu_init callbackPaul Burton1-0/+6
2016-09-20Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu1-0/+5
2016-09-17Kconfig: tpl: Add some TPL support options to KconfigSimon Glass1-0/+67
2016-09-17Kconfig: spl: Add SPL support options to KconfigSimon Glass1-0/+411
2016-09-17Use separate options for TPL supportSimon Glass1-1/+11
2016-09-17Kconfig: Move SPL settings into their own fileSimon Glass2-0/+69
2016-09-10common, kconfig: move VERSION_VARIABLE to KconfigHeiko Schocher1-0/+10
2016-09-07image-fit: switch ENOLINK to ENOENTJonathan Gray1-1/+1
2016-09-07common/Kconfig: Fix various innocuous typos.Robert P. J. Day1-11/+11
2016-09-06spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski1-4/+7
2016-09-06image-fit: fix fit_image_load() OS checkAndreas Bießmann1-1/+2