summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* mmc: add static to spl_mmc_get_device_index()Masahiro Yamada2017-07-191-1/+1
* dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-1/+1
* spl: fit: Break out some functions into a common fileCooper Jr., Franklin2017-07-101-53/+1
* spl: Make UBI fastmap support Kconfig selectableLadislav Michl2017-07-061-1/+1
* SPL: Add XIP booting supportVikas Manocha2017-06-093-0/+38
* spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha2017-06-081-3/+3
* common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini2017-06-051-72/+24
* bootstage: Support SPLSimon Glass2017-06-051-0/+18
* fs: fat: add kbuild configuration supportSekhar Nori2017-06-031-0/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-05-221-105/+196
|\
| * SPL: FIT: allow loading multiple imagesAndre Przywara2017-05-171-2/+40
| * SPL: FIT: factor out spl_load_fit_image()Andre Przywara2017-05-171-82/+80
| * SPL: FIT: improve error handlingAndre Przywara2017-05-171-2/+13
| * SPL: FIT: rework U-Boot image loadingAndre Przywara2017-05-171-14/+32
| * SPL: FIT: refactor FDT loadingAndre Przywara2017-05-171-31/+57
* | lib: move hash CONFIG options to KconfigTom Rini2017-05-221-0/+4
* | Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan2017-05-221-0/+8
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-05-161-2/+2
|\
| * mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada2017-05-151-1/+1
| * mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-151-1/+1
* | 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