From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2]: muas3001: added missing Maintainer entry
Date: Mon, 11 Aug 2008 08:40:53 +0200 [thread overview]
Message-ID: <489FDEF5.80004@denx.de> (raw)
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
next reply other threads:[~2008-08-11 6:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-11 6:40 Heiko Schocher [this message]
2008-08-18 22:44 ` [U-Boot] [PATCH 2/2]: muas3001: added missing Maintainer entry 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=489FDEF5.80004@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox