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>
23 lines
659 B
Plaintext
23 lines
659 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: jasperforest
|
|
|
|
#@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest)
|
|
|
|
#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
|
|
# systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak)
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "3.17%"
|
|
|
|
require conf/machine/include/meta-intel.inc
|
|
require conf/machine/include/intel-corei7-64-common.inc
|
|
require conf/machine/include/intel-common-pkgarch.inc
|
|
|
|
MACHINE_FEATURES += "intel-ucode"
|
|
|
|
XSERVER ?= "${XSERVER_X86_BASE} \
|
|
${XSERVER_X86_EXT} \
|
|
${XSERVER_X86_VESA} \
|
|
"
|
|
|
|
APPEND += "video=vesafb vga=0x318"
|