From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Mon, 11 Aug 2008 08:40:53 +0200 Subject: [U-Boot] [PATCH 2/2]: muas3001: added missing Maintainer entry Message-ID: <489FDEF5.80004@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, [POWERPC] muas3001: added missing Maintainer entry correct SDRAM initialization values Signed-off-by: Heiko Schocher --- MAINTAINERS | 1 + include/configs/muas3001.h | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index cbe5c47..0c88117 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -361,6 +361,7 @@ Heiko Schocher jupiter MPC5200 mgcoge MPC8247 mgsuvd MPC852 + muas3001 MPC8270 municse MPC5200 sc3 PPC405GP uc101 MPC5200 diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index f915e55..cde7b4e 100644 --- a/include/configs/muas3001.h +++ b/include/configs/muas3001.h @@ -331,7 +331,7 @@ /* Bank 1 - 60x bus SDRAM */ #define SDRAM_MAX_SIZE 0x08000000 /* max. 128 MB */ -#define CFG_GLOBAL_SDRAM_LIMIT (256 << 20) /* less than 256 MB */ +#define CFG_GLOBAL_SDRAM_LIMIT (128 << 20) /* less than 128 MB */ #define CFG_MPTPR 0x2800 @@ -351,7 +351,11 @@ /* SDRAM initialization values */ -#define CFG_OR1 0xfe002ec0 +#define CFG_OR1 ((~(CFG_GLOBAL_SDRAM_LIMIT-1) & ORxS_SDAM_MSK) |\ + ORxS_BPD_4 |\ + ORxS_ROWST_PBI1_A7 |\ + ORxS_NUMR_12) + #define CFG_PSDMR 0x004b36a3 /* IO on CS4 initialization values -- 1.5.6.1 -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany