From e3d9eb5df031ea32208d196061b5511849019da9 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Thu, 6 Sep 2012 10:47:46 -0700 Subject: meta-crystalforest: Crystal Forest BSP Created. Initial checkin for the new Crystal Forest BSP. This BSP is based on Sandybridge CPU and Cave Creek Chipset. Signed-off-by: Kishore Bodke --- .../conf/machine/crystalforest-shumway.conf | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-crystalforest/conf/machine/crystalforest-shumway.conf (limited to 'meta-crystalforest/conf/machine/crystalforest-shumway.conf') 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 @@ +#@TYPE: Machine +#@NAME: crystalforest-shumway + +#@DESCRIPTION: Machine configuration for Crystal Forest Server (SHUMWAY) systems +# i.e. Two Sandy Bridge Jaketown processors (SNB-EP ES2 Grade and SNB-EN ES2 Grade) + Two Cave Creek Chipsets. + +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" -- cgit v1.2.3-54-g00ecf