aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich1-8/+0
2017-08-13moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich1-0/+1
2017-08-13spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich1-0/+39
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich1-0/+19
2017-08-13spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich1-0/+8
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich1-18/+18
2017-08-13spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich1-0/+9
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich1-2/+3
2017-08-13spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich1-5/+5
2017-08-13spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich1-1/+1
2017-08-13spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich1-0/+11
2017-08-13spl: add a 'return to bootrom' boot methodPhilipp Tomsich3-0/+39
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-2/+2
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-4/+4
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada1-1/+1
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-1/+1
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin1-53/+1
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl1-1/+1
2017-06-09SPL: Add XIP booting supportVikas Manocha3-0/+38
2017-06-08spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha1-3/+3
2017-06-05common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini1-72/+24
2017-06-05bootstage: Support SPLSimon Glass1-0/+18
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori1-0/+1
2017-05-22Merge git://git.denx.de/u-boot-sunxiTom Rini1-105/+196
2017-05-22lib: move hash CONFIG options to KconfigTom Rini1-0/+4
2017-05-22Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan1-0/+8
2017-05-17SPL: FIT: allow loading multiple imagesAndre Przywara1-2/+40
2017-05-17SPL: FIT: factor out spl_load_fit_image()Andre Przywara1-82/+80
2017-05-17SPL: FIT: improve error handlingAndre Przywara1-2/+13
2017-05-17SPL: FIT: rework U-Boot image loadingAndre Przywara1-14/+32
2017-05-17SPL: FIT: refactor FDT loadingAndre Przywara1-31/+57
2017-05-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-2/+2
2017-05-15spl: add support to booting with ATFKever Yang4-0/+117
2017-05-15mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada1-1/+1
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-1/+1
2017-05-12common: dfu: ignore reset for spl-dfuB, Ravi1-0/+4
2017-05-12spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORTB, Ravi1-0/+1
2017-05-11boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi1-0/+40
2017-05-11spl: reorder the assignment of board info to global dataLokesh Vutla1-1/+1
2017-05-11spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich1-3/+12
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha2-9/+5
2017-04-08spl: net: Add FIT image support over network bootAndrew F. Davis1-3/+31
2017-04-08spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMCAlexandru Gagniuc1-1/+1
2017-04-08spl: armv7m: keep ARM v7M in thumb mode while jumping to entry pointVikas Manocha1-0/+3
2017-03-21spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LENTom Rini1-2/+3
2017-03-18Kconfig: Disable non-FIT SPL loading for TI secure devicesAndrew F. Davis1-2/+2
2017-03-18spl: Add option to enable SPL Legacy image supportAndrew F. Davis2-2/+16
2017-03-18spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis2-4/+16
2017-03-16spl: Add spl_early_init()Eddie Cai1-11/+35
2017-02-17SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen2-9/+17