summaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf/machine/fri2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fri2/conf/machine/fri2.conf')
-rw-r--r--meta-fri2/conf/machine/fri2.conf47
1 files changed, 0 insertions, 47 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf
deleted file mode 100644
index 83072d3b..00000000
--- a/meta-fri2/conf/machine/fri2.conf
+++ /dev/null
@@ -1,47 +0,0 @@
1#@TYPE: Machine
2#@NAME: fri2
3
4#@WEBTITLE: Intel Atom E640T Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics for Fish River Island II systems
5
6#@DESCRIPTION: Machine configuration for Fish River Island II systems
7
8require conf/machine/include/intel-core2-32-common.inc
9require conf/machine/include/meta-intel.inc
10require conf/machine/include/meta-intel-emgd.inc
11
12MACHINE_HWCODECS ?= "va-intel"
13XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \
14 emgd-gst-plugins-mixvideo gst-va-intel"
15
16MACHINE_FEATURES += "wifi 3g pcbios efi va-impl-mixvideo"
17MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5"
18
19PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
20PREFERRED_VERSION_linux-yocto = "3.10%"
21
22XSERVER ?= "${XSERVER_X86_BASE} \
23 ${XSERVER_X86_EXT} \
24 ${XSERVER_X86_EMGD} \
25 "
26
27PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
28PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3"
29PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
30PREFERRED_VERSION_emgd-driver-bin ?= "1.18"
31PREFERRED_VERSION_libva ?= "1.0.16"
32
33# Syslinux does not know about the 64MHz uart clock and it does not detect the
34# serial device by number. Use the IO port directly and divide the baud down to
35# trick syslinux into configuring a 115200 baud.
36SYSLINUX_OPTS = "serial 0xb060 3318"
37SERIAL_CONSOLE = "115200 ttyPCH1"
38APPEND += "console=ttyPCH1,115200 console=tty0"
39
40# EFI boot will ignore this and use the EFI framebuffer at 800x600
41APPEND += "video=vesafb vga=0x318"
42
43# EMGD kernel driver needs at least 256MB of vmalloc space
44APPEND += "vmalloc=256MB"
45
46# MSI interrupts fail for the HDA device when using the EFI firmware
47APPEND += "snd_hda_intel.enable_msi=0"