summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/conf/machine/crystalforest.conf
diff options
context:
space:
mode:
authorChan Wei Sern <wei.sern.chan@intel.com>2014-07-18 15:21:31 +0800
committerTom Zanussi <tom.zanussi@intel.com>2014-08-27 11:44:02 -0500
commitdfabd49c1f6c2be8b38bdb671b98793bbf2170af (patch)
tree15719a5986f0f6bddfe9392f349727ed8b894961 /meta-crystalforest/conf/machine/crystalforest.conf
parent579cd30427b0cb2941eca06bc0b0b9b1573d0e50 (diff)
downloadmeta-intel-dfabd49c1f6c2be8b38bdb671b98793bbf2170af.tar.gz
meta-crystalforest: Merge machine conf
Machine configuration for both crystalforest-gladden and crystalforest-server platforms are sharing similiar settings. This patch is to merge the machine conf by creating one machine configuration file namely crystalforest.conf. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crystalforest/conf/machine/crystalforest.conf')
-rw-r--r--meta-crystalforest/conf/machine/crystalforest.conf40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-crystalforest/conf/machine/crystalforest.conf b/meta-crystalforest/conf/machine/crystalforest.conf
new file mode 100644
index 00000000..44b9bb2d
--- /dev/null
+++ b/meta-crystalforest/conf/machine/crystalforest.conf
@@ -0,0 +1,40 @@
1#@TYPE: Machine
2#@NAME: crystalforest
3
4#@WEBTITLE: Intel Xeon E3-1125C/E3-1105C (Formerly Sandy Bridge-Gladden)
5#Processors with Intel Communication Chipset 89xx (Crystal Forest Gladden Platform)
6
7#@DESCRIPTION: Machine configuration for Crystal Forest Gladden systems
8#for Smaller Form Factor Communication Infrastructure
9# i.e. Xeon E3-1125C/E3-1105C + Intel 89xx communication Chipset
10
11#@WEBTITLE: Intel Xeon E5-2600 and E5-2400 (Formerly Sandy Bridge-EP/EN)
12#Processors with Intel Communication Chipset 89xx (Crystal Forest Server Platform)
13
14#@DESCRIPTION: Machine configuration for Crystal Forest Server systems
15#for Large-Scale Communications Infrastructure
16# i.e. Xeon E5-2600 and E5-2400 + Intel 89xx Communication Chipsets
17
18PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
19PREFERRED_VERSION_linux-yocto ?= "3.10%"
20
21require conf/machine/include/intel-corei7-64-common.inc
22require conf/machine/include/intel-common-pkgarch.inc
23require conf/machine/include/meta-intel.inc
24
25XSERVER ?= "${XSERVER_X86_BASE} \
26 ${XSERVER_X86_EXT} \
27 ${XSERVER_X86_MATROX_MGA} \
28 "
29MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
30 canterbury-corpus \
31 "
32#This Kernel Option is required for Intel Quick Assist Technology Software.
33APPEND += "acpi_enforce_resources=lax"
34
35#Uncomment the below Kernel Option if Virtualization is not needed.
36#APPEND += "intel_iommu=off"
37
38SYSLINUX_OPTS = "serial 0 115200"
39SERIAL_CONSOLE = "115200 ttyS0"
40APPEND += "console=ttyS0,115200 console=tty0"