mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
28 lines
860 B
Plaintext
28 lines
860 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: crystalforest-stargo
|
|
|
|
#@DESCRIPTION: Machine configuration for Crystal Forest (STARGO) systems
|
|
# i.e. One Sandy Bridge based Gladden Processor + One Cave Creek Chipset
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto ?= "3.4%"
|
|
|
|
require conf/machine/include/tune-x86_64.inc
|
|
require conf/machine/include/ia32-base.inc
|
|
require conf/machine/include/meta-intel.inc
|
|
|
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
|
${XSERVER_IA32_EXT} \
|
|
${XSERVER_IA32_MATROX_MGA} \
|
|
"
|
|
|
|
#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"
|