[U-Boot-Users] [PATCH][u-boot-85xx]The 32bit errata fix for 8572 for DDR2

2008-12-29 Thread Poonam_Aggrwal-b10812
This patch fixes the fix for 8572 SOC errata for 32bit DDR2. The earlier fix was trying to access the SDRAM_CFG register before initializing it. Now the SDRAM_CFG is initialized before. But the MEM_EN is set in the end. Signed-off-by: Poonam Aggrwal-b10812 Acked-by: Dave Liu --- cpu/mpc85xx/dd

[U-Boot-Users] [PATCH u-boot-mpc83xx] Changes in uboot DDR configuration for MPC8313eRDB

2008-01-13 Thread Poonam_Aggrwal-b10812
From: Poonam Aggrwal <[EMAIL PROTECTED]> These changes were identified by HighSmith Bill ,Mazzyar and Joseph for DDR configuration in u-boot code. Some are related to performance, some affect stability and some correct few basic errors in the current configuration. The changes have been tested