summaryrefslogtreecommitdiffstats
path: root/arch/ppc/ddr-8xxx
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2013-11-05 15:36:10 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-06 11:04:37 +0100
commit04180c0464d642d5cc8b94cdaf50d359788fd6de (patch)
treeff5ae4baa072238bd76708a228aed99c9db5cb10 /arch/ppc/ddr-8xxx
parenteb3ce91e594960d903aedda944f3821fe92aac66 (diff)
downloadbarebox-04180c0464d642d5cc8b94cdaf50d359788fd6de.tar.gz
barebox-04180c0464d642d5cc8b94cdaf50d359788fd6de.tar.xz
ppc: mpc85xx: enable DDR driver
The use of the DDR driver as well as early I2C support is enabled for board initialising their memory through SPD EEPROM data. A SOC specific function returning the DDR bus frequency is added for the DDR driver to translate DDR timings to register values. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/ddr-8xxx')
-rw-r--r--arch/ppc/ddr-8xxx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ppc/ddr-8xxx/Makefile b/arch/ppc/ddr-8xxx/Makefile
new file mode 100644
index 0000000000..54cb7ce512
--- /dev/null
+++ b/arch/ppc/ddr-8xxx/Makefile
@@ -0,0 +1,2 @@
+obj-y += main.o util.o ctrl_regs.o options.o lc_common_dimm_params.o
+obj-$(CONFIG_FSL_DDR2) += ddr2_dimm_params.o ddr2_setctrl.o