]> code.ossystems Code Review - meta-freescale.git/commitdiff
add machine configure files for b4420qds
authorZhenhua Luo <b19537@freescale.com>
Tue, 20 Nov 2012 13:34:57 +0000 (13:34 +0000)
committerMatthew McClintock <msm@freescale.com>
Wed, 30 Jan 2013 23:02:00 +0000 (17:02 -0600)
add b4420qds and b4420qds-64b machine configure files

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
meta-fsl-ppc/conf/machine/b4420qds-64b.conf [new file with mode: 0644]
meta-fsl-ppc/conf/machine/b4420qds.conf [new file with mode: 0644]

diff --git a/meta-fsl-ppc/conf/machine/b4420qds-64b.conf b/meta-fsl-ppc/conf/machine/b4420qds-64b.conf
new file mode 100644 (file)
index 0000000..10d162e
--- /dev/null
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@DESCRIPTION: Machine configuration for running B4420QDS in 64-bit mode
+
+require e6500-64b.inc
+
+# TODO: fix 32bit build of u-boot
+UBOOT_MACHINES ?= "B4420QDS"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+SYSVINIT_ENABLED_GETTYS = ""
+USE_VT = ""
+SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
+USE_VT = "0"
diff --git a/meta-fsl-ppc/conf/machine/b4420qds.conf b/meta-fsl-ppc/conf/machine/b4420qds.conf
new file mode 100644 (file)
index 0000000..e4527d7
--- /dev/null
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@DESCRIPTION: Machine configuration for running B4420QDS in 32-bit mode
+
+require e6500.inc
+
+UBOOT_MACHINES ?= "B4420QDS"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+SYSVINIT_ENABLED_GETTYS = ""
+USE_VT = ""
+SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
+USE_VT = "0"
+BUILD_64BIT_KERNEL = "1"