summaryrefslogtreecommitdiffstats
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* spl: add support to booting with ATFKever Yang2017-05-154-0/+117
* common: dfu: ignore reset for spl-dfuB, Ravi2017-05-121-0/+4
* spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORTB, Ravi2017-05-121-0/+1
* boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi2017-05-111-0/+40
* spl: reorder the assignment of board info to global dataLokesh Vutla2017-05-111-1/+1
* spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich2017-05-111-3/+12
* spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-082-9/+5
* spl: net: Add FIT image support over network bootAndrew F. Davis2017-04-081-3/+31
* spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMCAlexandru Gagniuc2017-04-081-1/+1
* spl: armv7m: keep ARM v7M in thumb mode while jumping to entry pointVikas Manocha2017-04-081-0/+3
* 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