[meta-freescale] [meta-fsl-ppc][dylan][PATCH 01/15] t2080qds: add machine configure files

b40527 at freescale.com b40527 at freescale.com
Fri Jan 24 01:45:12 PST 2014


From: Zongchun Yu <Zongchun.Yu at freescale.com>

Signed-off-by: Zongchun Yu <Zongchun.Yu at freescale.com>
---
 conf/machine/t2080qds-64b.conf |   18 ++++++++++++++++++
 conf/machine/t2080qds.conf     |   18 ++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/t2080qds-64b.conf
 create mode 100644 conf/machine/t2080qds.conf

diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf
new file mode 100644
index 0000000..a6f786c
--- /dev/null
+++ b/conf/machine/t2080qds-64b.conf
@@ -0,0 +1,18 @@
+#@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 ?= "${S}/arch/powerpc/boot/dts/t2080qds.dts \
+    ${S}/arch/powerpc/boot/dts/t2080qds-usdpaa.dts"
+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/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
new file mode 100644
index 0000000..1c29d43
--- /dev/null
+++ b/conf/machine/t2080qds.conf
@@ -0,0 +1,18 @@
+#@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 ?= "${S}/arch/powerpc/boot/dts/t2080qds.dts \
+    ${S}/arch/powerpc/boot/dts/t2080qds-usdpaa.dts"
+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"
-- 
1.7.0.4




More information about the meta-freescale mailing list