summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/conf/machine/crystalforest.conf
blob: 7716e56ff0cbd1af8d1867338edfda3a23462957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#@TYPE: Machine
#@NAME: crystalforest

#@WEBTITLE: Intel Xeon E3-1125C/E3-1105C (Formerly Sandy Bridge-Gladden)
#Processors with Intel Communication Chipset 89xx (Crystal Forest Gladden Platform)

#@DESCRIPTION: Machine configuration for Crystal Forest Gladden systems
#for Smaller Form Factor Communication Infrastructure
# i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset

#@WEBTITLE: Intel Xeon E5-2600 and E5-2400 (Formerly Sandy Bridge-EP/EN)
#Processors with Intel Communication Chipset 89xx (Crystal Forest Server Platform)

#@DESCRIPTION: Machine configuration for Crystal Forest Server systems
#for Large-Scale Communications Infrastructure
# i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets

PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.14%"

require conf/machine/include/intel-corei7-64-common.inc
require conf/machine/include/intel-common-pkgarch.inc
require conf/machine/include/meta-intel.inc

XSERVER ?= "${XSERVER_X86_BASE} \
	   ${XSERVER_X86_EXT} \
	   ${XSERVER_X86_MATROX_MGA} \
           "
MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
			      canterbury-corpus \
                              "
#This Kernel Option is required for Intel Quick Assist Technology Software.
APPEND += "acpi_enforce_resources=lax"

#Uncomment the below Kernel Option if Virtualization is not needed.
#APPEND += "intel_iommu=off"

SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"