Re: [U-Boot] [PATCH 3/3] imx8: output SECO-FW, ATF and imx-mkimage commit IDs

2019-10-22 Thread Anatolij Gustschin
Hi Peng, On Tue, 22 Oct 2019 02:49:53 + Peng Fan peng@nxp.com wrote: ... > > + /* Get SECO FW build and commit id */ > > + sc_misc_seco_build_info(-1, _build, _commit); > > Use sc_seco_build_info. OK, will do in v2. ... > > + if (strlen(mkimage_commit) == 0) { > > +

Re: [U-Boot] [PATCH 3/3] imx8: output SECO-FW, ATF and imx-mkimage commit IDs

2019-10-21 Thread Peng Fan
Hi Anatolij, > Subject: [PATCH 3/3] imx8: output SECO-FW, ATF and imx-mkimage commit > IDs > > Borrow ID reading code from Ye Li (NXP U-Boot, commit ID 5b443e3e2617) > and add the commit IDs to the environment. > > Signed-off-by: Anatolij Gustschin > --- > arch/arm/mach-imx/imx8/misc.c | 61 >

[U-Boot] [PATCH 3/3] imx8: output SECO-FW, ATF and imx-mkimage commit IDs

2019-10-21 Thread Anatolij Gustschin
Borrow ID reading code from Ye Li (NXP U-Boot, commit ID 5b443e3e2617) and add the commit IDs to the environment. Signed-off-by: Anatolij Gustschin --- arch/arm/mach-imx/imx8/misc.c | 61 ++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git