summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2017-03-09SPL: FIT: allow loading multiple imagesAndre Przywara
2017-03-09SPL: FIT: factor out spl_load_fit_image()Andre Przywara
2017-03-09SPL: FIT: rework U-Boot image loadingAndre Przywara
2017-03-09SPL: FIT: refactor FDT loadingAndre Przywara
2017-02-17SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen
2017-02-06spl: Allow PCH drivers to be used in SPLSimon Glass
2017-02-06spl: Allow timer drivers to be used in SPLSimon Glass
2017-02-06spl: Allow RTC drivers to be used in SPLSimon Glass
2017-02-06spl: Allow PCI drivers to be used in SPLSimon Glass
2017-02-06spl: Allow CPU drivers to be used in SPLSimon Glass
2017-02-06spl: spi: Add a debug message if loading failsSimon Glass
2017-01-29ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KBMasahiro Yamada
2017-01-28Revert "armv8: release slave cores from CPU_RELEASE_ADDR"Masahiro Yamada
2017-01-28spl: Remove overwrite of relocated malloc limitAndrew F. Davis
2017-01-20spl: Add some missing newlinesAndrew F. Davis
2017-01-20spl: Remove inline ifdef check for EXT and FAT supportAndrew F. Davis
2017-01-14armv8: release slave cores from CPU_RELEASE_ADDROded Gabbay
2017-01-14spl: move RAM boot support in separate fileStefan Agner
2017-01-14Convert CONFIG_SPL_RAM_DEVICE to defconfigStefan Agner
2017-01-14Kconfig: CONFIG_OF_PLATDATA doesn't really existTom Rini
2017-01-04SPL: make struct spl_image 64-bit safeAndre Przywara
2016-12-09spl: Drop announce_boot_device()Simon Glass
2016-12-09spl: Pass the loader into spl_load_image()Simon Glass
2016-12-09spl: Move the loading code into its own functionSimon Glass
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-12-05dm: spl: mmc: Fix EXT SPL supportMichal Simek
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass
2016-12-01SPL: mmc: Make spl_mmc_load_image availableMarek Vasut
2016-12-01mmc: Tinification of the mmc codeMarek Vasut
2016-11-29spl: mmc: fix switch statementMax Krummenacher
2016-11-28spl: add USB Gadget config optionStefan Agner
2016-11-28spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner
2016-11-28spl: add RAM boot device only if it is actually definedStefan Agner
2016-11-28spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com
2016-11-28spl: add check for FIT-header when loading imagetomas.melin@vaisala.com
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns
2016-11-18spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko
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