RE: [PATCH v4 1/7] tools: mkimage: Add support to generate FlexSPI Header for i.MX8m

2022-07-11 Thread ZHIZHIKIN Andrey
ERLE Thomas > > Subject: [PATCH v4 1/7] tools: mkimage: Add support to generate FlexSPI Header > for i.MX8m > > Add struct with Flex SPI Configuration Block and enable generating > fspi header using mkimage. > > Refer i.MX 8M Mini Application Processor Reference Manual

Re: [PATCH v4 1/7] tools: mkimage: Add support to generate FlexSPI Header for i.MX8m

2022-07-07 Thread Adam Ford
On Thu, Jul 7, 2022 at 7:45 AM Mamta Shukla wrote: > > Add struct with Flex SPI Configuration Block and enable generating > fspi header using mkimage. > > Refer i.MX 8M Mini Application Processor Reference Manual for > detailed information about parameters for FlexSPI Configuration block. > I tes

[PATCH v4 1/7] tools: mkimage: Add support to generate FlexSPI Header for i.MX8m

2022-07-07 Thread Mamta Shukla
Add struct with Flex SPI Configuration Block and enable generating fspi header using mkimage. Refer i.MX 8M Mini Application Processor Reference Manual for detailed information about parameters for FlexSPI Configuration block. Signed-off-by: Mamta Shukla Signed-off-by: Thomas Haemmerle Tested-b