summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-10-18 23:22:34 +0800
committerSaul Wold <sgw@linux.intel.com>2016-10-18 12:02:29 -0700
commit1308450dc363886b44c740b6cf2a457d0b496204 (patch)
tree7e2c6ac6f56c57e9a11bf3fe6ccd5026d733d4d2 /meta-isg/meta-crystalforest/conf/machine/crystalforest.conf
parent8da07c016c2be59eef5e789c61dc1ff88fc8fe4e (diff)
downloadmeta-intel-1308450dc363886b44c740b6cf2a457d0b496204.tar.gz
meta-isg: meta-crystalforest: remove BSP layer
The meta-crystalforest BSP layer has removed. The plan is to consolidate all Intel SoC BSP into intel common BSP. Since Intel Common BSP can support all features provided by meta-crystalforest with default kernel version, So this layer can be retired from master. The kernel cmdline option: acpi_enforce_resources=lax was added before in this BSP to support QAT software, which is no more required. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-isg/meta-crystalforest/conf/machine/crystalforest.conf')
-rw-r--r--meta-isg/meta-crystalforest/conf/machine/crystalforest.conf37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf b/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf
deleted file mode 100644
index 150a0a61..00000000
--- a/meta-isg/meta-crystalforest/conf/machine/crystalforest.conf
+++ /dev/null
@@ -1,37 +0,0 @@
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 ?= "4.1%"
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 "
29#This Kernel Option is required for Intel Quick Assist Technology Software.
30APPEND += "acpi_enforce_resources=lax"
31
32#Uncomment the below Kernel Option if Virtualization is not needed.
33#APPEND += "intel_iommu=off"
34
35SYSLINUX_OPTS = "serial 0 115200"
36SERIAL_CONSOLE = "115200 ttyS0"
37APPEND += "console=ttyS0,115200 console=tty0"