aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-09-01Merge pull request #342 from abelal/fix_nonetworkcedarDrew Moseley
xf86-video-amd: use hashes rather than tags for SRCREV
2016-08-31xf86-video-amd: use hashes rather than tags for SRCREVAwais Belal
Using tags in the SRCREV breaks the BB_NO_NETWORK builds because bitbake only allows hashes to be used in SRCREV otherwise the fetch sequence is re-run every time after cleansstate in order to fetch the tag information from the actual repo. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-08-25Merge pull request #339 from rsanjaym/cedarDrew Moseley
add support of SW clock gating for UVD6
2016-08-24add support of SW clock gating for UVD6Sanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2016-08-04Merge pull request #327 from abelal/fix_installDrew Moseley
init-install*: /etc/mtab make a link rather than a copy
2016-08-03init-install*: /etc/mtab make a link rather than a copyAwais Belal
Using a copy would only make management of devices erroneous and makes the system unstable in some scenarios as tools will have to manipulate both files separately. A link ensures that both files /proc/mounts and /etc/mtab will have the same information at all times and this is how it is handled on newer systems where there is such a need. Same is suggested by busybox. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-29Merge pull request #328 from abelal/tscreenDrew Moseley
xinput-calibrator: fixes for touchscreen
2016-07-29xinput-calibrator: remove boot time auto launcherAwais Belal
This tends to mess up the X Server start up in some cases and ends up generating wrong calibration data as well randomly. We now remove it from the default set up as the user already has an option to run this from the cmdline or the SATO GUI once the system is up. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-29xinput-calibrator: backport geometry fixes from upstreamAwais Belal
This is a backport of http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-graphics/xinput-calibrator?id=ce6f15dc3905ab0b061b20cc35fd179fdd9e070f and http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-graphics/xinput-calibrator?id=d2b6e325a00e77e6fbee25f3b46cb73af29f1652 Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-25Merge pull request #326 from abelal/ext4_prioDrew Moseley
linux-yocto: prioritize ext4 RootFS
2016-07-22linux-yocto: prioritize ext4 RootFSAwais Belal
This gives us some performance benefit by trying the ext4 filesystem check in priority to ext3 and ext2 where we already know that our rootfs is ext4. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-21Merge pull request #323 from abelal/sanjay_gpu_updatesDrew Moseley
Sanjay gpu updates
2016-07-20Enabling kernel config for POWERPLAYSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2016-07-20Add power gating initialization support for GFX8.0Sanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2016-07-19Merge pull request #321 from abelal/cedarDrew Moseley
amdfalconx86: drop machine recommendation for gstreamer-omx
2016-07-19amdfalconx86: drop machine recommendation for gstreamer-omxAwais Belal
The mentioned package and other such stuff is added through amd-common.inc. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-11Merge pull request #317 from abelal/fix_pf_hdmi_audioDrew Moseley
linux-yocto: add support for Stoney HDMI audio
2016-07-11linux-yocto: add support for Stoney HDMI audioAwais Belal
The AMD Stoney platform uses a new device id 0x15b3 for its HDMI audio which currently isn't available in the PCI device list for Azalia compatible devices. We now add this device so it correctly shows up as HDMI rather than a generic one. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-08libomxil: fix space issue in append overrideAwais Belal
An append requires a space before variable value. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Drew Moseley <drew_moseley@mentor.com> (cherry picked from commit 88db8991161a8b239df45fd5a2c3186b32e5ce43)
2016-07-06Merge pull request #311 from drewmoseley/multiple-displaysDrew Moseley
amd: Add patch for power management workaround for multiple displays
2016-06-30amd: Add patch for power management workaround for multiple displaysDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-06-27Merge pull request #308 from drewmoseley/SE_regressionMichael Powell
amd: Move common kernel patch from meta-amdfalconx86 to common
2016-06-27Merge pull request #309 from mwpow3ll/intamddet-1196Drew Moseley
Intamddet 1196
2016-06-27amd-acp-rt286-load: add modprobe.d confMichael
install AMD ASoC ACP-12S driver only on non-embedded hardware by checking 6th bith of iGPU rev ID.
2016-06-27amd-common: add basic calculatorMichael
2016-06-23amd-multimedia: change to amd-commonMichael
2016-06-22amd: Move common kernel patch from meta-amdfalconx86 to commonDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-06-22Merge pull request #298 from narindam/cedarDrew Moseley
meta-amd: add code to support falcon family
2016-06-20meta-amdfalconx86: fix display corruption issue on BF platformArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-06-09meta-amdfalconx86: enable amdgpu powerplay supportArindam Nath
Powerplay is by default disabled for CZ and clones. So we need to explicitly enable using amdgpu.powerplay=1 in the machine configuration file. Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-06-09meta-amdfalconx86: remove amdgpu.dal=0 from machine configArindam Nath
DAL is enabled by default and should be functioning correctly. So removed amdgpu.dal=0 from machine configuration file. Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-06-09meta-amdfalconx86: remove amdgpu.dpm=1 from machine configArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-30Merge pull request #306 from abelal/fix_ptp_configDrew Moseley
2016-05-27linux-yocto: use ptp configuration class conditionallyAwais Belal
This enables the use of PTP kernel configuration class to allow enabling the required configs when the mentor-industrial layer is available. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-05-25meta-amdfalconx86: make I2S audio modules autoloadArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-24Merge pull request #303 from abelal/disclaimer_updatesDrew Moseley
local.conf.append.machine: align disclaimer with standard MEL BSPs
2016-05-24local.conf.append.machine: align disclaimer with standard MEL BSPsAwais Belal
The disclaimer text for license-restricted packages is updated to align with the other standard MEL BSPs. Additionally some minor refactoring is done for the same alignment needs. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-05-18meta-amdfalconx86: add stoney firmwareArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-17Merge pull request #297 from abelal/kernelupdatesDrew Moseley
Standard and RT kernel updates
2016-05-17meta-amd/common: add I2S audio supportArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-17meta-amd/common: linux kernel updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-17meta-amdfalconx86: update CZ UVD firmwareArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-17meta-amd/common: libomxil updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-17meta-amd/common: gstreamer-omx updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-16linux-yocto-rt: fix RT builds and move to commonAwais Belal
During consolidation of the kernel recipes for standard kernel some changes were made to the linux-yocto-amd-4.1.inc which was being utilized b/w standard and RT kernel for the amdfalconx86 machine. These updates rendered void many features on the RT kernel along with making the build of this kernel unstable. We now move the RT kernel recipe to common layer so it can be utilized by other machines and fix the issues that were present prior to the move. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-05-16linux-yocto: fix LINUX_VERSIONAwais Belal
During consolidation of kernel recipes the LINUX_VERSION string got dropped incorrectly. This ends up creating a wrongly named working directory. We now fix this by declaring the variable as intended. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-05-16meta-amd/common: mesa updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-16meta-amd/common: llvm updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-16meta-amd/common: libdrm updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-04-29Merge pull request #294 from abelal/revert_swcursorDrew Moseley
xserver-xf86-config: do not use SWcursor