- Sep 29, 2012
-
-
Darren Hart authored
Correct the port order to only list SDVOB and LVDS. Update the Edid flags as appropriate. No EDID over LVDS. Enable built-in and edid timings as well as DTDs for the SDVOB port. Force 24-bit mode for LVDS port to work around an apparent bug with EMGD in which the default 18-bit mode results in a dim display using the secondary (LVDS) HDMI port (lower port). Add backlight intensity and inverter frequency specifications for the LVDS port per the note in the EMGD 1.14 User Guide (p 184) for E6xx CPUs. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
- Sep 13, 2012
-
-
Rahul Saxena authored
This driver update fixes a memory leak bug Signed-off-by:
Rahul Saxena <rahul.saxena@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Sep 11, 2012
-
-
Rahul Saxena authored
This adds gstreamer and vaapi video acceleration components to enable video acceleration with pvr driver Signed-off-by:
Rahul Saxena <rahul.saxena@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Aug 20, 2012
-
-
Rahul Saxena authored
This update of the driver enables support for B3 stepping of Cedarview processor and also support for DP/eDP ports. Signed-off-by:
Rahul Saxena <rahul.saxena@intel.com> Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Rahul Saxena authored
Update SRCREV to point to yocto/pvr kernel branch with v1.0.2 pvr driver support. Signed-off-by:
Rahul Saxena <rahul.saxena@intel.com> Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Rahul Saxena authored
Update SRCREV_machine_pn-linux-yocto_cedartrail to the most recent HEAD. Signed-off-by:
Rahul Saxena <rahul.saxena@intel.com> Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
- Jul 30, 2012
-
-
Darren Hart authored
o Technical writing feedback from Scott Rifenbark o Updated and refactored device notes, including a new section on BIOS and firmware o Added dim secondary HDMI port to known issues Signed-off-by:
Darren Hart <dvhart@linux.intel.com> CC: Scott Rifenbark <scott.m.rifenbark@intel.com>
-
Darren Hart authored
As the denzil release of the Yocto Project does not yet have a functional EFI installer, provide a script (mkefidisk.sh) to install a live image to a device which can then be booted on the target. The script requires root privileges. See the usage statement for details. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
This fix address the ioremap errors reported during boot of an EFI boot for a 32 bit machine. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
During FRI2 EFI boot, bad_page errors are printed to the console. Using nopat avoids the issue. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
- Jul 12, 2012
-
-
Tom Zanussi authored
Without this, we get standard/default/common-pc/base with the correct SRCREV initially checked out but standard/default/common-pc/atom-pc checked out as if using AUTOREV for the actual build. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Jun 08, 2012
-
-
Kishore Bodke authored
Remove the kernel feature set from the BSP. These have been moved to kernel features. Update the SRCREV for meta to pull in these kernel feature set. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Jun 06, 2012
-
-
Tom Zanussi authored
This adds the video acceleration components needed to enable EMGD video acceleration. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com> Acked-by:
Darren Hart <dvhart@linux.intel.com>
-
Tom Zanussi authored
The CCID driver driver is apparently unnecessary, so disable it. According to Scott Garman <scott.a.garman@intel.com>: I'd just note that the CCID smartcard reader is a specific piece of hardware that is unlikely to be used in a majority of our use cases. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Jun 01, 2012
-
-
Tom Zanussi authored
The version was changed, but the checksums weren't updated; this updates them. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- May 31, 2012
-
-
Darren Hart authored
Update the SRCREVs to pull in the pch_uart locking fixes for preempt-rt. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
- May 30, 2012
-
-
Tom Zanussi authored
Fix "Only <glib.h> can be included directly" compilation errors seen when building with 1.3/master. Patch pulled from a post-0.2.9 gstreamer-vaapi version (which however doesn't work with the current stack so a straight upgrade won't work as a fix at this point). Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Update linux-yocto_3.2 kernel SRCREVS for crownbay, emenlow, fishriver, jasperforest, sugarbay, and chiefriver. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
According to the Intel graphics guys and Ubuntu, it's ok to now have rc6 enabled by default (as long as rc6p is not also enabled). Accordingly, we'll use the rc6 feature that enables it. If there are problems, it can be easily disabled at build-time by removing tmp/rc6 from KERNEL_FEATURES, or can be disbled at run-time using the kernel parameter i915_enable_rc6 = 0. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Add AMT/mei support as a kernel feature here instead of in the linux-yocto metadata - mei support is currently a feature in staging, and not everyone might want a tainted kernel. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Chiefriver needs lms support for AMT, add it. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Add support for the Intel Active Management Technology (AMT) Local Manageability Service (LMS) daemon. The Intel LMS daemon allows applications to access the Intel AMT firmware via the Intel Management Engine Interface (MEI). Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Have crownbay use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Also have it use the gst-va-mixvideo so the emgd mixvideo components get selected. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Have sugarbay use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Have chiefriver use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Video acceleration dependencies really don't belong in the XSERVER variable - remove them; we'll add them back later via va-intel. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Modify the description to clarify that these are gstreamer addons. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
We need some libraries for video acceleration which depend on the video implementation being used e.g. vanilla intel vs emgd, so create a new 'va-intel' package group for them. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Use different versions of vaapi interface implementaion depending on what a machine specifies. The default if no MACHINE_FEATURE is specified is gstreamer-vaapi. Other machines may need a different implementation e.g. a machine using emgd would specify 'gst-va-mixvideo' in its MACHINE_FEATURES in order to have the implementation satisfied by emgd instead of gstreamer-vaapi, which this also implements. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Enable yasm for the ffmpeg build - we don't want a 'crippled build' or lipsync problems. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
x86 (SSE) assembler supporting NASM and GAS-syntaxes, needed by ffmpeg. Taken from oe-classic (git://git.openembedded.org/openembedded ): commit 22f72e1751108cf5092332a952fcbadec5cd1a0d Author: Khem Raj <raj.khem@gmail.com> Date: Tue Mar 22 12:21:50 2011 -0700 yasm: Upgrade yasm_0.7.2.bb -> yasm_1.1.0.bb Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
libpostproc needs --enable-gpl in order to be built. This essentially changes ffmpeg's license to GPL v2+ as per the ffmpeg LICENSE file. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Turn on vaapi support in ffmpeg to allow video acceleration via vaapi. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
This is a modified version of the ffmpeg recipe from oe-classic (git://git.openembedded.org/openembedded), updated to ffmpeg-0.7.12, along with some changes take from meta-demo (git://git.yoctoproject.org/meta-demo ). The starting point ffmpeg recipe taken from oe-classic version was ffmpeg_0.6.1.bb: commit 5316c5b1416391f15277ce867489e525b7eccd6e Author: Andreas Oberritter <obi@opendreambox.org> Date: Wed Dec 8 22:08:40 2010 +0000 ffmpeg: add recipe for 0.6.1 (LGPLv2.1+) Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Khem Raj <raj.khem@gmail.com> The starting point ffmpeg.inc taken from oe-classic corresponds to the starting commit: commit 709c4d66e0b107ca606941b988bad717c0b45d9b Author: Denys Dmytriyenko <denis@denix.org> Date: Tue Mar 17 14:32:59 2009 -0400 rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by:
Denys Dmytriyenko <denis@denix.org> Acked-by:
Mike Westerhof <mwester@dls.net> Acked-by:
Philip Balister <philip@balister.org> Acked-by:
Khem Raj <raj.khem@gmail.com> Acked-by:
Marcin Juszkiewicz <hrw@openembedded.org> Acked-by:
Koen Kooi <koen@openembedded.org> Acked-by:
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> up to the following commit: commit 18d59f5fad41e4ea05b5d5a8c1588a0bdbdbf815 Author: Andreas Oberritter <obi@opendreambox.org> Date: Wed Dec 8 22:08:39 2010 +0000 ffmpeg: set default license to GPLv2+, because --enable-gpl is used. * See http://www.ffmpeg.org/legal.html Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> The following changes were taken from meta-demo for ffmpeg.inc: commit 33513db7658b9c72bb8c6d477c57b2ab62dab669 Author: Joshua Lock <josh@linux.intel.com> Date: Tue Jan 25 18:00:00 2011 +0000 ffmpeg: Fix some path references that broke with latest master of poky Signed-off-by:
Joshua Lock <josh@linux.intel.com> commit ef61afc110ee4444a1c893290079f11c96e0d560 Author: Joshua Lock <josh@linux.intel.com> Date: Tue Mar 1 17:10:20 2011 +0000 ffmpeg: fix header installation Change merged from OpenEmbedded Signed-off-by:
Joshua Lock <josh@linux.intel.com> commit cae78e5c49423e9ce967f05a5a7c46920ca0cd6b Author: Darren Hart <dvhart@linux.intel.com> Date: Wed Nov 10 14:41:24 2010 -0800 License audit for meta-demo layer Correct .bb and .inc files to include the proper LICENSE and LIC_FILES_CHKSUM variables. Note that in most cases the "(at your option) a later version" clause to the L?GPL is contained in a source file, not COPYING. In those case, add a more or less core source file to the LIC_FILES_CHKSUM list. Signed-off-by:
Darren Hart <dvhart@linux.intel.com> Acked-by:
Saul Wold <sgw@linux.intel.com> To get the latest bug and security fixes: - updated to ffmpeg-0.7.12 Some additional changes were made to simplify and remove components that weren't strictly necessary for current needs: - removed shroedinger and libgsm dependencies - removed faac faad2 lame dependencies - removed --libgsm, --libmp3lame, --libschroedinger - removed RSUGGESTS mplayer Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
libva was split in 1.0.15 into general and Intel-specific parts. This recipe addresses the intel-specific part. The general part is addressed in the separate libva_1.0.15.bb recipe. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
This upgrades libva to libva-1.0.15. Intel-specific changes have been split out into intel-driver-1.0.15, contained in a separate recipe. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Based on the gstreamer-vaapi_0.2.5.bb recipe from the Yocto Project meta-demo layer (git://git.yoctoproject.org/meta-demo ): commit a33dd433b629f08bc6517ef2ad3bdd36814ebe85 Author: Joshua Lock <josh@linux.intel.com> Date: Tue Mar 22 12:11:42 2011 +0000 gstreamer-vaapi: new recipe currently untested but will likely be useful in future so commiting it so that it doesn't get lost Signed-off-by:
Joshua Lock <josh@linux.intel.com> Additional changes made by Tom Zanussi <tom.zanussi@intel.com> in order to work with the other multimedia recipes in meta-intel/common: - summary and description - correct license - changed into a _git recipe in order to pick up post-0.2.5 versions - additional inherits - tested Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
This layer provides support for Ivy Bridge + Panther Point Intel systems. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Darren Hart authored
Allow overriding of the PREFERRED_PROVIDER_virtual/kernel by using the ?= operator rather than the = operator. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-