
16 Sep
2011
16 Sep
'11
4:57 p.m.
On Aug 26, 2011, at 1:32 PM, York Sun wrote:
Update MPC8349EMDS to use unified DDR driver instead of spd_sdram.c. The unified driver can initialize data using DDR controller. No need to use DMA if just to initialze for ECC.
Signed-off-by: York Sun yorksun@freescale.com Signed-off-by: Kim Phillips kim.phillips@freescale.com
board/freescale/mpc8349emds/Makefile | 1 + board/freescale/mpc8349emds/ddr.c | 107 +++++++++++++++++++++++++++++ board/freescale/mpc8349emds/mpc8349emds.c | 26 ++++--- include/configs/MPC8349EMDS.h | 16 ++++ 4 files changed, 139 insertions(+), 11 deletions(-) create mode 100644 board/freescale/mpc8349emds/ddr.c
applied to 85xx 'next'
- k