Re: [PATCH V7 2/4] ddr: imx8m: helper: load ddr firmware according to binman symbols

2022-06-28 Thread Tom Rini
On Tue, Jun 28, 2022 at 05:08:26PM +0300, Alper Nebi Yasak wrote: > Hi Tom, Simon, Peng, > > On 27/06/2022 06:41, Peng Fan (OSS) wrote: > > From: Peng Fan > > > > By reading binman symbols, we no need hard coded IMEM_LEN/DMEM_LEN after > > we update the binman dtsi to drop 0x8000/0x4000 length f

Re: [PATCH V7 2/4] ddr: imx8m: helper: load ddr firmware according to binman symbols

2022-06-28 Thread Alper Nebi Yasak
Hi Tom, Simon, Peng, On 27/06/2022 06:41, Peng Fan (OSS) wrote: > From: Peng Fan > > By reading binman symbols, we no need hard coded IMEM_LEN/DMEM_LEN after > we update the binman dtsi to drop 0x8000/0x4000 length for the firmware. > > And that could save binary size for many KBs. > > Tested-

[PATCH V7 2/4] ddr: imx8m: helper: load ddr firmware according to binman symbols

2022-06-26 Thread Peng Fan (OSS)
From: Peng Fan By reading binman symbols, we no need hard coded IMEM_LEN/DMEM_LEN after we update the binman dtsi to drop 0x8000/0x4000 length for the firmware. And that could save binary size for many KBs. Tested-by: Tim Harvey #imx8m[m,n,p]-venice Signed-off-by: Peng Fan Reviewed-by: Alper