summaryrefslogtreecommitdiffstats
path: root/board/dave/PPChameleonEVB
diff options
context:
space:
mode:
Diffstat (limited to 'board/dave/PPChameleonEVB')
-rw-r--r--board/dave/PPChameleonEVB/Kconfig31
-rw-r--r--board/dave/PPChameleonEVB/MAINTAINERS20
2 files changed, 51 insertions, 0 deletions
diff --git a/board/dave/PPChameleonEVB/Kconfig b/board/dave/PPChameleonEVB/Kconfig
new file mode 100644
index 0000000000..3e95654239
--- /dev/null
+++ b/board/dave/PPChameleonEVB/Kconfig
@@ -0,0 +1,31 @@
+if TARGET_CATCENTER
+
+config SYS_BOARD
+ string
+ default "PPChameleonEVB"
+
+config SYS_VENDOR
+ string
+ default "dave"
+
+config SYS_CONFIG_NAME
+ string
+ default "CATcenter"
+
+endif
+
+if TARGET_PPCHAMELEONEVB
+
+config SYS_BOARD
+ string
+ default "PPChameleonEVB"
+
+config SYS_VENDOR
+ string
+ default "dave"
+
+config SYS_CONFIG_NAME
+ string
+ default "PPChameleonEVB"
+
+endif
diff --git a/board/dave/PPChameleonEVB/MAINTAINERS b/board/dave/PPChameleonEVB/MAINTAINERS
new file mode 100644
index 0000000000..3af5b5704b
--- /dev/null
+++ b/board/dave/PPChameleonEVB/MAINTAINERS
@@ -0,0 +1,20 @@
+PPCHAMELEONEVB BOARD
+M: -
+S: Maintained
+F: board/dave/PPChameleonEVB/
+F: include/configs/CATcenter.h
+F: configs/CATcenter_defconfig
+F: configs/CATcenter_25_defconfig
+F: configs/CATcenter_33_defconfig
+
+PPCHAMELEONEVB BOARD
+M: Andrea "llandre" Marson <andrea.marson@dave-tech.it>
+S: Maintained
+F: include/configs/PPChameleonEVB.h
+F: configs/PPChameleonEVB_defconfig
+F: configs/PPChameleonEVB_BA_25_defconfig
+F: configs/PPChameleonEVB_BA_33_defconfig
+F: configs/PPChameleonEVB_HI_25_defconfig
+F: configs/PPChameleonEVB_HI_33_defconfig
+F: configs/PPChameleonEVB_ME_25_defconfig
+F: configs/PPChameleonEVB_ME_33_defconfig
OpenPOWER on IntegriCloud