]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Driver/ddr: Add support of different DDR base address
authorYork Sun <yorksun@freescale.com>
Mon, 10 Feb 2014 21:59:43 +0000 (13:59 -0800)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 16:06:13 +0000 (11:06 -0500)
commit6b9e309a8a7f0f33252288f0ed8794a83a488301
tree24ace80dceeb3c6e184bc4eb39529de5379b57b2
parent4e5b1bd0dff216b00d7ce9a5201dfe173805a06c
Driver/ddr: Add support of different DDR base address

DDR base address has been the same from the view of core and DDR
controllers. This has changed for Freescale ARM-based SoCs. Controllers
setup DDR memory in a contiguous space and cores view it at separated
locations.

Signed-off-by: York Sun <yorksun@freescale.com>
README
drivers/ddr/fsl/main.c