From fc150a606c6ae51901e0cf7be99fa482e7c756ba Mon Sep 17 00:00:00 2001 From: Ong Boon Leong Date: Fri, 1 Nov 2013 08:45:27 +0800 Subject: meta-haswell-wc: provide machine configuration for haswell-wc Create a new machine named 'haswell-wc'. Signed-off-by: Ong Boon Leong Signed-off-by: Tom Zanussi --- .../meta-haswell-wc/conf/machine/haswell-wc.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf (limited to 'meta-isg/meta-haswell-wc') diff --git a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf new file mode 100644 index 00000000..694b93de --- /dev/null +++ b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: haswell-wc + +#@WEBTITLE: 4th Generation Intel Core Processors with Mobile +# Intel QM87 and HM86 Chipsets (Formerly Shark Bay) + +#@DESCRIPTION: Machine configuration for "Walnut Canyon", +# a Shark Bay development kit. + + +PREFERRED_VERSION_linux-yocto ?= "3.10%" +MACHINE_FEATURES += "pcbios efi va-impl-intel" + +require conf/machine/include/tune-x86_64.inc +require conf/machine/include/ia32-base.inc + +MACHINE_HWCODECS ?= "va-intel gst-va-intel" + +XSERVER ?= "${XSERVER_IA32_BASE} \ + ${XSERVER_IA32_EXT} \ + ${XSERVER_IA32_I965} \ + " -- cgit v1.2.3-54-g00ecf