summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorZongchun Yu <Zongchun.Yu@freescale.com>2014-01-22 14:59:16 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-02-13 11:24:51 +0800
commitb6aa018404c1ec0edd4ccd1ac3a0d4a0b0a12b72 (patch)
tree5dad18de210bc11c80bf80b04cb16056088a4b9e /conf/machine
parent1536064e02f15761e90f784d88f2a930784f7f3d (diff)
downloadmeta-fsl-ppc-b6aa018404c1ec0edd4ccd1ac3a0d4a0b0a12b72.tar.gz
t2080qds: add machine configure files
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/t2080qds-64b.conf17
-rw-r--r--conf/machine/t2080qds.conf17
2 files changed, 34 insertions, 0 deletions
diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf
new file mode 100644
index 0000000..d149b6e
--- /dev/null
+++ b/conf/machine/t2080qds-64b.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running T2080QDS in 64-bit mode
3
4require e6500-64b.inc
5require conf/machine/include/soc-family.inc
6
7SOC_FAMILY = "t2080"
8# TODO: fix 32bit build of u-boot
9UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT"
10KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb"
11KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
12
13JFFS2_ERASEBLOCK = "0x10000"
14
15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
17USE_VT = "0"
diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
new file mode 100644
index 0000000..a9874b5
--- /dev/null
+++ b/conf/machine/t2080qds.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running T2080QDS in 32-bit mode
3
4require e6500.inc
5require conf/machine/include/soc-family.inc
6
7SOC_FAMILY = "t2080"
8UBOOT_MACHINES ?= "T2080QDS T2080QDS_SDCARD T2080QDS_SPIFLASH T2080QDS_NAND T2080QDS_SRIO_PCIE_BOOT"
9KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb"
10KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
11
12JFFS2_ERASEBLOCK = "0x10000"
13
14SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
15SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
16USE_VT = "0"
17BUILD_64BIT_KERNEL = "1"