u-boot-brain/common/spl
Stefan Roese 4bfcc54c0b spl: spl_mmc: Add option to boot from a MMC partition with offset
This patch introduces the option to boot from a MMC card parition with
an offset. This can be done by using both defines together:

define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION 1
define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR    ((160 << 10) / 512)

The example above loads the main U-Boot at offset 160KiB from the MMC
partition 1.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <eibach@gdsys.de>
Cc: Tom Rini <trini@konsulko.com>
2015-07-24 09:46:45 +02:00
..
Makefile
spl_ext.c
spl_fat.c
spl_mmc.c spl: spl_mmc: Add option to boot from a MMC partition with offset 2015-07-24 09:46:45 +02:00
spl_nand.c armv8/ls2085aqds: NAND boot support 2015-04-23 16:46:50 -07:00
spl_net.c
spl_nor.c
spl_onenand.c
spl_sata.c
spl_usb.c
spl_ymodem.c
spl.c spl: Add a debug string before the jump to U-Boot 2015-07-21 17:39:29 -06:00