Re: [U-Boot] [PATCH V2 08/15] tools: add i.MX8M image support

2018-12-14 Thread Peng Fan
Hi Stefano > -Original Message- > From: Stefano Babic [mailto:sba...@denx.de] > Sent: 2018年12月14日 21:26 > To: Peng Fan ; sba...@denx.de; Fabio Estevam > > Cc: u-boot@lists.denx.de; dl-linux-imx > Subject: Re: [PATCH V2 08/15] tools: add i.MX8M image support > > Hi Peng, > > On 20/11/18

Re: [U-Boot] [PATCH V2 08/15] tools: add i.MX8M image support

2018-12-14 Thread Stefano Babic
Hi Peng, On 20/11/18 11:19, Peng Fan wrote: > i.MX8M bootable image type is like i.MX6/7, but there is signed HDMI > firmware image in front of A53 bootable image, which is also has an IVT > header. > > Here we also include fit image to generate a bootable image. > > Signed-off-by: Peng Fan > -

[U-Boot] [PATCH V2 08/15] tools: add i.MX8M image support

2018-11-20 Thread Peng Fan
i.MX8M bootable image type is like i.MX6/7, but there is signed HDMI firmware image in front of A53 bootable image, which is also has an IVT header. Here we also include fit image to generate a bootable image. Signed-off-by: Peng Fan --- V2: None common/image.c | 1 + include/image.h