summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4860qds-64b.conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:59:10 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:13:09 +0200
commite064c208e2c78663b0be1316117d963798839d6e (patch)
treed5d7bb0e950e5d6960d464f96f82f8132b8225c8 /conf/machine/b4860qds-64b.conf
downloadmeta-fsl-ppc-e064c208e2c78663b0be1316117d963798839d6e.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/machine/b4860qds-64b.conf')
-rw-r--r--conf/machine/b4860qds-64b.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
new file mode 100644
index 0000000..528f900
--- /dev/null
+++ b/conf/machine/b4860qds-64b.conf
@@ -0,0 +1,29 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running B4860QDS in 64-bit mode
3
4require e6500-64b.inc
5require conf/machine/include/soc-family.inc
6
7SOC_FAMILY = "b4860"
8# TODO: fix 32bit build of u-boot
9UBOOT_MACHINES ?= "B4860QDS"
10KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb"
11KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
12
13JFFS2_ERASEBLOCK = "0x10000"
14
15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
17USE_VT = "0"
18
19#required to build u-boot recipe
20require conf/multilib.conf
21MULTILIBS = "multilib:lib32"
22DEFAULTTUNE_virtclass-multilib-lib32 = "powerpc"
23
24#required to boot rootfs from RAM
25IMAGE_FSTYPES += "ext2.gz.u-boot"
26
27#removed rootfs image-prelink because some errors
28#appeared when prelink of the libs was done
29USER_CLASSES = "buildstats image-mklibs"