diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-01-07 12:33:17 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-01-08 17:37:37 +0800 |
commit | 951a401605f7926ecec8ae47a02f44f55cd19a4e (patch) | |
tree | 9c54d61fe8efe0db21083b0517156fb1a76290fe /meta-fsl-ppc/conf | |
parent | ab7ed712a1c08563b156b8d7dd54c6ba7ac69100 (diff) | |
download | meta-freescale-951a401605f7926ecec8ae47a02f44f55cd19a4e.tar.gz |
t1024qds-64b: add machine support
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Diffstat (limited to 'meta-fsl-ppc/conf')
-rw-r--r-- | meta-fsl-ppc/conf/machine/t1024qds-64b.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/machine/t1024qds-64b.conf b/meta-fsl-ppc/conf/machine/t1024qds-64b.conf new file mode 100644 index 00000000..81d57633 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t1024qds-64b.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale T1024QDS | ||
3 | #@SOC: t1024 | ||
4 | #@DESCRIPTION: Machine configuration for running T1024QDS in 64-bit mode | ||
5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
6 | |||
7 | require conf/machine/include/e5500-64b.inc | ||
8 | |||
9 | SOC_FAMILY = "t1:t1024" | ||
10 | UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT" | ||
11 | KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-capwap.dtb" | ||
12 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x10000" | ||
15 | |||