[meta-freescale] [meta-fsl-ppc][PATCH 06/20] t1042rdb: add machine support

ting.liu at freescale.com ting.liu at freescale.com
Mon Jan 5 02:32:24 PST 2015


From: Ting Liu <ting.liu at freescale.com>

This is a board with t1042rdb u-boot/rcw/dtb, the others
are the same wtih t1040rdb

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 conf/machine/t1042rdb-64b.conf | 15 +++++++++++++++
 conf/machine/t1042rdb.conf     | 15 +++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 conf/machine/t1042rdb-64b.conf
 create mode 100644 conf/machine/t1042rdb.conf

diff --git a/conf/machine/t1042rdb-64b.conf b/conf/machine/t1042rdb-64b.conf
new file mode 100644
index 0000000..cd01bc4
--- /dev/null
+++ b/conf/machine/t1042rdb-64b.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1042RDB
+#@SOC: t1042
+#@DESCRIPTION: Machine configuration for running T1042RDB in 64-bit mode
+#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
+
+require conf/machine/include/e5500-64b.inc
+
+SOC_FAMILY = "t1:t1042"
+UBOOT_MACHINES ?= "T1042RDB_PI"
+KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb.conf
new file mode 100644
index 0000000..40ba9f3
--- /dev/null
+++ b/conf/machine/t1042rdb.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1042RDB
+#@SOC: t1042
+#@DESCRIPTION: Machine configuration for running T1042RDB in 32-bit mode
+#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
+
+require conf/machine/include/e5500.inc
+
+SOC_FAMILY = "t1:t1042"
+UBOOT_MACHINES ?= "T1042RDB_PI"
+KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
-- 
1.9.1



More information about the meta-freescale mailing list