[meta-freescale] [meta-fsl-ppc 19/42] add machine configure files for b4420qds

Zhenhua Luo zhenhua.luo at freescale.com
Wed Jan 30 00:51:29 PST 2013


From: Zhenhua Luo <b19537 at freescale.com>

add b4420qds and b4420qds-64b machine configure files

Signed-off-by: Zhenhua Luo <b19537 at freescale.com>
---
 conf/machine/b4420qds-64b.conf |   17 +++++++++++++++++
 conf/machine/b4420qds.conf     |   17 +++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 conf/machine/b4420qds-64b.conf
 create mode 100644 conf/machine/b4420qds.conf

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 @@
+#@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/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
new file mode 100644
index 0000000..e4527d7
--- /dev/null
+++ b/conf/machine/b4420qds.conf
@@ -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"
-- 
1.7.9.5





More information about the meta-freescale mailing list