summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LENTom Rini2017-03-211-2/+3
* Kconfig: Disable non-FIT SPL loading for TI secure devicesAndrew F. Davis2017-03-181-2/+2
* spl: Add option to enable SPL Legacy image supportAndrew F. Davis2017-03-182-2/+16
* spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis2017-03-182-4/+16
* spl: Add spl_early_init()Eddie Cai2017-03-161-11/+35
* SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen2017-02-172-9/+17
* SPL: add support to boot from a partition typeDalon Westergreen2017-02-172-0/+31
* spl: Allow PCH drivers to be used in SPLSimon Glass2017-02-061-0/+9
* spl: Allow timer drivers to be used in SPLSimon Glass2017-02-061-0/+9
* spl: Allow RTC drivers to be used in SPLSimon Glass2017-02-061-0/+10
* spl: Allow PCI drivers to be used in SPLSimon Glass2017-02-061-0/+9
* spl: Allow CPU drivers to be used in SPLSimon Glass2017-02-061-0/+10
* spl: spi: Add a debug message if loading failsSimon Glass2017-02-061-1/+4
* ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KBMasahiro Yamada2017-01-291-2/+1
* Revert "armv8: release slave cores from CPU_RELEASE_ADDR"Masahiro Yamada2017-01-281-8/+0
* spl: Remove overwrite of relocated malloc limitAndrew F. Davis2017-01-281-1/+6
* spl: Add some missing newlinesAndrew F. Davis2017-01-201-2/+2
* spl: Remove inline ifdef check for EXT and FAT supportAndrew F. Davis2017-01-202-4/+0
* armv8: release slave cores from CPU_RELEASE_ADDROded Gabbay2017-01-141-0/+8
* spl: move RAM boot support in separate fileStefan Agner2017-01-144-60/+84
* Convert CONFIG_SPL_RAM_DEVICE to defconfigStefan Agner2017-01-141-0/+9
* Kconfig: CONFIG_OF_PLATDATA doesn't really existTom Rini2017-01-141-1/+1
* SPL: make struct spl_image 64-bit safeAndre Przywara2017-01-042-5/+5
* spl: Drop announce_boot_device()Simon Glass2016-12-091-83/+3
* spl: Pass the loader into spl_load_image()Simon Glass2016-12-091-4/+4
* spl: Move the loading code into its own functionSimon Glass2016-12-091-12/+29
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-0911-16/+18
* dm: spl: mmc: Fix EXT SPL supportMichal Simek2016-12-051-2/+2
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-021-0/+3
* SPL: mmc: Make spl_mmc_load_image availableMarek Vasut2016-12-011-2/+2
* mmc: Tinification of the mmc codeMarek Vasut2016-12-011-1/+5
* spl: mmc: fix switch statementMax Krummenacher2016-11-291-1/+0
* spl: add USB Gadget config optionStefan Agner2016-11-281-12/+21
* spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner2016-11-281-0/+26
* spl: add RAM boot device only if it is actually definedStefan Agner2016-11-281-0/+2
* spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com2016-11-281-1/+0
* spl: add check for FIT-header when loading imagetomas.melin@vaisala.com2016-11-281-1/+2
* ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns2016-11-211-4/+4
* spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2016-11-182-2/+29
* spl: move SYS_OS_BASE to KconfigHeiko Schocher2016-10-151-0/+10
* spl: move SPL_OS_BOOT to KconfigHeiko Schocher2016-10-141-0/+8
* spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-081-0/+13
* spl: Make spl_boot_list a local variableSimon Glass2016-10-061-12/+12
* spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-067-10/+11
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-064-20/+29
* spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-062-11/+14
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-0611-75/+98
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-061-11/+2
* spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-062-14/+25
* spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-062-5/+3