summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-05 18:32:24 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-07 10:14:58 +0800
commit3279bb2e19fa0aa0554e12a3c67ed53dd704b97d (patch)
treec5892bea6b674f42591fff386a99d74572dfad70
parent2f94ff21ced427c819ca413e20182e7bbbe2ec77 (diff)
downloadmeta-fsl-ppc-3279bb2e19fa0aa0554e12a3c67ed53dd704b97d.tar.gz
t1042rdb: add machine support
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>
-rw-r--r--conf/machine/t1042rdb-64b.conf15
-rw-r--r--conf/machine/t1042rdb.conf15
2 files changed, 30 insertions, 0 deletions
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 @@
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 conf/machine/include/e5500-64b.inc
8
9SOC_FAMILY = "t1:t1042"
10UBOOT_MACHINES ?= "T1042RDB_PI"
11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15
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 @@
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 conf/machine/include/e5500.inc
8
9SOC_FAMILY = "t1:t1042"
10UBOOT_MACHINES ?= "T1042RDB_PI"
11KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15