Makefile: socfpga: Add target to generate hex output for combined spl and dtb
authorDalon Westergreen <dalon.westergreen@intel.com>
Mon, 1 Mar 2021 12:04:16 +0000 (20:04 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Mon, 8 Mar 2021 02:59:12 +0000 (10:59 +0800)
commit9773ebcfbca23c7d6fe1dc202913b005bc23cc89
tree56352355ea1a5d62c636ec436dd197cdae684386
parent8a3244d0baf691db1b59ff99e6815f53d1acafb1
Makefile: socfpga: Add target to generate hex output for combined spl and dtb

Add target to Makefile to generate "u-boot-spl-dtb.hex" for Intel
SOCFPGA SOC64 devices (Stratix 10 and Agilex). "u-boot-spl-dtb.hex"
is hex formatted spl with and offset of CONFIG_SPL_TEXT_BASE. It
combines the spl image and dtb. "u-boot-spl-dtb.hex" is needed to
generate the final configuration bitstream for Intel SOCFPGA SOC64
devices.

Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Makefile
include/configs/socfpga_soc64_common.h
scripts/Makefile.spl