summaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)Author
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
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-10Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)
2015-03-24remove unnecessary version.h includesRob Herring
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass
2015-02-17Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-02-16spl, spl_nor: fix compiler warningHeiko Schocher
2015-02-16arm: spl: Provide for a board-specific loaderSimon Glass
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese
2015-01-14spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada
2015-01-06Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2015-01-06spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET
2015-01-05spl_sata.c: Add <scsi.h>Tom Rini
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET