mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
meta-valleyisland: provide machine configuration for valleyisland
Valley Island BSP supports both 32-bit and 64-bit configurations. Create new machine configuraions named 'valleyisland-32' and 'valleyisland-64' for this BSP. This machine configurations are set to support Intel open source graphics driver for Linux. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
014f717c23
commit
98e934d487
21
meta-isg/meta-valleyisland/conf/machine/valleyisland-32.conf
Normal file
21
meta-isg/meta-valleyisland/conf/machine/valleyisland-32.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: valleyisland-32
|
||||
|
||||
#@WEBTITLE: Intel Atom E38xx Processor (Valley Island) 32-bit with Open Source Frame Buffer Graphics
|
||||
|
||||
#@DESCRIPTION: Machine configuration for Valley Island 32-bit systems, without Intel-proprietary graphics bits
|
||||
|
||||
require conf/machine/include/tune-atom.inc
|
||||
require conf/machine/include/ia32-base.inc
|
||||
|
||||
MACHINE_FEATURES += "pcbios efi"
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.10%"
|
||||
|
||||
XSERVER ?= "${XSERVER_IA32_BASE} \
|
||||
${XSERVER_IA32_EXT} \
|
||||
${XSERVER_IA32_FBDEV} \
|
||||
${XSERVER_IA32_I965} \
|
||||
"
|
||||
|
||||
APPEND += "acpi_enforce_resources=lax video=efifb vga=0x318"
|
||||
23
meta-isg/meta-valleyisland/conf/machine/valleyisland-64.conf
Normal file
23
meta-isg/meta-valleyisland/conf/machine/valleyisland-64.conf
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: valleyisland-64
|
||||
|
||||
#@WEBTITLE: Intel Atom E38xx Processor (Valley Island) 64-bit with Open Source Frame Buffer Graphics
|
||||
|
||||
#@DESCRIPTION: Machine configuration for Valley Island 64-bit systems, without Intel-proprietary graphics bits
|
||||
|
||||
DEFAULTTUNE ?= "core2-64"
|
||||
|
||||
require conf/machine/include/tune-atom.inc
|
||||
require conf/machine/include/ia32-base.inc
|
||||
|
||||
MACHINE_FEATURES += "pcbios efi"
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.10%"
|
||||
|
||||
XSERVER ?= "${XSERVER_IA32_BASE} \
|
||||
${XSERVER_IA32_EXT} \
|
||||
${XSERVER_IA32_FBDEV} \
|
||||
${XSERVER_IA32_I965} \
|
||||
"
|
||||
|
||||
APPEND += "acpi_enforce_resources=lax video=efifb vga=0x318"
|
||||
Loading…
Reference in New Issue
Block a user