From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tan, Ley Foon Date: Wed, 23 Dec 2020 03:48:23 +0000 Subject: [v5 17/18] arm: socfpga: soc64: Enable FIT image generation using binman In-Reply-To: <20201221164942.11640-18-elly.siew.chin.lim@intel.com> References: <20201221164942.11640-1-elly.siew.chin.lim@intel.com> <20201221164942.11640-18-elly.siew.chin.lim@intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Lim, Elly Siew Chin > Sent: Tuesday, December 22, 2020 12:50 AM > To: u-boot at lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Chee, Tien Fong > ; Westergreen, Dalon > ; Simon Glass ; Gan, > Yau Wai ; Lim, Elly Siew Chin > > 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 > > --- > 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 Regards Ley Foon