summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds.conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-09-10 16:19:25 -0500
committerMatthew McClintock <msm@freescale.com>2012-09-12 16:45:13 -0500
commit797129df06c9e94fd686ae123e29536b682ad1f4 (patch)
tree15fa44bf48123cffe4c9e79b6271a0fa99e70bca /conf/machine/t4240qds.conf
parent0cb80244c66a747480fd28e6f6fbe3b84eec1b3a (diff)
downloadmeta-fsl-ppc-797129df06c9e94fd686ae123e29536b682ad1f4.tar.gz
add new e6500 based machines (b4860qds and t4240qds)
note: these machines build with a 64-bit kernel always, since optimal performance is with this kernel even if the rfs is still 32-bit Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf/machine/t4240qds.conf')
-rw-r--r--conf/machine/t4240qds.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
new file mode 100644
index 0000000..3ad7ae2
--- /dev/null
+++ b/conf/machine/t4240qds.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running T4240QDS in 32-bit mode
3
4require e6500.inc
5
6UBOOT_MACHINES ?= "T4240QDS"
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240.dts"
8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
9
10JFFS2_ERASEBLOCK = "0x10000"
11
12SYSVINIT_ENABLED_GETTYS = ""
13USE_VT = ""
14SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
15SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
16USE_VT = "0"
17BUILD_64BIT_KERNEL = "1"