summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/conf/machine/crystalforest-shumway.conf
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2012-09-06 10:47:46 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-09-07 17:20:31 -0500
commite3d9eb5df031ea32208d196061b5511849019da9 (patch)
treefd2c0792fff88f61f1e3179038b48a1ce6559652 /meta-crystalforest/conf/machine/crystalforest-shumway.conf
parent66b516f3d3a287eecbf8804b2221bfc27e36db63 (diff)
downloadmeta-intel-f9ce246841faa7ebfde4554bb16023338cb29133.tar.gz
meta-crystalforest: Crystal Forest BSP Created.1.3_M4.rc11.3_M4
Initial checkin for the new Crystal Forest BSP. This BSP is based on Sandybridge CPU and Cave Creek Chipset. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Diffstat (limited to 'meta-crystalforest/conf/machine/crystalforest-shumway.conf')
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-shumway.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-crystalforest/conf/machine/crystalforest-shumway.conf b/meta-crystalforest/conf/machine/crystalforest-shumway.conf
new file mode 100644
index 00000000..0a2141c8
--- /dev/null
+++ b/meta-crystalforest/conf/machine/crystalforest-shumway.conf
@@ -0,0 +1,26 @@
1#@TYPE: Machine
2#@NAME: crystalforest-shumway
3
4#@DESCRIPTION: Machine configuration for Crystal Forest Server (SHUMWAY) systems
5# i.e. Two Sandy Bridge Jaketown processors (SNB-EP ES2 Grade and SNB-EN ES2 Grade) + Two Cave Creek Chipsets.
6
7PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
8PREFERRED_VERSION_linux-yocto ?= "3.4%"
9
10require conf/machine/include/tune-x86_64.inc
11require conf/machine/include/ia32-base.inc
12require conf/machine/include/meta-intel.inc
13
14XSERVER ?= "${XSERVER_IA32_BASE} \
15 ${XSERVER_IA32_EXT} \
16 ${XSERVER_IA32_MATROX_MGA} \
17 "
18#This Kernel Option is required for Intel Quick Assist Technology Software.
19APPEND += "acpi_enforce_resources=lax"
20
21#Uncomment the below Kernel Option if Virtualization is not needed.
22#APPEND += "intel_iommu=off"
23
24SYSLINUX_OPTS = "serial 0 115200"
25SERIAL_CONSOLE = "115200 ttyS0"
26APPEND += "console=ttyS0,115200 console=tty0"