summaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf/machine/fri2-noemgd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fri2/conf/machine/fri2-noemgd.conf')
-rw-r--r--meta-fri2/conf/machine/fri2-noemgd.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf
deleted file mode 100644
index bdf4b0dd..00000000
--- a/meta-fri2/conf/machine/fri2-noemgd.conf
+++ /dev/null
@@ -1,36 +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 Open Source VESA Graphics for Fish River Island II systems
5
6#@DESCRIPTION: Machine configuration for Fish River Island II systems, without Intel-proprietary graphics bits
7
8require conf/machine/include/intel-core2-32-common.inc
9require conf/machine/include/intel-common-pkgarch.inc
10require conf/machine/include/meta-intel.inc
11
12MACHINE_FEATURES += "wifi 3g pcbios efi"
13MACHINE_FEATURES += "intel-ucode"
14
15MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5"
16
17PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
18PREFERRED_VERSION_linux-yocto ?= "3.19%"
19
20XSERVER ?= "${XSERVER_X86_BASE} \
21 ${XSERVER_X86_EXT} \
22 ${XSERVER_X86_FBDEV} \
23 "
24
25# Syslinux does not know about the 64MHz uart clock and it does not detect the
26# serial device by number. Use the IO port directly and divide the baud down to
27# trick syslinux into configuring a 115200 baud.
28SYSLINUX_OPTS = "serial 0xb060 3318"
29SERIAL_CONSOLE = "115200 ttyPCH1"
30APPEND += "console=ttyPCH1,115200 console=tty0"
31
32# EFI boot will ignore this and use the EFI framebuffer at 800x600
33APPEND += "video=vesafb vga=0x318"
34
35# MSI interrupts fail for the HDA device when using the EFI firmware
36APPEND += "snd_hda_intel.enable_msi=0"