diff options
author | Zhenhua Luo <b19537@freescale.com> | 2012-11-30 09:55:31 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2013-01-30 17:02:04 -0600 |
commit | c00fe318ecfb3d06e4167d4981ccf56e9e72e074 (patch) | |
tree | 2ab9c43bd63c5a9ad41c42bec24119a0114754b3 | |
parent | 26b843dd45ff189068dea52ea885da5e5537dc93 (diff) | |
download | meta-fsl-ppc-c00fe318ecfb3d06e4167d4981ccf56e9e72e074.tar.gz |
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 <b19537@freescale.com>
-rw-r--r-- | conf/machine/t4160qds-64b.conf | 18 | ||||
-rw-r--r-- | conf/machine/t4160qds.conf | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf new file mode 100644 index 0000000..aa186d4 --- /dev/null +++ b/conf/machine/t4160qds-64b.conf | |||
@@ -0,0 +1,18 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running T4160QDS in 64-bit mode | ||
3 | |||
4 | require e6500-64b.inc | ||
5 | |||
6 | # TODO: fix 32bit build of u-boot | ||
7 | UBOOT_MACHINES ?= "T4160QDS" | ||
8 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ | ||
9 | ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" | ||
10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | ||
11 | |||
12 | JFFS2_ERASEBLOCK = "0x10000" | ||
13 | |||
14 | SYSVINIT_ENABLED_GETTYS = "" | ||
15 | USE_VT = "" | ||
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
18 | USE_VT = "0" | ||
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf new file mode 100644 index 0000000..a8d6a7e --- /dev/null +++ b/conf/machine/t4160qds.conf | |||
@@ -0,0 +1,18 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running T4160QDS in 32-bit mode | ||
3 | |||
4 | require e6500.inc | ||
5 | |||
6 | UBOOT_MACHINES ?= "T4160QDS" | ||
7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ | ||
8 | ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" | ||
9 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | ||
10 | |||
11 | JFFS2_ERASEBLOCK = "0x10000" | ||
12 | |||
13 | SYSVINIT_ENABLED_GETTYS = "" | ||
14 | USE_VT = "" | ||
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
17 | USE_VT = "0" | ||
18 | BUILD_64BIT_KERNEL = "1" | ||