summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-skylake-64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/intel-skylake-64.conf')
-rw-r--r--conf/machine/intel-skylake-64.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/intel-skylake-64.conf b/conf/machine/intel-skylake-64.conf
new file mode 100644
index 00000000..51786ba7
--- /dev/null
+++ b/conf/machine/intel-skylake-64.conf
@@ -0,0 +1,33 @@
1#@TYPE: Machine
2#@NAME: intel-skylake-64
3
4#@DESCRIPTION: Machine configuration for 64 bit Intel Skylake CPU (and later) with MMX, SSE, SSE2, SSE3, SSE4.1, SSE4.2, AVX, and AVX2 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
5
6require conf/machine/include/meta-intel.inc
7require conf/machine/include/x86-base.inc
8require conf/machine/include/tune-skylake.inc
9require conf/machine/include/intel-common-pkgarch.inc
10
11MACHINE_FEATURES += "efi"
12MACHINE_FEATURES += "wifi 3g nfc"
13MACHINE_FEATURES += "intel-ucode"
14
15MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi"
16
17XSERVER ?= "${XSERVER_X86_BASE} \
18 ${XSERVER_X86_EXT} \
19 ${XSERVER_X86_FBDEV} \
20 ${XSERVER_X86_I915} \
21 ${XSERVER_X86_I965} \
22 ${XSERVER_X86_MODESETTING} \
23 ${XSERVER_X86_VESA} \
24 ${XSERVER_X86_ASPEED_AST} \
25 "
26
27SYSLINUX_OPTS = "serial 0 115200"
28SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
29APPEND += "rootwait console=ttyS0,115200 console=tty0"
30
31IMAGE_FSTYPES += "wic"
32WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot", "systemd-bootdisk-microcode.wks.in", "grub-bootdisk-microcode.wks.in", d)}"
33WKS_FILE_DEPENDS_append = " intel-microcode"