Re: [PATCH 4/5] board: ti: am62x: Account for DDR size fixups if ECC is enabled

2022-07-06 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:33PM +0300, Georgi Vlaev wrote: > Call into k3-ddrss driver to fixup device tree and resize > the available amount of DDR if ECC is enabled. > > A second fixup is required from A53 SPL to take the fixup > as done from R5 SPL and apply it to DT passed to A53 U-boot,

Re: [PATCH 4/5] board: ti: am62x: Account for DDR size fixups if ECC is enabled

2022-06-16 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:33PM +0300, Georgi Vlaev wrote: > Call into k3-ddrss driver to fixup device tree and resize > the available amount of DDR if ECC is enabled. > > A second fixup is required from A53 SPL to take the fixup > as done from R5 SPL and apply it to DT passed to A53 U-boot,

[PATCH 4/5] board: ti: am62x: Account for DDR size fixups if ECC is enabled

2022-06-14 Thread Georgi Vlaev
Call into k3-ddrss driver to fixup device tree and resize the available amount of DDR if ECC is enabled. A second fixup is required from A53 SPL to take the fixup as done from R5 SPL and apply it to DT passed to A53 U-boot, which in turn passes this to the OS. Signed-off-by: Georgi Vlaev ---