From 177ef53047019757b70b5ca87171b2c88e26ba07 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:41:56 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- conf/machine/e5500-64b.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/machine/e5500-64b.inc (limited to 'conf/machine/e5500-64b.inc') diff --git a/conf/machine/e5500-64b.inc b/conf/machine/e5500-64b.inc new file mode 100644 index 0000000..0ce7f11 --- /dev/null +++ b/conf/machine/e5500-64b.inc @@ -0,0 +1,18 @@ +TARGET_FPU = "hard" + +DEFAULTTUNE ?= "ppc64e5500" +require conf/machine/include/tune-ppce5500.inc + +MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" +MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" +PREFERRED_VERSION_virtual/kernel ?= "3.0.34" +PREFERRED_VERSION_qemu = "1.4+fsl" + +KERNEL_IMAGETYPE ?= "uImage" +# disable the images below for now +# ext2.bz2 ext2.lzma \ +# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" + +MACHINEOVERRIDES .= ":e5500-64b:fslmachine" -- cgit v1.2.3-54-g00ecf