summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
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
2015-06-18spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski
2015-06-18spl: spl_mmc: Minor cosmeticsPaul Kocialkowski
2015-05-28spl: spl_mmc: Error and count distinctionPaul Kocialkowski
2015-05-26spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey
2015-05-14spl: Correct address in spl_relocate_stack_gd()Simon Glass
2015-05-10spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski
2015-05-10spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood
2015-04-23dm: Init device tree as well as driver model in SPLSimon Glass
2015-04-23Correct malloc_limit value for pre-relocation malloc()Simon Glass