summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/conf/machine/crystalforest-gladden.conf
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2012-10-29 10:23:47 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-10-29 14:59:23 -0500
commit0863d731696fef57d356346635980259649a3e33 (patch)
treef919068fecb8044f090158342f984a1b9d3b9b71 /meta-crystalforest/conf/machine/crystalforest-gladden.conf
parent0ebdf34f9a0f023f62305bddcbc8427d36f740b4 (diff)
downloadmeta-intel-0863d731696fef57d356346635980259649a3e33.tar.gz
crystalforest: Change the machine names
Change the Machine names for the two machines that will be used to publish the BSP on the Yocto Project website. And add the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crystalforest/conf/machine/crystalforest-gladden.conf')
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-gladden.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-crystalforest/conf/machine/crystalforest-gladden.conf b/meta-crystalforest/conf/machine/crystalforest-gladden.conf
new file mode 100644
index 00000000..a84088aa
--- /dev/null
+++ b/meta-crystalforest/conf/machine/crystalforest-gladden.conf
@@ -0,0 +1,27 @@
1#@TYPE: Machine
2#@NAME: crystalforest-gladden
3
4#@DESCRIPTION: Machine configuration for Crystal Forest (GLADDEN) systems
5# i.e. One Sandy Bridge based Gladden Processor + One Cave Creek Chipset
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
19#This Kernel Option is required for Intel Quick Assist Technology Software.
20APPEND += "acpi_enforce_resources=lax"
21
22#Uncomment the below Kernel Option if Virtualization is not needed.
23#APPEND += "intel_iommu=off"
24
25SYSLINUX_OPTS = "serial 0 115200"
26SERIAL_CONSOLE = "115200 ttyS0"
27APPEND += "console=ttyS0,115200 console=tty0"