[meta-freescale] [meta-fsl-ppc][PATCH 01/12] t1024qds-64b: add machine support

ting.liu at freescale.com ting.liu at freescale.com
Tue Jan 6 20:33:17 PST 2015


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

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

diff --git a/conf/machine/t1024qds-64b.conf b/conf/machine/t1024qds-64b.conf
new file mode 100644
index 0000000..81d5763
--- /dev/null
+++ b/conf/machine/t1024qds-64b.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1024QDS
+#@SOC: t1024
+#@DESCRIPTION: Machine configuration for running T1024QDS in 64-bit mode
+#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
+
+require conf/machine/include/e5500-64b.inc
+
+SOC_FAMILY = "t1:t1024"
+UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
+KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-capwap.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
-- 
1.9.1



More information about the meta-freescale mailing list