summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/e6500-64b.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/e6500-64b.inc')
-rw-r--r--conf/machine/include/e6500-64b.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/include/e6500-64b.inc b/conf/machine/include/e6500-64b.inc
new file mode 100644
index 0000000..a37d1dd
--- /dev/null
+++ b/conf/machine/include/e6500-64b.inc
@@ -0,0 +1,19 @@
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 kernel-modules"
8
9PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
10PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
11PREFERRED_VERSION_qemu = "1.7+fsl"
12PREFERRED_VERSION_openssl = "1.0.1g"
13
14KERNEL_IMAGETYPE ?= "uImage"
15# disable the images below for now
16# ext2.bz2 ext2.lzma \
17# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
18
19MACHINEOVERRIDES .= ":e6500-64b:fslmachine"