From: Zongchun Yu Date: Wed, 22 Jan 2014 06:59:16 +0000 (+0800) Subject: t2080qds: add machine configure files X-Git-Tag: 2.1~534^2~184 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e2b6aa03074389dd720ab0c2dc80021b7cd03fd7;p=meta-freescale.git t2080qds: add machine configure files Signed-off-by: Zongchun Yu --- diff --git a/meta-fsl-ppc/conf/machine/t2080qds-64b.conf b/meta-fsl-ppc/conf/machine/t2080qds-64b.conf new file mode 100644 index 00000000..d149b6e2 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t2080qds-64b.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running T2080QDS in 64-bit mode + +require e6500-64b.inc +require conf/machine/include/soc-family.inc + +SOC_FAMILY = "t2080" +# TODO: fix 32bit build of u-boot +UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT" +KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +USE_VT = "0" diff --git a/meta-fsl-ppc/conf/machine/t2080qds.conf b/meta-fsl-ppc/conf/machine/t2080qds.conf new file mode 100644 index 00000000..a9874b58 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t2080qds.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running T2080QDS in 32-bit mode + +require e6500.inc +require conf/machine/include/soc-family.inc + +SOC_FAMILY = "t2080" +UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT" +KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +USE_VT = "0" +BUILD_64BIT_KERNEL = "1"