summaryrefslogtreecommitdiffstats
path: root/conf/machine/xeon-d.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/xeon-d.conf')
-rw-r--r--conf/machine/xeon-d.conf44
1 files changed, 44 insertions, 0 deletions
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
new file mode 100644
index 0000000..5bb6b4b
--- /dev/null
+++ b/conf/machine/xeon-d.conf
@@ -0,0 +1,44 @@
1#@TYPE: Machine
2#@NAME: xeon-d
3#@SUMMARY: Intel Xeon D1521
4#@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
5
6# This is a clean-up version of conf/machine/intel-corei7-64.conf
7# If the configuration need to be updated please check first the original .conf
8
9# Soft set linux-yocto as preferred kernel like x86-base.inc
10PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel-host"
11PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel-host"
12PREFERRED_VERSION_linux-intel ?= "4.14%"
13
14MACHINE_FEATURES += "pcbios efi"
15
16# include the user space intel microcode loading support in the generated images.
17MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}"
18
19# Add general MACHINEOVERRIDE for meta-intel
20MACHINEOVERRIDES =. "intel-x86-common:"
21
22require conf/machine/include/intel-corei7-64-common.inc
23require conf/machine/include/intel-common-pkgarch.inc
24
25MACHINE_EXTRA_RRECOMMENDS += "lms8"
26
27XSERVER_X86_MATROX_MGA = "xf86-video-mga \
28 "
29XSERVER_X86_ASPEED_AST = "xf86-video-ast \
30 "
31XSERVER ?= "${XSERVER_X86_BASE} \
32 ${XSERVER_X86_EXT} \
33 ${XSERVER_X86_FBDEV} \
34 ${XSERVER_X86_I915} \
35 ${XSERVER_X86_I965} \
36 ${XSERVER_X86_MATROX_MGA} \
37 ${XSERVER_X86_MODESETTING} \
38 ${XSERVER_X86_VESA} \
39 ${XSERVER_X86_ASPEED_AST} \
40 "
41
42SYSLINUX_OPTS = "serial 0 115200"
43SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
44APPEND += "rootwait console=ttyS0,115200 console=tty0"