u-boot-brain/arch/powerpc/cpu
Becky Bruce 38dba0c2ff mpc85xx boards: initdram() cleanup/bugfix
Correct initdram to use phys_size_t to represent the size of
dram; instead of changing this all over the place, and correcting
all the other random errors I've noticed, create a
common initdram that is used by all non-corenet 85xx parts.  Most
of the initdram() functions were identical, with 2 common differences:

1) DDR tlbs for the fixed_sdram case were set up in initdram() on
some boards, and were part of the tlb_table on others.  I have
changed them all over to the initdram() method - we shouldn't
be accessing dram before this point so they don't need to be
done sooner, and this seems cleaner.

2) Parts that require the DDR11 erratum workaround had different
implementations - I have adopted the version from the Freescale
errata document.  It also looks like some of the versions were
buggy, and, depending on timing, could have resulted in the
DDR controller being disabled.  This seems bad.

The xpedite boards had a common/fsl_8xxx_ddr.c; with this
change only the 517 board uses this so I have moved the ddr code
into that board's directory in xpedite517x.c

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-01-14 01:32:19 -06:00
..
74xx_7xx 74xx_7xx/mpc86xx/ppmc7xx: Fix do_reset() declaration 2010-12-17 20:26:19 +01:00
mpc5xx PowerPC: Add relocation support for -fpic 2010-12-17 20:25:10 +01:00
mpc5xxx PowerPC: Add relocation support for -fpic 2010-12-17 20:25:10 +01:00
mpc8xx miiphy: convert to linux/mii.h 2011-01-09 18:06:50 +01:00
mpc8xxx mpc85xx boards: initdram() cleanup/bugfix 2011-01-14 01:32:19 -06:00
mpc83xx PowerPC: Add relocation support for -fpic 2010-12-17 20:25:10 +01:00
mpc85xx mpc85xx boards: initdram() cleanup/bugfix 2011-01-14 01:32:19 -06:00
mpc86xx powerpc/86xx: Add SERDES support on MPC8641 & MPC8610 2011-01-14 01:32:18 -06:00
mpc512x PowerPC: Add relocation support for -fpic 2010-12-17 20:25:10 +01:00
mpc824x PowerPC: Add relocation support for -fpic 2010-12-17 20:25:10 +01:00
mpc8220 PowerPC: Add relocation support for -fpic 2010-12-17 20:25:10 +01:00
mpc8260 PowerPC: Add relocation support for -fpic 2010-12-17 20:25:10 +01:00
ppc4xx ppc4xx: Fix compilation breakage in miiphy.c 2011-01-11 09:56:28 +01:00