u-boot-brain/common/spl
Lokesh Vutla 811906aebc spl: mmc: raw: Try to load u-boot if Linux image is not found
If CONFIG_SPL_OS_BOOT is enabled and Linux image is not flashed at
RAW_MODE_KERNEL_SECTOR in MMC, spl still assumes that Linux is
available and tries to boot it and hangs. In order to avoid this,
adding a check to verify if parsed image header is of type IH_OS_LINUX.
If it fails then fall back to load u-boot image.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2016-04-11 20:48:27 -04:00
..
Makefile spl: Add an option to load a FIT containing U-Boot 2016-03-14 19:18:30 -04:00
spl_ext.c dm: part: Rename some partition functions 2016-03-14 15:34:50 -06:00
spl_fat.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_fit.c spl: Add an option to load a FIT containing U-Boot 2016-03-14 19:18:30 -04:00
spl_mmc.c spl: mmc: raw: Try to load u-boot if Linux image is not found 2016-04-11 20:48:27 -04:00
spl_nand.c Common: SPL: spl_nand: Fixed debug correct NAND ECC type. 2016-04-01 17:17:42 -04:00
spl_net.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_nor.c spl_nor: fix warning when compiled for 64bit target 2016-03-15 21:30:20 -04:00
spl_onenand.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_sata.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_usb.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_ymodem.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl.c spl: Print from which mmc slot spl is trying to boot 2016-03-23 22:04:13 +01:00