summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl
2017-06-09SPL: Add XIP booting supportVikas Manocha
2017-06-09spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha
2017-06-05common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini
2017-06-05bootstage: Support SPLSimon Glass
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori
2017-05-22Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-05-22lib: move hash CONFIG options to KconfigTom Rini
2017-05-22Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan
2017-05-17SPL: FIT: allow loading multiple imagesAndre Przywara
2017-05-17SPL: FIT: factor out spl_load_fit_image()Andre Przywara
2017-05-17SPL: FIT: improve error handlingAndre Przywara
2017-05-17SPL: FIT: rework U-Boot image loadingAndre Przywara
2017-05-17SPL: FIT: refactor FDT loadingAndre Przywara
2017-05-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2017-05-15spl: add support to booting with ATFKever Yang
2017-05-15mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada
2017-05-12common: dfu: ignore reset for spl-dfuB, Ravi
2017-05-12spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORTB, Ravi
2017-05-12boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi
2017-05-12spl: reorder the assignment of board info to global dataLokesh Vutla
2017-05-12spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha
2017-04-09spl: net: Add FIT image support over network bootAndrew F. Davis
2017-04-08spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMCAlexandru Gagniuc
2017-04-08spl: armv7m: keep ARM v7M in thumb mode while jumping to entry pointVikas Manocha
2017-03-21spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LENTom Rini
2017-03-18Kconfig: Disable non-FIT SPL loading for TI secure devicesAndrew F. Davis
2017-03-18spl: Add option to enable SPL Legacy image supportAndrew F. Davis
2017-03-18spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis
2017-03-16spl: Add spl_early_init()Eddie Cai
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