summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeLines
* spl: move SYS_OS_BASE to KconfigHeiko Schocher2016-10-15-0/+10
* spl: move SPL_OS_BOOT to KconfigHeiko Schocher2016-10-14-0/+8
* spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-08-0/+13
* 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
* 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
* 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
* Kconfig: Move SPL settings into their own fileSimon Glass2016-09-16-0/+67
* spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski2016-09-06-4/+7
* spl_nor.c: Support devicetree sizes different from 16kMike Looijmans2016-08-08-2/+2
* dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass2016-07-27-1/+1
* spl: fit: Fix the number of bytes read in raw modeLokesh Vutla2016-07-22-1/+3
* spl: zImage support in Falcon modeLadislav Michl2016-07-22-0/+23
* spl: support loading from UBI volumesLadislav Michl2016-07-22-0/+87
* spl: Fix compilation warnings for arm64Michal Simek2016-07-22-1/+2
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-15-2/+2
|\
| * sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-15-2/+2
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-07-15-3/+3
|\ \
| * | dm: spl: Bind in all devices in SPL with of-platdataSimon Glass2016-07-14-1/+2
| * | dm: spl: Don't set up device tree with of-platdataSimon Glass2016-07-14-1/+1
| * | spl: Drop include of i2c.hSimon Glass2016-07-14-1/+0
| |/
* | spl: fit: add support for post-processing of imagesDaniel Allred2016-07-14-5/+16
|/
* dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass2016-07-11-3/+3
* common: Pass the boot device into spl_boot_mode()Marek Vasut2016-06-26-1/+1
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-20-0/+7
|\
| * spl: nand: support redundant u-boot imageBoris Brezillon2016-06-19-0/+7