Re: [U-Boot] [PATCH 02/22] ddr: imx8m: fix ddr firmware location when enable SPL OF

2019-08-14 Thread Schrempf Frieder
On 14.08.19 09:59, Peng Fan wrote: > Hi, > >> Subject: Re: [PATCH 02/22] ddr: imx8m: fix ddr firmware location when enable >> SPL OF >> >> On 09.08.19 06:14, Peng Fan wrote: >>> With SPL_OF_SPERATE, the device tree will be padded to >> >> ^ Do you mean CONFIG_SPL_OF_CONTROL? > Yes.

Re: [U-Boot] [PATCH 02/22] ddr: imx8m: fix ddr firmware location when enable SPL OF

2019-08-14 Thread Peng Fan
Hi, > Subject: Re: [PATCH 02/22] ddr: imx8m: fix ddr firmware location when enable > SPL OF > > On 09.08.19 06:14, Peng Fan wrote: > > With SPL_OF_SPERATE, the device tree will be padded to > > ^ Do you mean CONFIG_SPL_OF_CONTROL? Yes. Thanks. > > > end of the u-boot-spl-nodtb.bin,

Re: [U-Boot] [PATCH 02/22] ddr: imx8m: fix ddr firmware location when enable SPL OF

2019-08-14 Thread Schrempf Frieder
On 09.08.19 06:14, Peng Fan wrote: > With SPL_OF_SPERATE, the device tree will be padded to ^ Do you mean CONFIG_SPL_OF_CONTROL? > end of the u-boot-spl-nodtb.bin, however we also put > the ddr firmware file to this location, so need to adapt > the code with SPL OF and align to 16bytes

[U-Boot] [PATCH 02/22] ddr: imx8m: fix ddr firmware location when enable SPL OF

2019-08-08 Thread Peng Fan
With SPL_OF_SPERATE, the device tree will be padded to end of the u-boot-spl-nodtb.bin, however we also put the ddr firmware file to this location, so need to adapt the code with SPL OF and align to 16bytes to ease copy firmware. Signed-off-by: Peng Fan --- drivers/ddr/imx/imx8m/helper.c | 12