public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2]: muas3001: added missing Maintainer entry
@ 2008-08-11  6:40 Heiko Schocher
  2008-08-18 22:44 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: Heiko Schocher @ 2008-08-11  6:40 UTC (permalink / raw)
  To: u-boot

Hello,

[POWERPC] muas3001: added missing Maintainer entry
           correct SDRAM initialization values

Signed-off-by: Heiko Schocher <hs@denx.de>
---
 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 <hs@denx.de>
 	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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-08-21  8:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11  6:40 [U-Boot] [PATCH 2/2]: muas3001: added missing Maintainer entry Heiko Schocher
2008-08-18 22:44 ` Wolfgang Denk
2008-08-19  7:57   ` [U-Boot] [Fix] cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER Heiko Schocher
2008-08-19  8:20     ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-19  9:26       ` Heiko Schocher
2008-08-21  0:03       ` Wolfgang Denk
2008-08-21  6:41         ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-21  8:32           ` Wolfgang Denk
2008-08-21  0:02     ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox