summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2017-04-05common: spl: don't optimize away version stringColibri-iMX7_LXDE-Image_2.7b2-20170410Colibri-iMX6_LXDE-Image_2.7b2-20170410Colibri-VF_LXDE-Image_2.7b2-20170410Colibri-T30_LXDE-Image_2.7b2-20170410Colibri-T20_LXDE-Image_2.7b2-20170410Apalis-iMX6_LXDE-Image_2.7b2-20170410Apalis-TK1_LXDE-Image_2.7b2-20170410Apalis-T30_LXDE-Image_2.7b2-20170410Max Krummenacher
2017-03-30common: apalis/colibri imx6: spl: add config to silence console outputMax Krummenacher
2017-01-18spl: add serial download protocol (SDP) supportStefan Agner
2017-01-11spl: add USB Gadget config optionStefan Agner
2017-01-11spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner
2017-01-11spl: add RAM boot device only if it is actually definedStefan Agner
2017-01-11spl: mmc: fix switch statementMax Krummenacher
2016-10-15spl: move SYS_OS_BASE to KconfigHeiko Schocher
2016-10-14spl: move SPL_OS_BOOT to KconfigHeiko Schocher
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi
2016-10-06spl: Make spl_boot_list a local variableSimon Glass
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ram_load_image() to use linker listSimon Glass
2016-10-06spl: Add a way to declare an SPL image loaderSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass
2016-09-27dra7x: boot: add dfu bootmode supportB, Ravi
2016-09-27spl: dfu: adding dfu support functions for SPL-DFUB, Ravi
2016-09-16Kconfig: tpl: Add some TPL support options to KconfigSimon Glass
2016-09-16Kconfig: spl: Add SPL support options to KconfigSimon Glass
2016-09-16Kconfig: Move SPL settings into their own fileSimon Glass
2016-09-06spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans
2016-07-27dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass
2016-07-22spl: fit: Fix the number of bytes read in raw modeLokesh Vutla
2016-07-22spl: zImage support in Falcon modeLadislav Michl
2016-07-22spl: support loading from UBI volumesLadislav Michl
2016-07-22spl: Fix compilation warnings for arm64Michal Simek
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka
2016-07-14dm: spl: Bind in all devices in SPL with of-platdataSimon Glass