summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4860qds-64b.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/b4860qds-64b.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/b4860qds-64b.conf')
-rw-r--r--conf/machine/b4860qds-64b.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
new file mode 100644
index 0000000..5243c24
--- /dev/null
+++ b/conf/machine/b4860qds-64b.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running B4860QDS in 64-bit mode
3
4require e6500-64b.inc
5
6# TODO: fix 32bit build of u-boot
7UBOOT_MACHINES ?= "B4860QDS"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
10
11JFFS2_ERASEBLOCK = "0x10000"
12
13SYSVINIT_ENABLED_GETTYS = ""
14USE_VT = ""
15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
17USE_VT = "0"