summaryrefslogtreecommitdiffstats
path: root/conf/machine/e6500-64b.inc
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:41:56 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:41:56 +0100
commit177ef53047019757b70b5ca87171b2c88e26ba07 (patch)
tree70e3284e64755ae93c130e00f810ba5c501801b9 /conf/machine/e6500-64b.inc
downloadmeta-fsl-ppc-enea_linux_3.tar.gz
initial commit of Enea Linux 3.1enea_linux_3
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/machine/e6500-64b.inc')
-rw-r--r--conf/machine/e6500-64b.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/e6500-64b.inc b/conf/machine/e6500-64b.inc
new file mode 100644
index 0000000..2007353
--- /dev/null
+++ b/conf/machine/e6500-64b.inc
@@ -0,0 +1,18 @@
1TARGET_FPU = "hard"
2
3DEFAULTTUNE ?= "ppc64e6500"
4require conf/machine/include/tune-ppce6500.inc
5
6MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
7MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf"
8
9PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
10PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
11PREFERRED_VERSION_qemu = "1.4+fsl"
12
13KERNEL_IMAGETYPE ?= "uImage"
14# disable the images below for now
15# ext2.bz2 ext2.lzma \
16# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
17
18MACHINEOVERRIDES .= ":e6500-64b:fslmachine"