summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* spl: Make spl_boot_list a local variableSimon Glass2016-10-06-12/+12
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-06-10/+11
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-06-20/+29
* spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-06-11/+14
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-06-75/+98
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-06-11/+2
* spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-06-14/+25
* spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-06-5/+3
* spl: spi: Move the generic SPI loader into common/splSimon Glass2016-10-06-0/+124
* spl: Convert spl_sata_load_image() to use linker listSimon Glass2016-10-06-5/+2
* spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-06-4/+2
* spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2016-10-06-5/+2
* spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-06-5/+2
* spl: Convert spl_onenand_load_image() to use linker listSimon Glass2016-10-06-5/+3
* spl: Convert spl_nand_load_image() to use linker listSimon Glass2016-10-06-5/+3
* spl: Convert spl_ubi_load_image() to use linker listSimon Glass2016-10-06-6/+3
* spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-06-7/+5
* spl: Convert spl_ram_load_image() to use linker listSimon Glass2016-10-06-9/+9
* spl: Add a way to declare an SPL image loaderSimon Glass2016-10-06-0/+20
* spl: Convert boot_device into a structSimon Glass2016-10-06-32/+37
* spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass2016-10-06-0/+9
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-06-1/+2
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-06-33/+36
* spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass2016-10-06-8/+8
* fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy2016-10-01-3/+7
* fastboot: add support for writing MBRPetr Kulhavy2016-10-01-6/+34
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-01-2/+2
* bootm: fix passing argc to standalone appsZubair Lutfullah Kakakhel2016-10-01-3/+1
* cmd: dfu: Add error handling for failed registrationSanchayan Maity2016-09-27-1/+6
* dra7x: boot: add dfu bootmode supportB, Ravi2016-09-27-1/+9
* spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2016-09-27-0/+58
* common: dfu: saperate the dfu common functionalityB, Ravi2016-09-27-0/+89
* spl: dfu: add dfu support in SPLB, Ravi2016-09-27-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-3/+3
* usb: squash lines for immediate returnMasahiro Yamada2016-09-23-23/+11
* image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-22-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-09-21-0/+6
|\
| * board_f: Add a mach_cpu_init callbackPaul Burton2016-09-21-0/+6
* | Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu2016-09-20-0/+5
|/
* Kconfig: tpl: Add some TPL support options to KconfigSimon Glass2016-09-16-0/+67
* Kconfig: spl: Add SPL support options to KconfigSimon Glass2016-09-16-0/+411
* Use separate options for TPL supportSimon Glass2016-09-16-1/+11
* Kconfig: Move SPL settings into their own fileSimon Glass2016-09-16-0/+69
* common, kconfig: move VERSION_VARIABLE to KconfigHeiko Schocher2016-09-09-0/+10
* image-fit: switch ENOLINK to ENOENTJonathan Gray2016-09-07-1/+1
* common/Kconfig: Fix various innocuous typos.Robert P. J. Day2016-09-07-11/+11
* spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski2016-09-06-4/+7
* image-fit: fix fit_image_load() OS checkAndreas Bießmann2016-09-06-1/+2
* net: mii: check phy advertising register when geting link statusDongpo Li2016-08-22-4/+14
* common: cli_readline: Improve command line editingJames Byrne2016-08-20-31/+67