Re: [PATCH 21/26] scripts: imx: add helper to write CSF Blocks command

2023-10-15 Thread Marco Felsch
On 23-10-13, Sascha Hauer wrote: > On Tue, Oct 10, 2023 at 04:33:09PM +0200, Marco Felsch wrote: > > The upcoming commit fixes the HAB support for FlexSPI enabled barebox > > images. This commit prepares the source to keep the diff smaller. > > > > For the upcoming fix we need a 2nd CSF command

Re: [PATCH 14/26] ARM: lds: add support for a 2nd CSF area

2023-10-15 Thread Marco Felsch
On 23-10-13, Sascha Hauer wrote: > On Tue, Oct 10, 2023 at 04:33:02PM +0200, Marco Felsch wrote: > > Extend the CSF area to be able two store two CSF slots. The 2nd CSF slot > > is required in case of FlexSPI HAB boot support. The first slot is used > > for the MMC-IVT + barebox-pbl; the 2nd slot

Re: [PATCH 11/26] ARM: i.MX8M: add flexspi-imx8m{m,p}-cfg.h header

2023-10-15 Thread Marco Felsch
On 23-10-13, Sascha Hauer wrote: > On Tue, Oct 10, 2023 at 04:32:59PM +0200, Marco Felsch wrote: > > Add dedicated configuration headers which guard the flexspi_* options > > like it is done for the HABV4 configuration block to be more > > user-friendly. > > > > Signed-off-by: Marco Felsch > >