u-boot-brain/board/freescale/mpc8360emds
Jerry Huang d37be07ee5 powerpc/mpc83xx: Add 512MB DDR support for mpc8360emds
The new MPC8360EMDS board supports 512MB DDR since 2008.

For 512MB DDR:
BAT0 is used for the first 256MB memory, BAT4 is used for the second
256MB memory and the address space of SDRAM follows the DDR, so if the
size of DDR is 256MB, the BAT4 will be used for SDRAM and if the size of
DDR is 512MB, the BAT4 will be used for the second 256MB memory and
there is no BAT for SDRAM.
Therefore, if the size of DDR is 512MB, this patch will use BAT6 for
SDRAM and BAT5 will be used for PCI MEM to replace the BAT6 after the
codes relocates to the DDR.

Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
CC: Kim Phillips <kim.phillips@freescale.com>
2011-11-03 18:27:56 -05:00
..
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
mpc8360emds.c powerpc/mpc83xx: Add 512MB DDR support for mpc8360emds 2011-11-03 18:27:56 -05:00
pci.c Makefile: move all Power Architecture boards into boards.cfg 2010-10-18 22:12:04 +02:00