From: Zhenhua Luo Date: Fri, 30 Nov 2012 09:55:31 +0000 (+0000) Subject: add machine configure files for t4160qds and t4160qds-64b X-Git-Tag: 2.1~534^2~328 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=75ebc2b0e5c6bafd0b96b48458321445e50199ae;p=meta-freescale.git add machine configure files for t4160qds and t4160qds-64b currently the only difference of t4160qds and t4240qds is u-boot configure, the others are shared. Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/conf/machine/t4160qds-64b.conf b/meta-fsl-ppc/conf/machine/t4160qds-64b.conf new file mode 100644 index 00000000..aa186d4e --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t4160qds-64b.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running T4160QDS in 64-bit mode + +require e6500-64b.inc + +# TODO: fix 32bit build of u-boot +UBOOT_MACHINES ?= "T4160QDS" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ + ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +USE_VT = "0" diff --git a/meta-fsl-ppc/conf/machine/t4160qds.conf b/meta-fsl-ppc/conf/machine/t4160qds.conf new file mode 100644 index 00000000..a8d6a7e4 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t4160qds.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running T4160QDS in 32-bit mode + +require e6500.inc + +UBOOT_MACHINES ?= "T4160QDS" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ + ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +USE_VT = "0" +BUILD_64BIT_KERNEL = "1"