aboutsummaryrefslogtreecommitdiff
path: root/common/spl
AgeCommit message (Expand)AuthorFilesLines
2016-06-01spl: fit: Fix load address of fit headerLokesh Vutla1-2/+2
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini1-5/+4
2016-05-27spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla1-14/+84
2016-05-27spl: fit: Do not print selected dtb during fit loadLokesh Vutla1-3/+1
2016-05-27spl: Support loading a FIT from NANDLokesh Vutla1-5/+32
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla1-4/+32
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2-14/+59
2016-05-27spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla1-0/+1
2016-05-27dm: mmc: spl: Add support for CONFIG_BLKSimon Glass1-5/+4
2016-05-27SPL: FIT: Align loading address for headerMichal Simek1-0/+1
2016-05-24SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek1-9/+36
2016-05-24spl: Introduce new function spl_board_prepare_for_bootMichal Simek1-0/+6
2016-05-23SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini1-1/+1
2016-05-23spl: fit: Print error message when FDT is not presentMichal Simek1-1/+6
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini3-3/+3
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-1/+1
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-17SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut1-0/+3
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut9-14/+39
2016-04-25spl: spl_mmc: Disambiguate error messageFabio Estevam1-2/+2
2016-04-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla1-1/+11
2016-04-01Common: SPL: spl_nand: Fixed debug correct NAND ECC type.Ahmed Samir Khalil1-0/+4
2016-03-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-3/+3
2016-03-23spl: Print from which mmc slot spl is trying to bootHans de Goede1-3/+3
2016-03-24spl_mmc: allow to load raw imageMasahiro Yamada1-14/+4
2016-03-15spl_nor: fix warning when compiled for 64bit targetMasahiro Yamada1-1/+1
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini5-14/+12
2016-03-14spl: Support loading a FIT from MMCSimon Glass1-18/+57
2016-03-14spl: Add an option to load a FIT containing U-BootSimon Glass2-0/+195
2016-03-14dm: part: Rename some partition functionsSimon Glass2-5/+3
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass4-9/+9
2016-02-19spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET1-1/+1
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-5/+4
2016-01-13arm: move gd handling outside of C codeAlbert ARIBAUD1-11/+15
2015-12-16Merge git://git.denx.de/u-boot-rockchipTom Rini1-1/+1
2015-12-14spl: mmc: use block device number, not hard-coded 0Eric Nelson1-3/+5
2015-12-13spl: use panic_str instead of panicSjoerd Simons1-1/+1
2015-12-05spl: mmc: Unify non/driver model spl_mmc_find_device()Simon Glass1-32/+9
2015-12-05spl: mmc: Rename 'mmc' variable to 'mmcp'Simon Glass1-7/+7
2015-12-05spl: mmc: Fix compiler warning with CONFIG_DM_MMCSimon Glass1-1/+1
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov2-9/+34
2015-11-18spl: announce boot devicesNikita Kiryanov1-0/+79
2015-11-18spl: add support for alternative boot deviceNikita Kiryanov1-4/+29
2015-11-18common: spl: move image load to its own functionNikita Kiryanov1-67/+50
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov9-48/+91
2015-11-18spl: mmc: get rid of emmc boot code duplicationNikita Kiryanov1-36/+18
2015-11-18spl: mmc: move fs boot into its own functionNikita Kiryanov1-30/+51
2015-11-18spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION checkNikita Kiryanov1-4/+9
2015-11-18spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT checkNikita Kiryanov3-8/+21