From: Ting Liu Date: Wed, 7 Jan 2015 04:33:19 +0000 (+0800) Subject: t1024rdb: add machine support X-Git-Tag: 2.1~534^2~55 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=754b5172e894c2f5d0abee9a36b8e6a5c6c933ec;p=meta-freescale.git t1024rdb: add machine support Signed-off-by: Ting Liu --- diff --git a/meta-fsl-ppc/conf/machine/t1024rdb.conf b/meta-fsl-ppc/conf/machine/t1024rdb.conf new file mode 100644 index 00000000..82a04009 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t1024rdb.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: Freescale T1024RDB +#@SOC: t1024 +#@DESCRIPTION: Machine configuration for running T1024RDB in 32-bit mode +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e5500.inc + +SOC_FAMILY = "t1:t1024" +UBOOT_MACHINES ?= "T1024RDB T1024RDB_NAND T1024RDB_SDCARD T1024RDB_SPIFLASH T1024RDB_SECURE_BOOT" +KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" +