]> Git Repo - J-u-boot.git/commit
imx: Use per board ddrphy_trained_csr
authorPeng Fan <[email protected]>
Mon, 23 Dec 2024 02:55:36 +0000 (10:55 +0800)
committerFabio Estevam <[email protected]>
Mon, 23 Dec 2024 11:10:15 +0000 (08:10 -0300)
commit6016960ceb9d3fda591cda94df3841748fb65596
tree79c367b3a9845511dbb3a269815c1b3402876b4b
parent2f74cac8c324339eaf123a2e7d602b4568d87ce1
imx: Use per board ddrphy_trained_csr

Drop global ddrphy_trained_csr which maybe different with per board
ddrphy_trained_csr. DDR TOOL generates ddrphy_trained_csr for each
board, using the global ddrphy_trained_csr has risk that values may
be not up to date.

Signed-off-by: Peng Fan <[email protected]>
arch/arm/include/asm/arch-imx8m/ddr.h
arch/arm/include/asm/arch-imx9/ddr.h
drivers/ddr/imx/phy/Makefile
drivers/ddr/imx/phy/ddrphy_csr.c [deleted file]
drivers/ddr/imx/phy/ddrphy_train.c
drivers/ddr/imx/phy/helper.c
This page took 0.030056 seconds and 4 git commands to generate.