]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: imx: Update DRAM timings with inline ECC on DH i.MX8MP DHCOM SoM
authorMarek Vasut <marex@denx.de>
Sat, 16 Dec 2023 05:42:29 +0000 (06:42 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 16 Dec 2023 10:45:07 +0000 (07:45 -0300)
commit31757f2bea18b7b4dc6eb6dc1838280a587dca79
treecbc599c7d57a42d89731bb2617e513d7555995cd
parentd953ef8a2451aa74bc285b201439873735bd5045
ARM: imx: Update DRAM timings with inline ECC on DH i.MX8MP DHCOM SoM

Import DRAM timings generated by the DDR tool 3.31 which introduce assorted
tweaks to the DRAM controller settings. Furthermore, enable DBI to improve
noise resilience of the DRAM bus by reducing the number of bit changes on
the bus.

Reduce the DRAM rate to 3600 MTps to remove all remaining correctable errors
reported by EDAC . It is not entirely clear why the slightly faster setting
does produce sporadic correctable errors, while this one does not, but this
could be related to simpler PLL setting at 3600 MTps.

Enable inline ECC which is necessary to detect ECC errors and collect
statistics by the EDAC driver in Linux. This reduces the DRAM size by
64 MiB for each 512 MiB of DRAM, so for a 4 GiB device the available
DRAM size becomes 3.5 GiB and for 2 GiB device the available DRAM size
becomes 1.8 GiB.

Signed-off-by: Marek Vasut <marex@denx.de>
board/dhelectronics/dh_imx8mp/imx8mp_dhcom_pdk2.c
board/dhelectronics/dh_imx8mp/lpddr4_timing.h
board/dhelectronics/dh_imx8mp/lpddr4_timing_2G_32.c
board/dhelectronics/dh_imx8mp/lpddr4_timing_4G_32.c
board/dhelectronics/dh_imx8mp/spl.c
configs/imx8mp_dhcom_pdk2_defconfig
configs/imx8mp_dhcom_pdk3_defconfig