summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeLines
* spl: Drop announce_boot_device()Simon Glass2016-12-09-83/+3
* spl: Pass the loader into spl_load_image()Simon Glass2016-12-09-4/+4
* spl: Move the loading code into its own functionSimon Glass2016-12-09-12/+29
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-09-16/+18
* dm: spl: mmc: Fix EXT SPL supportMichal Simek2016-12-05-2/+2
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-02-0/+3
* SPL: mmc: Make spl_mmc_load_image availableMarek Vasut2016-12-01-2/+2
* mmc: Tinification of the mmc codeMarek Vasut2016-12-01-1/+5
* spl: mmc: fix switch statementMax Krummenacher2016-11-29-1/+0
* spl: add USB Gadget config optionStefan Agner2016-11-28-12/+21
* spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner2016-11-28-0/+26
* spl: add RAM boot device only if it is actually definedStefan Agner2016-11-28-0/+2
* spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com2016-11-28-1/+0
* spl: add check for FIT-header when loading imagetomas.melin@vaisala.com2016-11-28-1/+2
* ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns2016-11-21-4/+4
* spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2016-11-18-2/+29
* 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