aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2016-12-09spl: Drop announce_boot_device()Simon Glass1-83/+3
2016-12-09spl: Pass the loader into spl_load_image()Simon Glass1-4/+4
2016-12-09spl: Move the loading code into its own functionSimon Glass1-12/+29
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass11-16/+18
2016-12-05dm: spl: mmc: Fix EXT SPL supportMichal Simek1-2/+2
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass1-0/+3
2016-12-01SPL: mmc: Make spl_mmc_load_image availableMarek Vasut1-2/+2
2016-12-01mmc: Tinification of the mmc codeMarek Vasut1-1/+5
2016-11-29spl: mmc: fix switch statementMax Krummenacher1-1/+0
2016-11-28spl: add USB Gadget config optionStefan Agner1-12/+21
2016-11-28spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner1-0/+26
2016-11-28spl: add RAM boot device only if it is actually definedStefan Agner1-0/+2
2016-11-28spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com1-1/+0
2016-11-28spl: add check for FIT-header when loading imagetomas.melin@vaisala.com1-1/+2
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns1-4/+4
2016-11-18spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2-2/+29
2016-10-15spl: move SYS_OS_BASE to KconfigHeiko Schocher1-0/+10
2016-10-14spl: move SPL_OS_BOOT to KconfigHeiko Schocher1-0/+8
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi1-0/+13
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-09-27dra7x: boot: add dfu bootmode supportB, Ravi1-1/+9
2016-09-27spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2-0/+58
2016-09-16Kconfig: tpl: Add some TPL support options to KconfigSimon Glass1-0/+67
2016-09-16Kconfig: spl: Add SPL support options to KconfigSimon Glass1-0/+411
2016-09-16Kconfig: Move SPL settings into their own fileSimon Glass1-0/+67
2016-09-06spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski1-4/+7
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans1-2/+2