Re: [PATCH V4 resend] spl: imx8mm: enlarge SPL_MAX_SIZE

2022-07-11 Thread Fabio Estevam
Hi Peng, On Mon, Jul 11, 2022 at 3:35 AM Peng Fan (OSS) wrote: > > From: Peng Fan > > The CONFIG_SPL_MAX_SIZE could be 0x27000 for i.MX8MM when SPL_TEXT_BASE > set to 0x7E1000. > > The DDR firmware max uses 96KB, there is a 4KB padding header before > SPL_TEXT_BASE, so the SPL MAX SIZE is

[PATCH V4 resend] spl: imx8mm: enlarge SPL_MAX_SIZE

2022-07-11 Thread Peng Fan (OSS)
From: Peng Fan The CONFIG_SPL_MAX_SIZE could be 0x27000 for i.MX8MM when SPL_TEXT_BASE set to 0x7E1000. The DDR firmware max uses 96KB, there is a 4KB padding header before SPL_TEXT_BASE, so the SPL MAX SIZE is `256KB - 96KB - 4KB`. Signed-off-by: Peng Fan --- V4 resend: Hi Stefano, this