]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/Makefile.spl
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)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:10 +0000 (14:14 +0200)
commit333b7209ed486f5a9cba2b9727edd6170fdace70
treeca19c38738a0401778dfa11ad26b72cbe3bf743d
parent55b4312b905a64e33e518bd5f99193196fcdc500
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