summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4420qds-64b.conf
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-11-20 13:34:57 +0000
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:02:00 -0600
commit26b843dd45ff189068dea52ea885da5e5537dc93 (patch)
treec119023fb0f145cac462821a305f1e42ff9d2ba7 /conf/machine/b4420qds-64b.conf
parent217145273026906d45aeaff109cfed621cefaf62 (diff)
downloadmeta-fsl-ppc-26b843dd45ff189068dea52ea885da5e5537dc93.tar.gz
add machine configure files for b4420qds
add b4420qds and b4420qds-64b machine configure files Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Diffstat (limited to 'conf/machine/b4420qds-64b.conf')
-rw-r--r--conf/machine/b4420qds-64b.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
new file mode 100644
index 0000000..10d162e
--- /dev/null
+++ b/conf/machine/b4420qds-64b.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running B4420QDS in 64-bit mode
3
4require e6500-64b.inc
5
6# TODO: fix 32bit build of u-boot
7UBOOT_MACHINES ?= "B4420QDS"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_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"