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:
Chang Rebecca Swee Fun 2014-04-02 01:05:23 +08:00 committed by Tom Zanussi
parent 014f717c23
commit 98e934d487
2 changed files with 44 additions and 0 deletions

View 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"

View 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"