summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
2016-09-18spl: inject '/boot-device' into FDTPhilipp Tomsich
2016-09-18spl: Provide a FIT-only policy via SPL_LOAD_FIT_ONLYPhilipp Tomsich
2016-09-18spl: fit: Fix the number of bytes read in raw modeLokesh Vutla
2016-09-18spl: fit: add support for post-processing of imagesDaniel Allred
2016-09-18spl: fit: Fix non-matching DT names console outputAndreas Dannenberg
2016-09-18spl: fit: Fix load address of fit headerLokesh Vutla
2016-09-18spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla
2016-09-18spl: fit: Do not print selected dtb during fit loadLokesh Vutla
2016-09-18spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla
2016-09-18SPL: FIT: Align loading address for headerMichal Simek
2016-09-18spl: fit: Print error message when FDT is not presentMichal Simek
2016-09-18spl: Print from which mmc slot spl is trying to bootHans de Goede
2016-03-24spl_mmc: allow to load raw imageMasahiro Yamada
2016-03-15spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14spl: Support loading a FIT from MMCSimon Glass
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-02-19spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-13arm: move gd handling outside of C codeAlbert ARIBAUD
2015-12-16Merge git://git.denx.de/u-boot-rockchipTom Rini
2015-12-14spl: mmc: use block device number, not hard-coded 0Eric Nelson
2015-12-13spl: use panic_str instead of panicSjoerd Simons
2015-12-05spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass
2015-12-05spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass
2015-12-05spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov
2015-11-18spl: announce boot devicesNikita Kiryanov
2015-11-18spl: add support for alternative boot deviceNikita Kiryanov
2015-11-18common: spl: move image load to its own functionNikita Kiryanov
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-11-18spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov
2015-11-18spl: mmc: move fs boot into its own functionNikita Kiryanov
2015-11-18spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov
2015-11-18spl: mmc: refactor device location code to its own functionNikita Kiryanov
2015-11-18spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov
2015-11-18spl: nand: remove code duplicationNikita Kiryanov
2015-10-20malloc_simple: Add support for switching to DRAM heapHans de Goede
2015-10-20spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada
2015-08-12spl: Fix compile warning for arm64Gong Qianyu
2015-07-24spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-07-21dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass
2015-07-21spl: Add debugging info for spl_mmc bootSimon Glass