@@ -6,8 +6,8 @@
#include "kirkwood-km_common.dtsi"
/ {
- model = "Keymile Kirkwood Reference Design";
- compatible = "keymile,km_kirkwood", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
+ model = "ABB wcom Kirkwood Reference Design";
+ compatible = "wcom,km_kirkwood", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
memory {
device_type = "memory";
@@ -79,7 +79,7 @@ source "board/buffalo/lsxl/Kconfig"
source "board/cloudengines/pogo_e02/Kconfig"
source "board/d-link/dns325/Kconfig"
source "board/iomega/iconnect/Kconfig"
-source "board/keymile/Kconfig"
+source "board/wcom/Kconfig"
source "board/LaCie/net2big_v2/Kconfig"
source "board/LaCie/netspace_v2/Kconfig"
source "board/raidsonic/ib62x0/Kconfig"
@@ -336,11 +336,11 @@ source "board/freescale/mpc8349itx/Kconfig"
source "board/freescale/mpc837xemds/Kconfig"
source "board/freescale/mpc837xerdb/Kconfig"
source "board/ids/ids8313/Kconfig"
-source "board/keymile/Kconfig"
source "board/mpc8308_p1m/Kconfig"
source "board/sbc8349/Kconfig"
source "board/tqc/tqm834x/Kconfig"
source "board/ve8313/Kconfig"
+source "board/wcom/Kconfig"
source "board/gdsys/mpc8308/Kconfig"
endmenu
@@ -1616,10 +1616,10 @@ source "board/freescale/t208xrdb/Kconfig"
source "board/freescale/t4qds/Kconfig"
source "board/freescale/t4rdb/Kconfig"
source "board/gdsys/p1022/Kconfig"
-source "board/keymile/Kconfig"
source "board/sbc8548/Kconfig"
source "board/socrates/Kconfig"
source "board/varisys/cyrus/Kconfig"
+source "board/wcom/Kconfig"
source "board/xes/xpedite520x/Kconfig"
source "board/xes/xpedite537x/Kconfig"
source "board/xes/xpedite550x/Kconfig"
similarity index 95%
rename from board/keymile/Kconfig
rename to board/wcom/Kconfig
@@ -114,9 +114,9 @@ config SYS_IVM_EEPROM_PAGE_LEN
help
Page size of inventory in EEPROM.
-source "board/keymile/km83xx/Kconfig"
-source "board/keymile/kmp204x/Kconfig"
-source "board/keymile/km_arm/Kconfig"
+source "board/wcom/wcom83xx/Kconfig"
+source "board/wcom/kmp204x/Kconfig"
+source "board/wcom/wcom_arm/Kconfig"
endmenu
similarity index 100%
rename from board/keymile/common/common.c
rename to board/wcom/common/common.c
similarity index 100%
rename from board/keymile/common/common.h
rename to board/wcom/common/common.h
similarity index 100%
rename from board/keymile/common/ivm.c
rename to board/wcom/common/ivm.c
similarity index 98%
rename from board/keymile/common/qrio.c
rename to board/wcom/common/qrio.c
@@ -230,7 +230,7 @@ void qrio_uprstreq(u8 mode)
out_8(qrio_base + RSTCFG_OFF, rstcfg);
}
-/* I2C deblocking uses the algorithm defined in board/keymile/common/common.c
+/* I2C deblocking uses the algorithm defined in board/wcom/common/common.c
* 2 dedicated QRIO GPIOs externally pull the SCL and SDA lines
* For I2C only the low state is activly driven and high state is pulled-up
* by a resistor. Therefore the deblock GPIOs are used
similarity index 100%
rename from board/keymile/common/qrio.h
rename to board/wcom/common/qrio.h
similarity index 93%
rename from board/keymile/kmp204x/Kconfig
rename to board/wcom/kmp204x/Kconfig
@@ -4,7 +4,7 @@ config SYS_BOARD
default "kmp204x"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "kmp204x"
similarity index 84%
rename from board/keymile/kmp204x/MAINTAINERS
rename to board/wcom/kmp204x/MAINTAINERS
@@ -1,6 +1,6 @@
KMP204X BOARD
M: Valentin Longchamp <valentin.longchamp at ch.abb.com>
S: Maintained
-F: board/keymile/kmp204x/
+F: board/wcom/kmp204x/
F: include/configs/kmp204x.h
F: configs/kmcoge4_defconfig
similarity index 100%
rename from board/keymile/kmp204x/Makefile
rename to board/wcom/kmp204x/Makefile
similarity index 100%
rename from board/keymile/kmp204x/ddr.c
rename to board/wcom/kmp204x/ddr.c
similarity index 100%
rename from board/keymile/kmp204x/eth.c
rename to board/wcom/kmp204x/eth.c
similarity index 100%
rename from board/keymile/kmp204x/kmp204x.c
rename to board/wcom/kmp204x/kmp204x.c
similarity index 100%
rename from board/keymile/kmp204x/kmp204x.h
rename to board/wcom/kmp204x/kmp204x.h
similarity index 100%
rename from board/keymile/kmp204x/law.c
rename to board/wcom/kmp204x/law.c
similarity index 100%
rename from board/keymile/kmp204x/pbi.cfg
rename to board/wcom/kmp204x/pbi.cfg
similarity index 100%
rename from board/keymile/kmp204x/pci.c
rename to board/wcom/kmp204x/pci.c
similarity index 100%
rename from board/keymile/kmp204x/rcw_kmp204x.cfg
rename to board/wcom/kmp204x/rcw_kmp204x.cfg
similarity index 100%
rename from board/keymile/kmp204x/tlb.c
rename to board/wcom/kmp204x/tlb.c
similarity index 93%
rename from board/keymile/scripts/README
rename to board/wcom/scripts/README
@@ -1,6 +1,6 @@
These scripts are needed for our development usecases. Copy this directory
into your tftp root directory to be able to use this scripts.
-cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/
+cp -r <u-boot-repo>/board/wcom/scripts <your_tftp_root>/
To load and configure these usecase, two environment variables in the u-boot
default environment must be parsed:
similarity index 100%
rename from board/keymile/scripts/develop-arm.txt
rename to board/wcom/scripts/develop-arm.txt
similarity index 100%
rename from board/keymile/scripts/develop-common.txt
rename to board/wcom/scripts/develop-common.txt
similarity index 100%
rename from board/keymile/scripts/develop-ppc_82xx.txt
rename to board/wcom/scripts/develop-ppc_82xx.txt
similarity index 100%
rename from board/keymile/scripts/develop-ppc_8xx.txt
rename to board/wcom/scripts/develop-ppc_8xx.txt
similarity index 100%
rename from board/keymile/scripts/ramfs-arm.txt
rename to board/wcom/scripts/ramfs-arm.txt
similarity index 100%
rename from board/keymile/scripts/ramfs-common.txt
rename to board/wcom/scripts/ramfs-common.txt
similarity index 100%
rename from board/keymile/scripts/ramfs-ppc_82xx.txt
rename to board/wcom/scripts/ramfs-ppc_82xx.txt
similarity index 100%
rename from board/keymile/scripts/ramfs-ppc_8xx.txt
rename to board/wcom/scripts/ramfs-ppc_8xx.txt
similarity index 85%
rename from board/keymile/km83xx/Kconfig
rename to board/wcom/wcom83xx/Kconfig
@@ -1,10 +1,10 @@
if TARGET_KMETER1
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "kmeter1"
@@ -21,10 +21,10 @@ endif
if TARGET_KMCOGE5NE
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "kmcoge5ne"
@@ -41,10 +41,10 @@ endif
if TARGET_KMTEGR1
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "kmtegr1"
@@ -60,10 +60,10 @@ endif
if TARGET_SUVD3
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "suvd3"
@@ -79,10 +79,10 @@ endif
if TARGET_TUXX1
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "tuxx1"
@@ -98,10 +98,10 @@ endif
if TARGET_KMSUPX5
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "kmsupx5"
@@ -117,10 +117,10 @@ endif
if TARGET_TUGE1
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "tuge1"
@@ -136,10 +136,10 @@ endif
if TARGET_KMOPTI2
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "kmopti2"
@@ -155,10 +155,10 @@ endif
if TARGET_KMTEPR2
config SYS_BOARD
- default "km83xx"
+ default "wcom83xx"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "kmtepr2"
similarity index 94%
rename from board/keymile/km83xx/MAINTAINERS
rename to board/wcom/wcom83xx/MAINTAINERS
@@ -1,7 +1,7 @@
KM83XX BOARD
M: Holger Brunck <holger.brunck at ch.abb.com>
S: Maintained
-F: board/keymile/km83xx/
+F: board/wcom/wcom83xx/
F: include/configs/km8360.h
F: configs/kmcoge5ne_defconfig
F: configs/kmeter1_defconfig
similarity index 62%
rename from board/keymile/km83xx/Makefile
rename to board/wcom/wcom83xx/Makefile
@@ -3,4 +3,4 @@
# (C) Copyright 2006
# Wolfgang Denk, DENX Software Engineering, wd at denx.de.
-obj-y += km83xx.o ../common/common.o ../common/ivm.o km83xx_i2c.o
+obj-y += wcom83xx.o ../common/common.o ../common/ivm.o wcom83xx_i2c.o
similarity index 100%
rename from board/keymile/km83xx/README.kmeter1
rename to board/wcom/wcom83xx/README.kmeter1
similarity index 100%
rename from board/keymile/km83xx/km83xx.c
rename to board/wcom/wcom83xx/wcom83xx.c
similarity index 100%
rename from board/keymile/km83xx/km83xx_i2c.c
rename to board/wcom/wcom83xx/wcom83xx_i2c.c
similarity index 96%
rename from board/keymile/km_arm/Kconfig
rename to board/wcom/wcom_arm/Kconfig
@@ -42,10 +42,10 @@ endmenu
if TARGET_KM_KIRKWOOD
config SYS_BOARD
- default "km_arm"
+ default "wcom_arm"
config SYS_VENDOR
- default "keymile"
+ default "wcom"
config SYS_CONFIG_NAME
default "km_kirkwood"
similarity index 92%
rename from board/keymile/km_arm/MAINTAINERS
rename to board/wcom/wcom_arm/MAINTAINERS
@@ -1,7 +1,7 @@
KM_ARM BOARD
M: Valentin Longchamp <valentin.longchamp at ch.abb.com>
S: Maintained
-F: board/keymile/km_arm/
+F: board/wcom/wcom_arm/
F: include/configs/km_kirkwood.h
F: configs/km_kirkwood_defconfig
F: configs/km_kirkwood_128m16_defconfig
similarity index 78%
rename from board/keymile/km_arm/Makefile
rename to board/wcom/wcom_arm/Makefile
@@ -4,7 +4,7 @@
# Marvell Semiconductor <www.marvell.com>
# Prafulla Wadaskar <prafulla at marvell.com>
-obj-y := km_arm.o ../common/common.o ../common/ivm.o
+obj-y := wcom_arm.o ../common/common.o ../common/ivm.o
ifdef CONFIG_KM_FPGA_CONFIG
obj-y += fpga_config.o
similarity index 100%
rename from board/keymile/km_arm/fpga_config.c
rename to board/wcom/wcom_arm/fpga_config.c
similarity index 100%
rename from board/keymile/km_arm/kwbimage-memphis.cfg
rename to board/wcom/wcom_arm/kwbimage-memphis.cfg
similarity index 100%
rename from board/keymile/km_arm/kwbimage.cfg
rename to board/wcom/wcom_arm/kwbimage.cfg
similarity index 100%
rename from board/keymile/km_arm/kwbimage_128M16_1.cfg
rename to board/wcom/wcom_arm/kwbimage_128M16_1.cfg
similarity index 100%
rename from board/keymile/km_arm/kwbimage_256M8_1.cfg
rename to board/wcom/wcom_arm/kwbimage_256M8_1.cfg
similarity index 100%
rename from board/keymile/km_arm/km_arm.c
rename to board/wcom/wcom_arm/wcom_arm.c
@@ -7,7 +7,7 @@ CONFIG_TARGET_KM_KIRKWOOD=y
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0x0
CONFIG_BOOTCOUNT_BOOTLIMIT=3
-CONFIG_IDENT_STRING="\nKeymile Kirkwood 128M16"
+CONFIG_IDENT_STRING="\nABB Kirkwood 128M16"
CONFIG_SYS_EXTRA_OPTIONS="KM_KIRKWOOD_128M16"
CONFIG_MISC_INIT_R=y
CONFIG_VERSION_VARIABLE=y
@@ -7,7 +7,7 @@ CONFIG_TARGET_KM_KIRKWOOD=y
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0x0
CONFIG_BOOTCOUNT_BOOTLIMIT=3
-CONFIG_IDENT_STRING="\nKeymile Kirkwood"
+CONFIG_IDENT_STRING="\nABB Kirkwood"
CONFIG_SYS_EXTRA_OPTIONS="KM_KIRKWOOD"
CONFIG_MISC_INIT_R=y
CONFIG_VERSION_VARIABLE=y
@@ -8,7 +8,7 @@ CONFIG_KM_FPGA_CONFIG=y
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0x0
CONFIG_BOOTCOUNT_BOOTLIMIT=3
-CONFIG_IDENT_STRING="\nKeymile Kirkwood PCI"
+CONFIG_IDENT_STRING="\nABB Kirkwood PCI"
CONFIG_SYS_EXTRA_OPTIONS="KM_KIRKWOOD_PCI"
CONFIG_MISC_INIT_R=y
CONFIG_VERSION_VARIABLE=y
@@ -11,7 +11,7 @@ CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_SECT_SIZE=0x10000
CONFIG_ENV_OFFSET=0xC0000
CONFIG_BOOTCOUNT_BOOTLIMIT=3
-CONFIG_IDENT_STRING="\nKeymile COGE5UN"
+CONFIG_IDENT_STRING="\nABB COGE5UN"
CONFIG_SYS_EXTRA_OPTIONS="KM_COGE5UN"
CONFIG_MISC_INIT_R=y
CONFIG_VERSION_VARIABLE=y
@@ -11,7 +11,7 @@ CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_SECT_SIZE=0x10000
CONFIG_ENV_OFFSET=0xC0000
CONFIG_BOOTCOUNT_BOOTLIMIT=3
-CONFIG_IDENT_STRING="\nKeymile NUSA"
+CONFIG_IDENT_STRING="\nABB NUSA"
CONFIG_SYS_EXTRA_OPTIONS="KM_NUSA"
CONFIG_MISC_INIT_R=y
CONFIG_VERSION_VARIABLE=y
@@ -65,11 +65,11 @@
#endif
/* include common defines/options for all arm based Keymile boards */
-#include "km/km_arm.h"
+#include "wcom/wcom_arm.h"
#if defined(CONFIG_KM_PIGGY4_88E6352)
/*
- * Some keymile boards like mgcoge5un & nusa1 have their PIGGY4 connected via
+ * Some wcom boards like mgcoge5un & nusa1 have their PIGGY4 connected via
* an Marvell 88E6352 simple switch.
* In this case we have to change the default settings for the etherent mac.
* There is NO ethernet phy. The ARM and Switch are conencted directly over
@@ -100,7 +100,7 @@
#ifdef CONFIG_KM_PIGGY4_88E6061
/*
- * Some keymile boards like mgcoge5un have their PIGGY4 connected via
+ * Some wcom boards like mgcoge5un have their PIGGY4 connected via
* an Marvell 88E6061 simple switch.
* In this case we have to change the default settings for the
* ethernet phy connected to the kirkwood.
@@ -18,11 +18,11 @@
#define CONFIG_KM_UBI_PARTITION_NAME_BOOT "ubi0"
#define CONFIG_KM_UBI_PARTITION_NAME_APP "ubi1"
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc8360.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc8360.h"
/*
* System Clock Setup
@@ -10,11 +10,11 @@
#define CONFIG_HOSTNAME "kmeter1"
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc8360.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc8360.h"
#define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \
CSCONFIG_ROW_BIT_13 | \
@@ -25,10 +25,10 @@
*/
#define CONFIG_HOSTNAME "kmopti2"
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc832x.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc832x.h"
#endif /* __CONFIG_H */
@@ -24,14 +24,14 @@
#define CONFIG_NAND_ECC_BCH
/* common KM defines */
-#include "km/keymile-common.h"
+#include "km/wcom-common.h"
#define CONFIG_SYS_RAMBOOT
#define CONFIG_RAMBOOT_PBL
#define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE
#define CONFIG_RESET_VECTOR_ADDRESS 0xfffffffc
-#define CONFIG_SYS_FSL_PBL_PBI board/keymile/kmp204x/pbi.cfg
-#define CONFIG_SYS_FSL_PBL_RCW board/keymile/kmp204x/rcw_kmp204x.cfg
+#define CONFIG_SYS_FSL_PBL_PBI board/wcom/kmp204x/pbi.cfg
+#define CONFIG_SYS_FSL_PBL_RCW board/wcom/kmp204x/rcw_kmp204x.cfg
/* High Level Configuration Options */
#define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
@@ -368,7 +368,7 @@ int get_scl(void);
* Environment Configuration
*/
#define CONFIG_ENV_OVERWRITE
-#ifndef CONFIG_KM_DEF_ENV /* if not set by keymile-common.h */
+#ifndef CONFIG_KM_DEF_ENV /* if not set by wcom-common.h */
#define CONFIG_KM_DEF_ENV "km-common=empty\0"
#endif
@@ -25,10 +25,10 @@
*/
#define CONFIG_HOSTNAME "kmsupx5"
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc832x.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc832x.h"
#endif /* __CONFIG_H */
@@ -46,11 +46,11 @@
| SICR_1_FEC2_FEC2 \
)
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc8309.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc8309.h"
/* must be after the include because KMBEC_FPGA is otherwise undefined */
#define CONFIG_SYS_NAND_BASE CONFIG_SYS_KMBEC_FPGA_BASE /* PRIO_BASE_ADDRESS */
@@ -25,10 +25,10 @@
*/
#define CONFIG_HOSTNAME "kmtepr2"
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc832x.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc832x.h"
#endif /* __CONFIG_H */
@@ -22,11 +22,11 @@
#define CONFIG_HOSTNAME "suvd3"
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc832x.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc832x.h"
#define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \
0x0000c000 | \
@@ -25,10 +25,10 @@
*/
#define CONFIG_HOSTNAME "tuge1"
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc832x.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc832x.h"
#endif /* __CONFIG_H */
@@ -25,11 +25,11 @@
*/
#define CONFIG_HOSTNAME "tuxx1"
-/* include common defines/options for all Keymile boards */
-#include "km/keymile-common.h"
-#include "km/km-powerpc.h"
-#include "km/km-mpc83xx.h"
-#include "km/km-mpc832x.h"
+/* include common defines/options for all wcom boards */
+#include "wcom/wcom-common.h"
+#include "wcom/wcom-powerpc.h"
+#include "wcom/wcom-mpc83xx.h"
+#include "wcom/wcom-mpc832x.h"
#define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \
0x0000c000 | \
similarity index 99%
rename from include/configs/km/keymile-common.h
rename to include/configs/wcom/wcom-common.h
@@ -30,7 +30,7 @@
*/
#define CONFIG_BOOTP_BOOTFILESIZE
-/* UBI Support for all Keymile boards */
+/* UBI Support for all wcom boards */
#define CONFIG_MTD_CONCAT
#ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS
similarity index 100%
rename from include/configs/km/km-mpc8309.h
rename to include/configs/wcom/wcom-mpc8309.h
similarity index 100%
rename from include/configs/km/km-mpc832x.h
rename to include/configs/wcom/wcom-mpc832x.h
similarity index 100%
rename from include/configs/km/km-mpc8360.h
rename to include/configs/wcom/wcom-mpc8360.h
similarity index 98%
rename from include/configs/km/km-mpc83xx.h
rename to include/configs/wcom/wcom-mpc83xx.h
@@ -112,7 +112,7 @@
* Environment Configuration
*/
#define CONFIG_ENV_OVERWRITE
-#ifndef CONFIG_KM_DEF_ENV /* if not set by keymile-common.h */
+#ifndef CONFIG_KM_DEF_ENV /* if not set by wcom-common.h */
#define CONFIG_KM_DEF_ENV "km-common=empty\0"
#endif
similarity index 100%
rename from include/configs/km/km-powerpc.h
rename to include/configs/wcom/wcom-powerpc.h
similarity index 98%
rename from include/configs/km/km_arm.h
rename to include/configs/wcom/wcom_arm.h
@@ -29,8 +29,8 @@
#define CONFIG_NAND_ECC_BCH
-/* include common defines/options for all Keymile boards */
-#include "keymile-common.h"
+/* include common defines/options for all wcom boards */
+#include "wcom-common.h"
/* Reserve 4 MB for malloc */
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
@@ -1132,9 +1132,9 @@ Examples:
- build all PowerPC boards manufactured by vendor "esd":
MAKEALL -a powerpc -v esd
** buildman -b <branch> esd
- - build all PowerPC boards manufactured either by "keymile" or "siemens":
- MAKEALL -a powerpc -v keymile -v siemens
- ** buildman -b <branch> keymile siemens
+ - build all PowerPC boards manufactured either by "wcom" or "siemens":
+ MAKEALL -a powerpc -v wcom -v siemens
+ ** buildman -b <branch> wcom siemens
- build all Freescale boards with MPC83xx CPUs, plus all 4xx boards:
MAKEALL -c mpc83xx -v freescale 4xx
** buildman -b <branch> mpc83xx freescale 4xx
The ownership has changed to ABB wiredcom for these boards. Therefore rename the keymile folder, headerfiles and vendor strings to wcom. Signed-off-by: Holger Brunck <holger.brunck at ch.abb.com> CC: Marek Vasut <marex at denx.de> CC: Heiko Schocher <hs at denx.de> CC: Wolfgang Denk <wd at denx.de> CC: Valentin Longchamp <valentin.longchamp at ch.abb.com> --- arch/arm/dts/kirkwood-km_kirkwood.dts | 4 +-- arch/arm/mach-kirkwood/Kconfig | 2 +- arch/powerpc/cpu/mpc83xx/Kconfig | 2 +- arch/powerpc/cpu/mpc85xx/Kconfig | 2 +- board/{keymile => wcom}/Kconfig | 6 ++-- board/{keymile => wcom}/common/common.c | 0 board/{keymile => wcom}/common/common.h | 0 board/{keymile => wcom}/common/ivm.c | 0 board/{keymile => wcom}/common/qrio.c | 2 +- board/{keymile => wcom}/common/qrio.h | 0 board/{keymile => wcom}/kmp204x/Kconfig | 2 +- board/{keymile => wcom}/kmp204x/MAINTAINERS | 2 +- board/{keymile => wcom}/kmp204x/Makefile | 0 board/{keymile => wcom}/kmp204x/ddr.c | 0 board/{keymile => wcom}/kmp204x/eth.c | 0 board/{keymile => wcom}/kmp204x/kmp204x.c | 0 board/{keymile => wcom}/kmp204x/kmp204x.h | 0 board/{keymile => wcom}/kmp204x/law.c | 0 board/{keymile => wcom}/kmp204x/pbi.cfg | 0 board/{keymile => wcom}/kmp204x/pci.c | 0 .../{keymile => wcom}/kmp204x/rcw_kmp204x.cfg | 0 board/{keymile => wcom}/kmp204x/tlb.c | 0 board/{keymile => wcom}/scripts/README | 2 +- .../{keymile => wcom}/scripts/develop-arm.txt | 0 .../scripts/develop-common.txt | 0 .../scripts/develop-ppc_82xx.txt | 0 .../scripts/develop-ppc_8xx.txt | 0 board/{keymile => wcom}/scripts/ramfs-arm.txt | 0 .../scripts/ramfs-common.txt | 0 .../scripts/ramfs-ppc_82xx.txt | 0 .../scripts/ramfs-ppc_8xx.txt | 0 .../{keymile/km83xx => wcom/wcom83xx}/Kconfig | 36 +++++++++---------- .../km83xx => wcom/wcom83xx}/MAINTAINERS | 2 +- .../km83xx => wcom/wcom83xx}/Makefile | 2 +- .../km83xx => wcom/wcom83xx}/README.kmeter1 | 0 .../km83xx.c => wcom/wcom83xx/wcom83xx.c} | 0 .../wcom83xx/wcom83xx_i2c.c} | 0 .../{keymile/km_arm => wcom/wcom_arm}/Kconfig | 4 +-- .../km_arm => wcom/wcom_arm}/MAINTAINERS | 2 +- .../km_arm => wcom/wcom_arm}/Makefile | 2 +- .../km_arm => wcom/wcom_arm}/fpga_config.c | 0 .../wcom_arm}/kwbimage-memphis.cfg | 0 .../km_arm => wcom/wcom_arm}/kwbimage.cfg | 0 .../wcom_arm}/kwbimage_128M16_1.cfg | 0 .../wcom_arm}/kwbimage_256M8_1.cfg | 0 .../km_arm.c => wcom/wcom_arm/wcom_arm.c} | 0 configs/km_kirkwood_128m16_defconfig | 2 +- configs/km_kirkwood_defconfig | 2 +- configs/km_kirkwood_pci_defconfig | 2 +- configs/kmcoge5un_defconfig | 2 +- configs/kmnusa_defconfig | 2 +- include/configs/km_kirkwood.h | 6 ++-- include/configs/kmcoge5ne.h | 10 +++--- include/configs/kmeter1.h | 10 +++--- include/configs/kmopti2.h | 10 +++--- include/configs/kmp204x.h | 8 ++--- include/configs/kmsupx5.h | 10 +++--- include/configs/kmtegr1.h | 10 +++--- include/configs/kmtepr2.h | 10 +++--- include/configs/suvd3.h | 10 +++--- include/configs/tuge1.h | 10 +++--- include/configs/tuxx1.h | 10 +++--- .../keymile-common.h => wcom/wcom-common.h} | 2 +- .../{km/km-mpc8309.h => wcom/wcom-mpc8309.h} | 0 .../{km/km-mpc832x.h => wcom/wcom-mpc832x.h} | 0 .../{km/km-mpc8360.h => wcom/wcom-mpc8360.h} | 0 .../{km/km-mpc83xx.h => wcom/wcom-mpc83xx.h} | 2 +- .../{km/km-powerpc.h => wcom/wcom-powerpc.h} | 0 .../configs/{km/km_arm.h => wcom/wcom_arm.h} | 4 +-- tools/buildman/README | 6 ++-- 70 files changed, 100 insertions(+), 100 deletions(-) rename board/{keymile => wcom}/Kconfig (95%) rename board/{keymile => wcom}/common/common.c (100%) rename board/{keymile => wcom}/common/common.h (100%) rename board/{keymile => wcom}/common/ivm.c (100%) rename board/{keymile => wcom}/common/qrio.c (98%) rename board/{keymile => wcom}/common/qrio.h (100%) rename board/{keymile => wcom}/kmp204x/Kconfig (93%) rename board/{keymile => wcom}/kmp204x/MAINTAINERS (84%) rename board/{keymile => wcom}/kmp204x/Makefile (100%) rename board/{keymile => wcom}/kmp204x/ddr.c (100%) rename board/{keymile => wcom}/kmp204x/eth.c (100%) rename board/{keymile => wcom}/kmp204x/kmp204x.c (100%) rename board/{keymile => wcom}/kmp204x/kmp204x.h (100%) rename board/{keymile => wcom}/kmp204x/law.c (100%) rename board/{keymile => wcom}/kmp204x/pbi.cfg (100%) rename board/{keymile => wcom}/kmp204x/pci.c (100%) rename board/{keymile => wcom}/kmp204x/rcw_kmp204x.cfg (100%) rename board/{keymile => wcom}/kmp204x/tlb.c (100%) rename board/{keymile => wcom}/scripts/README (93%) rename board/{keymile => wcom}/scripts/develop-arm.txt (100%) rename board/{keymile => wcom}/scripts/develop-common.txt (100%) rename board/{keymile => wcom}/scripts/develop-ppc_82xx.txt (100%) rename board/{keymile => wcom}/scripts/develop-ppc_8xx.txt (100%) rename board/{keymile => wcom}/scripts/ramfs-arm.txt (100%) rename board/{keymile => wcom}/scripts/ramfs-common.txt (100%) rename board/{keymile => wcom}/scripts/ramfs-ppc_82xx.txt (100%) rename board/{keymile => wcom}/scripts/ramfs-ppc_8xx.txt (100%) rename board/{keymile/km83xx => wcom/wcom83xx}/Kconfig (85%) rename board/{keymile/km83xx => wcom/wcom83xx}/MAINTAINERS (94%) rename board/{keymile/km83xx => wcom/wcom83xx}/Makefile (62%) rename board/{keymile/km83xx => wcom/wcom83xx}/README.kmeter1 (100%) rename board/{keymile/km83xx/km83xx.c => wcom/wcom83xx/wcom83xx.c} (100%) rename board/{keymile/km83xx/km83xx_i2c.c => wcom/wcom83xx/wcom83xx_i2c.c} (100%) rename board/{keymile/km_arm => wcom/wcom_arm}/Kconfig (96%) rename board/{keymile/km_arm => wcom/wcom_arm}/MAINTAINERS (92%) rename board/{keymile/km_arm => wcom/wcom_arm}/Makefile (78%) rename board/{keymile/km_arm => wcom/wcom_arm}/fpga_config.c (100%) rename board/{keymile/km_arm => wcom/wcom_arm}/kwbimage-memphis.cfg (100%) rename board/{keymile/km_arm => wcom/wcom_arm}/kwbimage.cfg (100%) rename board/{keymile/km_arm => wcom/wcom_arm}/kwbimage_128M16_1.cfg (100%) rename board/{keymile/km_arm => wcom/wcom_arm}/kwbimage_256M8_1.cfg (100%) rename board/{keymile/km_arm/km_arm.c => wcom/wcom_arm/wcom_arm.c} (100%) rename include/configs/{km/keymile-common.h => wcom/wcom-common.h} (99%) rename include/configs/{km/km-mpc8309.h => wcom/wcom-mpc8309.h} (100%) rename include/configs/{km/km-mpc832x.h => wcom/wcom-mpc832x.h} (100%) rename include/configs/{km/km-mpc8360.h => wcom/wcom-mpc8360.h} (100%) rename include/configs/{km/km-mpc83xx.h => wcom/wcom-mpc83xx.h} (98%) rename include/configs/{km/km-powerpc.h => wcom/wcom-powerpc.h} (100%) rename include/configs/{km/km_arm.h => wcom/wcom_arm.h} (98%)