]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Rename compactcenter to intip
authorDirk Eibach <eibach@gdsys.de>
Wed, 9 Sep 2009 10:36:07 +0000 (12:36 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:22 +0000 (09:04 -0500)
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: Stefan Roese <sr@denx.de>
MAINTAINERS
MAKEALL
Makefile
board/gdsys/intip/Makefile [moved from board/gdsys/compactcenter/Makefile with 100% similarity]
board/gdsys/intip/chip_config.c [moved from board/gdsys/compactcenter/chip_config.c with 100% similarity]
board/gdsys/intip/config.mk [moved from board/gdsys/compactcenter/config.mk with 100% similarity]
board/gdsys/intip/init.S [moved from board/gdsys/compactcenter/init.S with 100% similarity]
board/gdsys/intip/intip.c [moved from board/gdsys/compactcenter/compactcenter.c with 99% similarity]
board/gdsys/intip/u-boot.lds [moved from board/gdsys/compactcenter/u-boot.lds with 98% similarity]
include/configs/intip.h [moved from include/configs/compactcenter.h with 98% similarity]

index e9db27842ebac4809e40ff6d8ba5777be1195e71..e0d4786a79056a516c157174530955b3d30d4390 100644 (file)
@@ -141,10 +141,10 @@ Jon Diekema <jon.diekema@smiths-aerospace.com>
 
 Dirk Eibach <eibach@gdsys.de>
 
-       compactcenter   PPC460EX
        devconcenter    PPC460EX
        dlvision        PPC405EP
        gdppc440etx     PPC440EP/GR
+       intip           PPC460EX
        neo             PPC405EP
 
 Dave Ellis <DGE@sixnetio.com>
diff --git a/MAKEALL b/MAKEALL
index f0ed8ea87faf686f0101ed4e6f1183d394f80728..b3d35ac05ffaf48a07a8f0bb6148cca1d061afee 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -185,7 +185,6 @@ LIST_4xx="          \
        canyonlands     \
        canyonlands_nand \
        CMS700          \
-       compactcenter   \
        CPCI2DP         \
        CPCI405         \
        CPCI4052        \
@@ -214,6 +213,7 @@ LIST_4xx="          \
        hcu5            \
        HH405           \
        HUB405          \
+       intip           \
        JSE             \
        KAREF           \
        katmai          \
index 9764cea894f7b070be77b617c63dc81fa47adf35..e8c90a2f26044fa6d1c1137c13774fbd50930174 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1308,14 +1308,6 @@ CATcenter_33_config:     unconfig
 CMS700_config: unconfig
        @$(MKCONFIG) $(@:_config=) ppc ppc4xx cms700 esd
 
-# Compact-Center & DevCon-Center use different U-Boot images
-compactcenter_config \
-devconcenter_config:   unconfig
-       @mkdir -p $(obj)include
-       @echo "#define CONFIG_$$(echo $(subst ,,$(@:_config=)) | \
-               tr '[:lower:]' '[:upper:]')" >$(obj)include/config.h
-       @$(MKCONFIG) -n $@ -a compactcenter ppc ppc4xx compactcenter gdsys
-
 CPCI2DP_config:        unconfig
        @$(MKCONFIG) $(@:_config=) ppc ppc4xx cpci2dp esd
 
@@ -1400,6 +1392,14 @@ HH405_config:    unconfig
 HUB405_config: unconfig
        @$(MKCONFIG) $(@:_config=) ppc ppc4xx hub405 esd
 
+# Compact-Center(codename intip) & DevCon-Center use different U-Boot images
+intip_config \
+devconcenter_config:   unconfig
+       @mkdir -p $(obj)include
+       @echo "#define CONFIG_$$(echo $(subst ,,$(@:_config=)) | \
+               tr '[:lower:]' '[:upper:]')" >$(obj)include/config.h
+       @$(MKCONFIG) -n $@ -a intip ppc ppc4xx intip gdsys
+
 JSE_config:    unconfig
        @$(MKCONFIG) $(@:_config=) ppc ppc4xx jse
 
similarity index 99%
rename from board/gdsys/compactcenter/compactcenter.c
rename to board/gdsys/intip/intip.c
index 8a5ea300d7abec0e41bc7cb7a006c45930700315..0de1be85792f6aa724b53eec2a1b7d96d2921ffe 100644 (file)
@@ -129,7 +129,7 @@ int checkboard(void)
 #ifdef CONFIG_DEVCONCENTER
        printf("Board: DevCon-Center");
 #else
-       printf("Board: CompactCenter");
+       printf("Board: Intip");
 #endif
 
        if (s != NULL) {
similarity index 98%
rename from board/gdsys/compactcenter/u-boot.lds
rename to board/gdsys/intip/u-boot.lds
index 0c95d5c298cbc6ac3c4638718eb612d062ce2332..c1cbd1c4acedd7155cf91771001c829213a0d7bd 100644 (file)
@@ -66,7 +66,7 @@ SECTIONS
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
     cpu/ppc4xx/start.o (.text)
-    board/gdsys/compactcenter/init.o   (.text)
+    board/gdsys/intip/init.o   (.text)
 
     *(.text)
     *(.fixup)
similarity index 98%
rename from include/configs/compactcenter.h
rename to include/configs/intip.h
index f8a1bbb982901397e263bf2750c9a9ae17aab8b2..4f7bc7e28dc8c2cd586223757bebbc6d22fb9d44 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 /*
- * compactcenter.h - configuration for CompactCenter (460EX)
+ * intip.h - configuration for CompactCenter aka intip (460EX) and DevCon-Center
  */
 #ifndef __CONFIG_H
 #define __CONFIG_H
  * High Level Configuration Options
  */
 /*
- * This config file is used for CompactCenter and DevCon-Center
+ * This config file is used for CompactCenter(codename intip) and DevCon-Center
  */
 #define CONFIG_460EX           1       /* Specific PPC460EX            */
 #ifdef CONFIG_DEVCONCENTER
 #define CONFIG_HOSTNAME                devconcenter
 #define CONFIG_IDENT_STRING    " devconcenter 0.02"
 #else
-#define CONFIG_HOSTNAME                compactcenter
-#define CONFIG_IDENT_STRING    " compactcenter 0.02"
+#define CONFIG_HOSTNAME                intip
+#define CONFIG_IDENT_STRING    " intip 0.02"
 #endif
 #define CONFIG_440             1
 #define CONFIG_4xx             1       /* ... PPC4xx family */