summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeFilesLines
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-164-6/+6
* env: Rename setenv() to env_set()Simon Glass2017-08-163-4/+4
* dm: timer: normalise SPL and TPL supportPhilipp Tomsich2017-08-131-8/+0
* moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich2017-08-131-0/+1
* spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich2017-08-131-0/+39
* spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich2017-08-131-0/+19
* spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich2017-08-131-0/+8
* spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich2017-08-131-18/+18
* spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich2017-08-131-0/+9
* spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich2017-08-131-2/+3
* spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich2017-08-131-5/+5
* spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich2017-08-131-1/+1
* spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich2017-08-131-0/+11
* spl: add a 'return to bootrom' boot methodPhilipp Tomsich2017-08-133-0/+39
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-2/+2
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-4/+4
* 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