summaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-04 15:34:11 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-16 20:12:13 -0500
commit964d5daa7cea2b357c68eb2c91d17779eeba6a49 (patch)
tree8834b5d2053b51353b3d97e9267ee203b3421995 /meta-fri2/conf
parent5f67993caf7eb3423c965259fedaa91e0734cdd0 (diff)
downloadmeta-intel-964d5daa7cea2b357c68eb2c91d17779eeba6a49.tar.gz
Remove fri2 machine support
The fri2 machine has been retired with this commit. This does not affect the fri2-noemgd machine and it is supported as usual. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-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"