From: Ting Liu Date: Mon, 5 Jan 2015 10:32:24 +0000 (+0800) Subject: t1042rdb: add machine support X-Git-Tag: 2.1~534^2~70 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6a85795250488780ca067885ac1c59865ad01eb4;p=meta-freescale.git 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 --- diff --git a/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf b/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf new file mode 100644 index 00000000..cd01bc44 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: Freescale T1042RDB +#@SOC: t1042 +#@DESCRIPTION: Machine configuration for running T1042RDB in 64-bit mode +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e5500-64b.inc + +SOC_FAMILY = "t1:t1042" +UBOOT_MACHINES ?= "T1042RDB_PI" +KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + diff --git a/meta-fsl-ppc/conf/machine/t1042rdb.conf b/meta-fsl-ppc/conf/machine/t1042rdb.conf new file mode 100644 index 00000000..40ba9f37 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t1042rdb.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: Freescale T1042RDB +#@SOC: t1042 +#@DESCRIPTION: Machine configuration for running T1042RDB in 32-bit mode +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e5500.inc + +SOC_FAMILY = "t1:t1042" +UBOOT_MACHINES ?= "T1042RDB_PI" +KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" +