summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZongchun Yu <Zongchun.Yu@freescale.com>2013-11-25 10:00:46 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-08 18:14:46 +0800
commit8a128c576b22f2f4a265ed4d6735ff77d4e292f2 (patch)
treefc436d397c6a4f81a954385f2054410a8fc25c12
parent8161c317af1141227155b8bcd722c9f1ffacd14d (diff)
downloadmeta-fsl-ppc-8a128c576b22f2f4a265ed4d6735ff77d4e292f2.tar.gz
add machine configure file for new boards
based on latest kernel/u-boot codes, add following boards: t1040rdb-64b t1040rdb t1042rdb-64b t1042rdb t2080rdb-64b t2080rdb t4240rdb-64b t4240rdb Signed-off-by: Ting Liu <ting.liu@freescale.com>
-rw-r--r--conf/machine/t1040rdb-64b.conf19
-rw-r--r--conf/machine/t1040rdb.conf19
-rw-r--r--conf/machine/t1042rdb-64b.conf29
-rw-r--r--conf/machine/t1042rdb.conf28
-rw-r--r--conf/machine/t2080rdb-64b.conf20
-rw-r--r--conf/machine/t2080rdb.conf20
-rw-r--r--conf/machine/t4240rdb-64b.conf20
-rw-r--r--conf/machine/t4240rdb.conf20
8 files changed, 175 insertions, 0 deletions
diff --git a/conf/machine/t1040rdb-64b.conf b/conf/machine/t1040rdb-64b.conf
new file mode 100644
index 0000000..0f0a685
--- /dev/null
+++ b/conf/machine/t1040rdb-64b.conf
@@ -0,0 +1,19 @@
1#@TYPE: Machine
2#@NAME: Freescale T1040RDB
3#@SOC: t1040
4#@DESCRIPTION: Machine configuration for running T1040RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e5500-64b.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t1040"
11UBOOT_MACHINES ?= "T1040RDB"
12KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
14
15JFFS2_ERASEBLOCK = "0x10000"
16
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_VT = "0"
diff --git a/conf/machine/t1040rdb.conf b/conf/machine/t1040rdb.conf
new file mode 100644
index 0000000..4532c49
--- /dev/null
+++ b/conf/machine/t1040rdb.conf
@@ -0,0 +1,19 @@
1#@TYPE: Machine
2#@NAME: Freescale T1040RDB
3#@SOC: t1040
4#@DESCRIPTION: Machine configuration for running T1040RDB in 32-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e5500.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t1040"
11UBOOT_MACHINES ?= "T1040RDB"
12KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
14
15JFFS2_ERASEBLOCK = "0x10000"
16
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_VT = "0"
diff --git a/conf/machine/t1042rdb-64b.conf b/conf/machine/t1042rdb-64b.conf
new file mode 100644
index 0000000..52be355
--- /dev/null
+++ b/conf/machine/t1042rdb-64b.conf
@@ -0,0 +1,29 @@
1#@TYPE: Machine
2#@NAME: Freescale T1042RDB
3#@SOC: t1042
4#@DESCRIPTION: Machine configuration for running T1042RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e5500-64b.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t1042"
11UBOOT_MACHINES ?= "T1042RDB_PI"
12KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
14
15JFFS2_ERASEBLOCK = "0x10000"
16
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_VT = "0"
20
21PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
22XSERVER = " \
23 xserver-xorg \
24 xf86-input-evdev \
25 xf86-input-mouse \
26 xf86-input-keyboard \
27 xf86-video-fbdev \
28"
29
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb.conf
new file mode 100644
index 0000000..ce877c7
--- /dev/null
+++ b/conf/machine/t1042rdb.conf
@@ -0,0 +1,28 @@
1#@TYPE: Machine
2#@NAME: Freescale T1042RDB
3#@SOC: t1042
4#@DESCRIPTION: Machine configuration for running T1042RDB in 32-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e5500.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t1042"
11UBOOT_MACHINES ?= "T1042RDB_PI"
12KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
14
15JFFS2_ERASEBLOCK = "0x10000"
16
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_VT = "0"
20
21PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
22XSERVER = " \
23 xserver-xorg \
24 xf86-input-evdev \
25 xf86-input-mouse \
26 xf86-input-keyboard \
27 xf86-video-fbdev \
28"
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
new file mode 100644
index 0000000..e5dfb33
--- /dev/null
+++ b/conf/machine/t2080rdb-64b.conf
@@ -0,0 +1,20 @@
1#@TYPE: Machine
2#@NAME: Freescale T2080RDB
3#@SOC: t2080
4#@DESCRIPTION: Machine configuration for running T2080RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e6500-64b.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t2080"
11# TODO: fix 32bit build of u-boot
12UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT"
13KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb"
14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
15
16JFFS2_ERASEBLOCK = "0x10000"
17
18SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
19SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
20USE_VT = "0"
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
new file mode 100644
index 0000000..5030588
--- /dev/null
+++ b/conf/machine/t2080rdb.conf
@@ -0,0 +1,20 @@
1#@TYPE: Machine
2#@NAME: Freescale T2080RDB
3#@SOC: t2080
4#@DESCRIPTION: Machine configuration for running T2080RDB in 32-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e6500.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t2080"
11UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT"
12KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
14
15JFFS2_ERASEBLOCK = "0x10000"
16
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_VT = "0"
20BUILD_64BIT_KERNEL = "1"
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
new file mode 100644
index 0000000..ab7870b
--- /dev/null
+++ b/conf/machine/t4240rdb-64b.conf
@@ -0,0 +1,20 @@
1#@TYPE: Machine
2#@NAME: Freescale T4240RDB
3#@SOC: t4240
4#@DESCRIPTION: Machine configuration for running T4240RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e6500-64b.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t4240"
11# TODO: fix 32bit build of u-boot
12UBOOT_MACHINES ?= "T4240RDB"
13KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb"
14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
15
16JFFS2_ERASEBLOCK = "0x10000"
17
18SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
19SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
20USE_VT = "0"
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
new file mode 100644
index 0000000..dc51e65
--- /dev/null
+++ b/conf/machine/t4240rdb.conf
@@ -0,0 +1,20 @@
1#@TYPE: Machine
2#@NAME: Freescale T4240RDB
3#@SOC: t4240
4#@DESCRIPTION: Machine configuration for running T4240RDB in 32-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e6500.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t4240"
11UBOOT_MACHINES ?= "T4240RDB"
12KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
14
15JFFS2_ERASEBLOCK = "0x10000"
16
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_VT = "0"
20BUILD_64BIT_KERNEL = "1"