mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Enable the Intel microcode feature for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: intel-core2-32
|
|
|
|
#@DESCRIPTION: Machine configuration for 32 bit Intel Core 2 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.
|
|
|
|
require conf/machine/include/meta-intel.inc
|
|
require conf/machine/include/intel-core2-32-common.inc
|
|
require conf/machine/include/intel-common-pkgarch.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto ?= "3.17%"
|
|
|
|
MACHINE_FEATURES += "pcbios efi"
|
|
MACHINE_FEATURES += "va-impl-intel"
|
|
MACHINE_FEATURES += "wifi 3g"
|
|
MACHINE_FEATURES += "intel-ucode"
|
|
|
|
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
|
|
|
|
XSERVER ?= "${XSERVER_X86_BASE} \
|
|
${XSERVER_X86_EXT} \
|
|
${XSERVER_X86_FBDEV} \
|
|
${XSERVER_X86_I915} \
|
|
${XSERVER_X86_I965} \
|
|
${XSERVER_X86_MODESETTING} \
|
|
${XSERVER_X86_VESA} \
|
|
"
|
|
|
|
SYSLINUX_OPTS = "serial 0 115200"
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
APPEND += "console=ttyS0,115200 console=tty0"
|