]> code.ossystems Code Review - meta-freescale.git/commitdiff
t1042rdb: add machine support
authorTing Liu <ting.liu@freescale.com>
Mon, 5 Jan 2015 10:32:24 +0000 (18:32 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 7 Jan 2015 02:14:58 +0000 (10:14 +0800)
This is a board with t1042rdb u-boot/rcw/dtb, the others
are the same wtih t1040rdb

Signed-off-by: Ting Liu <ting.liu@freescale.com>
meta-fsl-ppc/conf/machine/t1042rdb-64b.conf [new file with mode: 0644]
meta-fsl-ppc/conf/machine/t1042rdb.conf [new file with mode: 0644]

diff --git a/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf b/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf
new file mode 100644 (file)
index 0000000..cd01bc4
--- /dev/null
@@ -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@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/meta-fsl-ppc/conf/machine/t1042rdb.conf b/meta-fsl-ppc/conf/machine/t1042rdb.conf
new file mode 100644 (file)
index 0000000..40ba9f3
--- /dev/null
@@ -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@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"
+