]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: Add target for building bootable SPL image for SoCFPGA
authorMarek Vasut <marex@denx.de>
Wed, 15 Jul 2015 00:53:45 +0000 (02:53 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:23 +0000 (08:17 +0200)
commita885dd8e66f1b19b7fd68e883105ad29589bc263
tree4bf47415ebd08b9dbbe2d3c22397d111c33dde30
parent9fc6dcdbfbf373dbfd2fee5dc1b8fa297a9cff4b
Makefile: Add target for building bootable SPL image for SoCFPGA

Add build target for generating boot partition images recognised by
the SoCFPGA BootROM. The SoCFPGA BootROM expects four copies of the
u-boot-spl-dtb.sfp at the beginning of boot partition. Those are
u-boot-spl-dtb.bin augmented by a header with which the BootROM can
work. The u-boot-dtb.img uImage is appended to this to produce a
full boot partition image, the u-boot-with-spl-dtb.sfp . This is
the name of the final target.

Signed-off-by: Marek Vasut <marex@denx.de>
Makefile
scripts/Makefile.spl