diff options
| author | Zhenhua Luo <b19537@freescale.com> | 2012-11-20 13:34:57 +0000 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2013-01-30 17:02:00 -0600 |
| commit | 26b843dd45ff189068dea52ea885da5e5537dc93 (patch) | |
| tree | c119023fb0f145cac462821a305f1e42ff9d2ba7 | |
| parent | 217145273026906d45aeaff109cfed621cefaf62 (diff) | |
| download | meta-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>
| -rw-r--r-- | conf/machine/b4420qds-64b.conf | 17 | ||||
| -rw-r--r-- | conf/machine/b4420qds.conf | 17 |
2 files changed, 34 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 | |||
| 4 | require e6500-64b.inc | ||
| 5 | |||
| 6 | # TODO: fix 32bit build of u-boot | ||
| 7 | UBOOT_MACHINES ?= "B4420QDS" | ||
| 8 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts" | ||
| 9 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | ||
| 10 | |||
| 11 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 12 | |||
| 13 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 14 | USE_VT = "" | ||
| 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 17 | 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 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@DESCRIPTION: Machine configuration for running B4420QDS in 32-bit mode | ||
| 3 | |||
| 4 | require e6500.inc | ||
| 5 | |||
| 6 | UBOOT_MACHINES ?= "B4420QDS" | ||
| 7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts" | ||
| 8 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | ||
| 9 | |||
| 10 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 11 | |||
| 12 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 13 | USE_VT = "" | ||
| 14 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 15 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 16 | USE_VT = "0" | ||
| 17 | BUILD_64BIT_KERNEL = "1" | ||
