summaryrefslogtreecommitdiff
path: root/common/spl
Commit message (Expand)AuthorAgeLines
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET2016-02-19-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-5/+4
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-13-11/+15
* Merge git://git.denx.de/u-boot-rockchipTom Rini2015-12-16-1/+1
|\
| * spl: use panic_str instead of panicSjoerd Simons2015-12-13-1/+1
* | spl: mmc: use block device number, not hard-coded 0Eric Nelson2015-12-14-3/+5
|/
* spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass2015-12-05-32/+9
* spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass2015-12-05-7/+7
* spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass2015-12-05-1/+1
* spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov2015-11-18-9/+34
* spl: announce boot devicesNikita Kiryanov2015-11-18-0/+79
* spl: add support for alternative boot deviceNikita Kiryanov2015-11-18-4/+29
* common: spl: move image load to its own functionNikita Kiryanov2015-11-18-67/+50
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-18-48/+91
* spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov2015-11-18-36/+18
* spl: mmc: move fs boot into its own functionNikita Kiryanov2015-11-18-30/+51
* spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov2015-11-18-4/+9
* spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov2015-11-18-8/+21
* spl: mmc: refactor device location code to its own functionNikita Kiryanov2015-11-18-22/+55
* spl: mmc: add break statements in spl_mmc_load_image()Nikita Kiryanov2015-11-18-6/+7
* spl: nand: remove code duplicationNikita Kiryanov2015-11-18-15/+16
* malloc_simple: Add support for switching to DRAM heapHans de Goede2015-10-20-0/+12
* spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede2015-10-20-3/+0
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-2/+1
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-18-1/+1
* spl: Fix compile warning for arm64Gong Qianyu2015-08-12-1/+1
* spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese2015-07-24-0/+5
* spl: Add a debug string before the jump to U-BootSimon Glass2015-07-21-0/+1
* dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-21-11/+24
* dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass2015-07-21-2/+15
* spl: Add debugging info for spl_mmc bootSimon Glass2015-07-21-2/+7
* spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski2015-06-18-7/+15
* spl: spl_mmc: Minor cosmeticsPaul Kocialkowski2015-06-18-6/+5
* spl: spl_mmc: Error and count distinctionPaul Kocialkowski2015-05-28-14/+19
* spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey2015-05-26-1/+1
* spl: Correct address in spl_relocate_stack_gd()Simon Glass2015-05-14-1/+1
* spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski2015-05-10-0/+5
* spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski2015-05-10-55/+73
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-04-24-2/+2
|\
| * armv8/ls2085aqds: NAND boot supportScott Wood2015-04-23-2/+2
* | dm: Init device tree as well as driver model in SPLSimon Glass2015-04-23-3/+17
* | Correct malloc_limit value for pre-relocation malloc()Simon Glass2015-04-23-1/+1
|/
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-18-1/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-18-1/+1
* Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)2015-04-10-0/+12
* remove unnecessary version.h includesRob Herring2015-03-24-2/+0
* arm: spl: Allow board_init_r() to run with a larger stackSimon Glass2015-03-04-0/+35
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-02-17-0/+5
|\
| * arm: spl: Provide for a board-specific loaderSimon Glass2015-02-16-0/+5
* | spl, spl_nor: fix compiler warningHeiko Schocher2015-02-16-1/+1
|/