]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
xpedite1k: Move to X-ES vendor directory
authorPeter Tyser <ptyser@xes-inc.com>
Sat, 18 Jul 2009 00:01:16 +0000 (19:01 -0500)
committerStefan Roese <sr@denx.de>
Fri, 24 Jul 2009 04:42:32 +0000 (06:42 +0200)
The XPedite1000 is an X-ES product thus it can be put in board/xes along
with other X-ES boards.  Along with the move, the board was renamed to
XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
Maintainership was also transfered to Peter Tyser.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
MAINTAINERS
MAKEALL
Makefile
board/xes/xpedite1000/Makefile [moved from board/xpedite1k/Makefile with 100% similarity]
board/xes/xpedite1000/config.mk [moved from board/xpedite1k/config.mk with 100% similarity]
board/xes/xpedite1000/init.S [moved from board/xpedite1k/init.S with 100% similarity]
board/xes/xpedite1000/u-boot.lds [moved from board/xpedite1k/u-boot.lds with 98% similarity]
board/xes/xpedite1000/u-boot.lds.debug [moved from board/xpedite1k/u-boot.lds.debug with 98% similarity]
board/xes/xpedite1000/xpedite1000.c [moved from board/xpedite1k/xpedite1k.c with 100% similarity]
include/configs/XPEDITE1000.h [moved from include/configs/XPEDITE1K.h with 99% similarity]

index acb65fc89ad83b6274871fe15ca622208334ad66..0797387e8b97bdcfe8c0380e58c529a862493142 100644 (file)
@@ -382,7 +382,6 @@ Travis Sawyer (travis.sawyer@sandburst.com>
 
        KAREF           PPC440GX
        METROBOX        PPC440GX
-       XPEDITE1K       PPC440GX
 
 Georg Schardt <schardt@team-ctech.de>
 
@@ -437,6 +436,7 @@ Rune Torgersen <runet@innovsys.com>
 
 Peter Tyser <ptyser@xes-inc.com>
 
+       XPEDITE1000     PPC440GX
        XPEDITE5170     MPC8640
        XPEDITE5200     MPC8548
        XPEDITE5370     MPC8572
diff --git a/MAKEALL b/MAKEALL
index d86f71c87a9623bc2c3ec03b3a2163c9f6169bae..fe6fff4d331196cafdb245f06ce157d980bc447d 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -259,7 +259,7 @@ LIST_4xx="          \
        WUH405          \
        xilinx-ppc440-generic \
        xilinx-ppc440-generic_flash \
-       XPEDITE1K       \
+       XPEDITE1000     \
        yellowstone     \
        yosemite        \
        yucca           \
index 4a7e13e4e79283ed3562873803b91e3f1b984785..afe86749134142c214e7b09ebdc0cfd433417e96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1607,8 +1607,8 @@ xilinx-ppc440-generic_config: unconfig
                >> $(obj)board/xilinx/ppc440-generic/config.tmp
        @$(MKCONFIG) xilinx-ppc440-generic ppc ppc4xx ppc440-generic xilinx
 
-XPEDITE1K_config:      unconfig
-       @$(MKCONFIG) $(@:_config=) ppc ppc4xx xpedite1k
+XPEDITE1000_config:    unconfig
+       @$(MKCONFIG) $(@:_config=) ppc ppc4xx xpedite1000 xes
 
 yosemite_config \
 yellowstone_config: unconfig
similarity index 98%
rename from board/xpedite1k/u-boot.lds
rename to board/xes/xpedite1000/u-boot.lds
index fc001b247c1a522c4b2b2801f943778e8bf47bae..46b52fc5359e6510057155ea8ded3f76cdd1d2ca 100644 (file)
@@ -66,7 +66,7 @@ SECTIONS
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
     cpu/ppc4xx/start.o (.text)
-    board/xpedite1k/init.o     (.text)
+    board/xes/xpedite1000/init.o       (.text)
     cpu/ppc4xx/kgdb.o  (.text)
     cpu/ppc4xx/traps.o (.text)
     cpu/ppc4xx/interrupts.o    (.text)
similarity index 98%
rename from board/xpedite1k/u-boot.lds.debug
rename to board/xes/xpedite1000/u-boot.lds.debug
index 5824cd9d57a92d448fedcde70bbd988319683858..68cd72d12dc3097f030f3ad49cbf98a95f37a107 100644 (file)
@@ -56,7 +56,7 @@ SECTIONS
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
     cpu/ppc4xx/start.o (.text)
-    board/xpedite1k/init.o (.text)
+    board/xes/xpedite1000/init.o (.text)
     cpu/ppc4xx/kgdb.o  (.text)
     cpu/ppc4xx/traps.o (.text)
     cpu/ppc4xx/interrupts.o    (.text)
similarity index 99%
rename from include/configs/XPEDITE1K.h
rename to include/configs/XPEDITE1000.h
index bb6208cce91f73cbb5d66927e063e57513be8685..658e9473bc2f2eb1aedd9bc09ed78babc782ca02 100644 (file)
@@ -31,7 +31,7 @@
 #define __CONFIG_H
 
 /* High Level Configuration Options */
-#define CONFIG_XPEDITE1K       1               /* Board is XPedite 1000 */
+#define CONFIG_XPEDITE1000     1
 #define CONFIG_SYS_BOARD_NAME  "XPedite1000"
 #define CONFIG_4xx             1               /* ... PPC4xx family */
 #define CONFIG_440             1