From e2b6aa03074389dd720ab0c2dc80021b7cd03fd7 Mon Sep 17 00:00:00 2001 From: Zongchun Yu Date: Wed, 22 Jan 2014 14:59:16 +0800 Subject: [PATCH] t2080qds: add machine configure files Signed-off-by: Zongchun Yu --- meta-fsl-ppc/conf/machine/t2080qds-64b.conf | 17 +++++++++++++++++ meta-fsl-ppc/conf/machine/t2080qds.conf | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 meta-fsl-ppc/conf/machine/t2080qds-64b.conf create mode 100644 meta-fsl-ppc/conf/machine/t2080qds.conf 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" -- 2.40.1