diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-09-10 16:19:25 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-09-12 16:45:13 -0500 |
| commit | 797129df06c9e94fd686ae123e29536b682ad1f4 (patch) | |
| tree | 15fa44bf48123cffe4c9e79b6271a0fa99e70bca /conf/machine/b4860qds.conf | |
| parent | 0cb80244c66a747480fd28e6f6fbe3b84eec1b3a (diff) | |
| download | meta-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.conf')
| -rw-r--r-- | conf/machine/b4860qds.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf new file mode 100644 index 0000000..6ba1e78 --- /dev/null +++ b/conf/machine/b4860qds.conf | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@DESCRIPTION: Machine configuration for running B4860QDS in 32-bit mode | ||
| 3 | |||
| 4 | require e6500.inc | ||
| 5 | |||
| 6 | UBOOT_MACHINES ?= "B4860QDS" | ||
| 7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4860qds.dts" | ||
| 8 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_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" | ||
