]> git.baikalelectronics.ru Git - uboot.git/commit
board: ti: am64x: Account for DDR size fixups if ECC is enabled
authorDave Gerlach <d-gerlach@ti.com>
Thu, 17 Mar 2022 17:03:44 +0000 (12:03 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 4 Apr 2022 23:02:04 +0000 (19:02 -0400)
commit88de76692f43848a01e476e9dddcd9f79cce19bc
tree62d3f1659f11c31d2d247aad8144990ce988f377
parent22ffa757e0b3cbce35f98a6f12f1cdef09578053
board: ti: am64x: Account for DDR size fixups if ECC is enabled

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: Dave Gerlach <d-gerlach@ti.com>
board/ti/am64x/evm.c