diff options
Diffstat (limited to 'meta-crystalforest/conf/machine/crystalforest-stargo.conf')
| -rw-r--r-- | meta-crystalforest/conf/machine/crystalforest-stargo.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-crystalforest/conf/machine/crystalforest-stargo.conf b/meta-crystalforest/conf/machine/crystalforest-stargo.conf new file mode 100644 index 00000000..575a504d --- /dev/null +++ b/meta-crystalforest/conf/machine/crystalforest-stargo.conf | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: crystalforest-stargo | ||
| 3 | |||
| 4 | #@DESCRIPTION: Machine configuration for Crystal Forest (STARGO) systems | ||
| 5 | # i.e. One Sandy Bridge based Gladden Processor + One Cave Creek Chipset | ||
| 6 | |||
| 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
| 8 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | ||
| 9 | |||
| 10 | require conf/machine/include/tune-x86_64.inc | ||
| 11 | require conf/machine/include/ia32-base.inc | ||
| 12 | require conf/machine/include/meta-intel.inc | ||
| 13 | |||
| 14 | XSERVER ?= "${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. | ||
| 20 | APPEND += "acpi_enforce_resources=lax" | ||
| 21 | |||
| 22 | #Uncomment the below Kernel Option if Virtualization is not needed. | ||
| 23 | #APPEND += "intel_iommu=off" | ||
| 24 | |||
| 25 | SYSLINUX_OPTS = "serial 0 115200" | ||
| 26 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 27 | APPEND += "console=ttyS0,115200 console=tty0" | ||
