
-----Original Message----- From: Lim, Elly Siew Chin elly.siew.chin.lim@intel.com Sent: Tuesday, December 22, 2020 12:50 AM To: u-boot@lists.denx.de Cc: Marek Vasut marex@denx.de; Tan, Ley Foon ley.foon.tan@intel.com; See, Chin Liang chin.liang.see@intel.com; Simon Goldschmidt simon.k.r.goldschmidt@gmail.com; Chee, Tien Fong tien.fong.chee@intel.com; Westergreen, Dalon dalon.westergreen@intel.com; Simon Glass sjg@chromium.org; Gan, Yau Wai yau.wai.gan@intel.com; Lim, Elly Siew Chin elly.siew.chin.lim@intel.com Subject: [v5 17/18] arm: socfpga: soc64: Enable FIT image generation using binman
Enable BINMAN when using Arm-Trusted-Firmware (ATF) to generate FIT images.
Signed-off-by: Siew Chin Lim elly.siew.chin.lim@intel.com
v4
Adjust BINMAN sequence in code, sorted by alphabetical order.
v5
Revert all changes in Makefile for BINMAN: (1) Remove target "fit-itb", directly use binman command to generate fit (2) Do not skip binman for ARCH_SOCFPGA in default Makefile flow. Use "blob-ext" entry instead of "blob" in binman node in device tree, binman will report warning instead of error in default Makefile flow. So, it wouldn't fail the default compilation process.
arch/arm/mach-socfpga/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Ley Foon Tan ley.foon.tan@intel.com
Regards Ley Foon