aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-2/+1
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada1-1/+1
2015-08-12spl: Fix compile warning for arm64Gong Qianyu1-1/+1
2015-07-24spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese1-0/+5
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass1-0/+1
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass1-11/+24
2015-07-21dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass1-2/+15
2015-07-21spl: Add debugging info for spl_mmc bootSimon Glass1-2/+7
2015-06-18spl: spl_mmc: MMC boot mode provisions checksPaul Kocialkowski1-7/+15
2015-06-18spl: spl_mmc: Minor cosmeticsPaul Kocialkowski1-6/+5
2015-05-28spl: spl_mmc: Error and count distinctionPaul Kocialkowski1-14/+19
2015-05-26spl: spl_mmc: fix mmc Falcon mode regressionTim Harvey1-1/+1
2015-05-14spl: Correct address in spl_relocate_stack_gd()Simon Glass1-1/+1
2015-05-10spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski1-0/+5
2015-05-10spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski1-55/+73
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2-2/+2
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood2-2/+2
2015-04-23dm: Init device tree as well as driver model in SPLSimon Glass1-3/+17
2015-04-23Correct malloc_limit value for pre-relocation malloc()Simon Glass1-1/+1
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-1/+1
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2015-04-10Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)1-0/+12
2015-03-24remove unnecessary version.h includesRob Herring2-2/+0
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass1-0/+35
2015-02-17Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-0/+5
2015-02-16spl, spl_nor: fix compiler warningHeiko Schocher1-1/+1
2015-02-16arm: spl: Provide for a board-specific loaderSimon Glass1-0/+5
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese1-1/+1
2015-01-14spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada1-25/+39
2015-01-06Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-3/+16
2015-01-06spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e...Guillaume GARDET1-3/+16
2015-01-05spl_sata.c: Add <scsi.h>Tom Rini1-0/+1
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET1-1/+2
2014-12-08spl: MMC U-Boot image load from raw partitionPaul Kocialkowski1-4/+26
2014-12-04MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski1-4/+4
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET1-5/+5
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-1/+15
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami1-9/+9
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese1-1/+3
2014-11-21dm: spl: Allow driver model to be usedSimon Glass1-0/+5
2014-11-21dm: spl: Make simple malloc() available when enabledSimon Glass1-1/+10
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2-5/+23
2014-10-27spl: move comment to the right placeAndreas Bießmann1-1/+1
2014-10-27spl: do not hang in spl_register_fat_device but return error value. It allows...Guillaume GARDET1-1/+1
2014-10-27spl: Add EXT support to SPLGuillaume GARDET3-2/+156
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET4-9/+9
2014-10-10common: spl_sata: perform SCSI scan before getting deviceRoger Quadros1-0/+1
2014-09-15Fix a few printf argument verification warningsVasili Galka1-1/+1
2014-07-22spl: nand: read only in the size of image_header on the first accessMasahiro Yamada1-3/+3
2014-05-15nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey1-1/+1