Hi Simon, > -----Original Message----- > From: Simon Glass <[email protected]> > Sent: Friday, October 2, 2020 10:10 AM > To: Tan, Ley Foon <[email protected]> > Cc: Ang, Chee Hong <[email protected]>; [email protected]; > Marek Vasut <[email protected]>; Simon Goldschmidt > <[email protected]>; Tom Rini <[email protected]>; See, > Chin Liang <[email protected]>; Chee, Tien Fong > <[email protected]>; Lim, Elly Siew Chin > <[email protected]> > Subject: Re: [PATCH v1 02/16] arm: socfpga: soc64: Add FIT generator script > for pack itb with ATF > > On Thu, 10 Sep 2020 at 03:45, Tan, Ley Foon <[email protected]> > wrote: > > > > > > > > > -----Original Message----- > > > From: Ang, Chee Hong <[email protected]> > > > Sent: Monday, August 17, 2020 12:34 PM > > > To: [email protected] > > > Cc: Marek Vasut <[email protected]>; Simon Goldschmidt > > > <[email protected]>; Tom Rini <[email protected]>; > > > See, Chin Liang <[email protected]>; Tan, Ley Foon > > > <[email protected]>; Ang, Chee Hong <[email protected]>; > > > Chee, Tien Fong <[email protected]>; Lim, Elly Siew Chin > > > <[email protected]> > > > Subject: [PATCH v1 02/16] arm: socfpga: soc64: Add FIT generator > > > script for pack itb with ATF > > > > > > Generate a FIT image for Intel SOCFPGA (64bits) which include U-boot > > > proper, ATF and DTB for U-boot proper. > > > > > > Signed-off-by: Chee Hong Ang <[email protected]> > > > --- > > > > Reviewed-by: Ley Foon Tan <[email protected]> > > NAK > > Please use binman. There are a few examples now and I can help if needed. > > Regards, > Simon
In our flow, we will call "make u-boot.itb" separately after we successfully built u-boot with command "make mrproper, make socfpga_agilex_atf_defconfig; make -j12". Can you please advise the steps or share us the example how to do this using binman? FYI, I am referring to https://github.com/u-boot/u-boot/commit/a32dd071485b17137b6d6088d26cee8011c5b9fc on how to add binman to dts. Thanks, Siew Chin

