layerscape: add SD card boot support
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 18 Jul 2018 06:14:40 +0000 (14:14 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 22 Sep 2018 19:20:57 +0000 (21:20 +0200)
commiteb684205e5e6958ad71cf4a179fa776f6507f7e3
treefe6803b86bdfd42e65cbf894854e47c307d992fa
parentf0ec7bd27d206ea0eb9587e178ce0d7ddc006bce
layerscape: add SD card boot support

NOR/QSPI Flash on Layerscape board only has limited 64MB memory size.
Since some boards (ls1043ardb/ls1046ardb/ls1088ardb/ls1021atwr)
could support SD card boot, we added SD boot support for them to put
all things on SD card to meet large memory requirement.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
package/boot/uboot-layerscape/Makefile
package/boot/uboot-layerscape/files/ls1021atwr-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls1043ardb-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls1046ardb-sdboot-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls1088ardb-sdboot-uEnv.txt [new file with mode: 0644]
package/firmware/layerscape/ls-rcw/Makefile
target/linux/layerscape/Makefile
target/linux/layerscape/image/Makefile
target/linux/layerscape/image/armv7.mk
target/linux/layerscape/image/armv8_64b.mk
target/linux/layerscape/image/gen_sdcard_head_img.sh [new file with mode: 0755]