Re: [U-Boot] [PATCH 01/22] tools: imx8m_image: align spl bin image size

2019-08-14 Thread Peng Fan
Hi Frieder > -Original Message- > From: Schrempf Frieder > Sent: 2019年8月14日 15:22 > To: Peng Fan ; lu...@denx.de; sba...@denx.de; > feste...@gmail.com > Cc: dl-uboot-imx ; u-boot@lists.denx.de > Subject: Re: [PATCH 01/22] tools: imx8m_image: align spl bin image size > > Hi Peng, > > On

Re: [U-Boot] [PATCH 01/22] tools: imx8m_image: align spl bin image size

2019-08-14 Thread Schrempf Frieder
Hi Peng, On 09.08.19 06:14, Peng Fan wrote: > Align spl bin image size to 4 byte aligned, because we need > to pad ddr firmware in the end of spl bin. However when enable > SPL OF, the spl dtb will be padded to u-boot-nodtb.bin, then > u-boot-spl.bin size might not be 4 bytes aligned. > >

Re: [U-Boot] [PATCH 01/22] tools: imx8m_image: align spl bin image size

2019-08-13 Thread Peng Fan
Hi Lukasz, > Subject: Re: [PATCH 01/22] tools: imx8m_image: align spl bin image size > > Hi Peng, > > > Align spl bin image size to 4 byte aligned, because we need to pad ddr > > firmware in the end of spl bin. However when enable SPL OF, the spl > > dtb will be padded to u-boot-nodtb.bin, then

Re: [U-Boot] [PATCH 01/22] tools: imx8m_image: align spl bin image size

2019-08-11 Thread Lukasz Majewski
Hi Peng, > Align spl bin image size to 4 byte aligned, because we need > to pad ddr firmware in the end of spl bin. However when enable > SPL OF, the spl dtb will be padded to u-boot-nodtb.bin, then > u-boot-spl.bin size might not be 4 bytes aligned. > > ddr_load_train_firmware in