]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc83xx: clean up the readme for 83xx boards
authorDave Liu <r63238@freescale.com>
Tue, 15 Apr 2008 05:12:23 +0000 (13:12 +0800)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 25 Apr 2008 14:34:22 +0000 (09:34 -0500)
1. correct the typo
2. correct the memory map for 837xerdb board

Signed-off-by: Dave Liu <daveliu@freescale.com>
doc/README.mpc8313erdb
doc/README.mpc8315erdb
doc/README.mpc837xemds
doc/README.mpc837xerdb

index 7ad4cc76c32088796d18446c0cfaa61f926cb300..21580f949607f65530cd0e005b0ada9b7ca8f917 100644 (file)
@@ -3,10 +3,10 @@ Freescale MPC8313ERDB Board
 
 1.     Board Switches and Jumpers
 
-       SW3 is used to set CFG_RESET_SOURCE.
+       S3 is used to set CFG_RESET_SOURCE.
 
        To boot the image at 0xFE000000 in NOR flash, use these DIP
-       switche settings for SW3 SW4:
+       switch settings for S3 S4:
 
        +------+        +------+
        |      |        | **** |
index c630cf88b3d2a64bdadc0d00b90d83ce7a1792d3..e77eba710eaa54ff1a885523573da951bd1c3506 100644 (file)
@@ -6,7 +6,7 @@ Freescale MPC8315ERDB Board
        S3 is used to set CFG_RESET_SOURCE.
 
        To boot the image at 0xFE000000 in NOR flash, use these DIP
-       switche settings for S3 S4:
+       switch settings for S3 S4:
 
        +------+        +------+
        |      |        | **** |
index 3f0cdf7db8d015621a244b8ef1cf4640049ff225..78235952eb10eda0d30dd2fdf00de26df4c16288 100644 (file)
@@ -49,7 +49,7 @@ Freescale MPC837xEMDS Board
        0xe010_0000     0xe02f_ffff     Empty                   2M
        0xe030_0000     0xe03f_ffff     PCI IO                  1M
        0xe040_0000     0xe05f_ffff     Empty                   2M
-       0xe060_0000     0xe060_8000     NAND Flash              32K
+       0xe060_0000     0xe060_7fff     NAND Flash              32K
        0xf400_0000     0xf7ff_ffff     Empty                   64M
        0xf800_0000     0xf800_7fff     BCSR on CS1             32K
        0xfe00_0000     0xffff_ffff     NOR Flash on CS0        32M
index 8f0192aab172e50f33431901512732f3539cc0f4..510e3bb9b1571747a0152f53faeb3ad8271e9e7d 100644 (file)
@@ -1,4 +1,4 @@
-Freescale MPC837xEMDS Board
+Freescale MPC837xE-RDB Board
 -----------------------------------------
 
 1.     Board Description
@@ -38,12 +38,11 @@ Freescale MPC837xEMDS Board
        ===========================     =================       =======         =========
        0x0000_0000     0x0fff_ffff     DDR                     256M            64
        0x1000_0000     0x7fff_ffff     Empty                   1.75G           -
-       0x8000_0000     0x9fff_ffff     PCI1 memory space       512M            32
-       0xa000_0000     0xbfff_ffff     PCI2 memory space       512M            32
-       0xc200_0000     0xc2ff_ffff     PCI1 I/O space          16M             32
-       0xc300_0000     0xc3ff_ffff     PCI2 I/O space          16M             32
+       0x8000_0000     0x8fff_ffff     PCI MEM prefetch        256M            32
+       0x9000_0000     0x9fff_ffff     PCI MEM non-prefetch    256M            32
+       0xe030_0000     0xe03f_ffff     PCI I/O space           1M              32
        0xe000_0000     0xe00f_ffff     Int Mem Reg Space       1M              -
-       0xe280_0000     0xe47f_ffff     NAND Flash              32M             8
+       0xe060_0000     0xe060_7fff     NAND Flash              32K             8
        0xfe00_0000     0xfe7f_ffff     NOR Flash on CS0        8M              16
 
 
@@ -55,7 +54,7 @@ Freescale MPC837xEMDS Board
 
     CONFIG_MPC83XX         MPC83xx family for both MPC8349 and MPC8360
     CONFIG_MPC837X         MPC837x specific
-    CONFIG_MPC837XERDB     MPC837XEMDS board specific
+    CONFIG_MPC837XERDB     MPC837xE-RDB board specific
 
 
 4. Compilation