]> git.sur5r.net Git - u-boot/commitdiff
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
authorWolfgang Denk <wd@denx.de>
Fri, 25 Apr 2008 22:07:26 +0000 (00:07 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 25 Apr 2008 22:07:26 +0000 (00:07 +0200)
15 files changed:
cpu/mpc83xx/fdt.c
doc/README.mpc8313erdb
doc/README.mpc8315erdb
doc/README.mpc837xemds
doc/README.mpc837xerdb
include/configs/MPC8313ERDB.h
include/configs/MPC8315ERDB.h
include/configs/MPC8323ERDB.h
include/configs/MPC832XEMDS.h
include/configs/MPC8349EMDS.h
include/configs/MPC8349ITX.h
include/configs/MPC8360EMDS.h
include/configs/MPC837XEMDS.h
include/configs/MPC837XERDB.h
include/configs/sbc8349.h

index b39f678f1a12edc93c1df343bf58e3748c11e3bd..02c4d0529ce30dbbd3494bac860d1ae5412c3714 100644 (file)
@@ -63,13 +63,5 @@ void ft_cpu_setup(void *blob, bd_t *bd)
                "clock-frequency", bd->bi_busfreq, 1);
 #endif
 
-#ifdef CONFIG_CPM2
-       do_fixup_by_compat_u32(blob, "fsl,cpm2-scc-uart",
-               "current-speed", bd->bi_baudrate, 1);
-
-       do_fixup_by_compat_u32(blob, "fsl,cpm2-brg",
-               "clock-frequency", bd->bi_brgfreq, 1);
-#endif
-
        fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
 }
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
index 9576fa59e28270bbbbd07c511a51e069b8a1e8ae..6eec240e9f0b6f9e9563a90ecca60cc44adf994c 100644 (file)
 #define CONFIG_UBOOTPATH       u-boot.bin      /* U-Boot image on TFTP server */
 #define CONFIG_FDTFILE         mpc8313erdb.dtb
 
-#define CONFIG_LOADADDR                200000  /* default location for tftp and bootm */
+#define CONFIG_LOADADDR                500000  /* default location for tftp and bootm */
 #define CONFIG_BOOTDELAY       -1      /* -1 disables auto-boot */
 #define CONFIG_BAUDRATE                115200
 
index 432fb311de4a15686b14e76d0e80fa7448ff426a..e0a887c7e6526f2de96b7b805aef01a6e1b90704 100644 (file)
 
 #define CONFIG_BAUDRATE 115200
 
-#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */
+#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */
 
 #define CONFIG_BOOTDELAY 6     /* -1 disables auto-boot */
 #undef CONFIG_BOOTARGS         /* the boot command will set bootargs */
index 92d7aa42b40dd8b4070472f943c0581d0f6ef554..32f57ac7dad8f1435406e2f3e92e47793dc88189 100644 (file)
 #define CONFIG_UBOOTPATH       u-boot.bin      /* U-Boot image on TFTP server */
 #define CONFIG_FDTFILE         mpc832x_rdb.dtb
 
-#define CONFIG_LOADADDR                200000  /* default location for tftp and bootm */
+#define CONFIG_LOADADDR                500000  /* default location for tftp and bootm */
 #define CONFIG_BOOTDELAY       -1      /* -1 disables auto-boot */
 #define CONFIG_BAUDRATE                115200
 
index be2ab455843bcb7429698199a3e13c34669cc3f0..ddefa5e9190a777fa87a5665d7666a060ed6ea18 100644 (file)
 
 #define CONFIG_BAUDRATE        115200
 
-#define CONFIG_LOADADDR        200000  /* default location for tftp and bootm */
+#define CONFIG_LOADADDR        500000  /* default location for tftp and bootm */
 
 #define CONFIG_BOOTDELAY 6     /* -1 disables auto-boot */
 #undef  CONFIG_BOOTARGS                /* the boot command will set bootargs */
index 07fefecf748310921e3a2b8e88aa7e31cf833407..364ffac5ea16548997a5d973448d4c768e397260 100644 (file)
 #define CONFIG_GATEWAYIP       192.168.1.1
 #define CONFIG_NETMASK         255.255.255.0
 
-#define CONFIG_LOADADDR                200000  /* default location for tftp and bootm */
+#define CONFIG_LOADADDR                500000  /* default location for tftp and bootm */
 
 #define CONFIG_BOOTDELAY       6       /* -1 disables auto-boot */
 #undef  CONFIG_BOOTARGS                        /* the boot command will set bootargs */
index 6b8b74dd96418635df3e4f891c197699d6840ed4..be8850a7e702fd3c3a9c878f21ce430d073ff302 100644 (file)
@@ -474,7 +474,7 @@ boards, we say we have two, but don't display a message if we find only one. */
 #define CFG_PROMPT_HUSH_PS2 "> "
 
 #define CFG_LOAD_ADDR  0x2000000       /* default load address */
-#define CONFIG_LOADADDR        200000  /* default location for tftp and bootm */
+#define CONFIG_LOADADDR        500000  /* default location for tftp and bootm */
 
 #ifdef CONFIG_MPC8349ITX
 #define CFG_PROMPT     "MPC8349E-mITX> "       /* Monitor Command Prompt */
index 46451c4c981100c3b6c49a716df3c231275d72c8..983575eb0c16a7629d27b501547c2794e37b7b05 100644 (file)
 
 #define CONFIG_BAUDRATE 115200
 
-#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */
+#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */
 
 #define CONFIG_BOOTDELAY 6     /* -1 disables auto-boot */
 #undef CONFIG_BOOTARGS         /* the boot command will set bootargs */
index 7fc0f7ef8542b078bf4f4c7140e09a0c460fc056..e92493ae4db029f8e2129baa064cff3276281250 100644 (file)
 
 #define CONFIG_BAUDRATE 115200
 
-#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */
+#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */
 
 #define CONFIG_BOOTDELAY 6     /* -1 disables auto-boot */
 #undef CONFIG_BOOTARGS         /* the boot command will set bootargs */
index c698ff84c659b275512d89f2ecc6e0114cc0aa88..f7e6fd2c52bec95b0d05c15adc56b29d22f29f18 100644 (file)
 #define CONFIG_UBOOTPATH       u-boot.bin      /* U-Boot image on TFTP server */
 #define CONFIG_FDTFILE         mpc8379_rdb.dtb
 
-#define CONFIG_LOADADDR                200000  /* default location for tftp and bootm */
+#define CONFIG_LOADADDR                500000  /* default location for tftp and bootm */
 #define CONFIG_BOOTDELAY       -1      /* -1 disables auto-boot */
 #define CONFIG_BAUDRATE                115200
 
index 133cbcf17171eec91a8dfca76be956e1a4fed35c..0ebc674a69a6d2adeba6e88a1472dcd01cd96163 100644 (file)
 #define CONFIG_GATEWAYIP       192.168.1.1
 #define CONFIG_NETMASK         255.255.255.0
 
-#define CONFIG_LOADADDR                200000  /* default location for tftp and bootm */
+#define CONFIG_LOADADDR                500000  /* default location for tftp and bootm */
 
 #define CONFIG_BOOTDELAY       6       /* -1 disables auto-boot */
 #undef  CONFIG_BOOTARGS                        /* the boot command will set bootargs */