summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-07 12:33:20 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-08 17:42:20 +0800
commit37815288db75c97954e84ea2c5b16d8e52d5eb30 (patch)
tree61dbab9063a5476dc8fa2b69a094969f290837c9
parent754b5172e894c2f5d0abee9a36b8e6a5c6c933ec (diff)
downloadmeta-freescale-37815288db75c97954e84ea2c5b16d8e52d5eb30.tar.gz
t1024rdb-64b: add machine support
Signed-off-by: Ting Liu <ting.liu@freescale.com>
-rw-r--r--meta-fsl-ppc/conf/machine/t1024rdb-64b.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/machine/t1024rdb-64b.conf b/meta-fsl-ppc/conf/machine/t1024rdb-64b.conf
new file mode 100644
index 00000000..c40bba8a
--- /dev/null
+++ b/meta-fsl-ppc/conf/machine/t1024rdb-64b.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: Freescale T1024RDB
3#@SOC: t1024
4#@DESCRIPTION: Machine configuration for running T1024RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e5500-64b.inc
8
9SOC_FAMILY = "t1:t1024"
10UBOOT_MACHINES ?= "T1024RDB T1024RDB_NAND T1024RDB_SDCARD T1024RDB_SPIFLASH T1024RDB_SECURE_BOOT"
11KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15