RE: [v3 14/16] arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support

2020-11-12 Thread Tan, Ley Foon
> Elly Siew Chin > Subject: [v3 14/16] arm: socfpga: dts: soc64: Add binman node of FIT image > with ATF support > > Add binman node to device tree to generate the FIT image for u-boot > (u-boot.itb) and OS kernel (kernel.itb). > > u-boot.itb contains arm trusted firmwar

Re: [v3 14/16] arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support

2020-10-15 Thread Simon Glass
On Thu, 15 Oct 2020 at 06:30, Siew Chin Lim wrote: > > Add binman node to device tree to generate the FIT image for u-boot > (u-boot.itb) and OS kernel (kernel.itb). > > u-boot.itb contains arm trusted firmware (ATF), u-boot proper and > u-boot device tree for ATF u-boot flow. > > kernel.itb conta

[v3 14/16] arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support

2020-10-15 Thread Siew Chin Lim
Add binman node to device tree to generate the FIT image for u-boot (u-boot.itb) and OS kernel (kernel.itb). u-boot.itb contains arm trusted firmware (ATF), u-boot proper and u-boot device tree for ATF u-boot flow. kernel.itb contains Linux Image and Linux device tree. Signed-off-by: Siew Chin L