aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86
AgeCommit message (Collapse)Author
2016-10-05libdrm vulkan supportSanjay R Mehta
2016-10-03amdgpu vulkan supportSanjay R Mehta
2016-09-20Merge pull request #348 from abelal/gaming_compsMichael Powell
amdfalconx86: provide mechanism for enabling gaming components
2016-09-20Merge pull request #335 from drewmoseley/multimedia-licensesAwais Belal
multimedia: Add more license files for commercial multimedia
2016-09-20amdfalconx86: provide mechanism for enabling gaming componentsAwais Belal
The newly added LunarG SDK components require a mechanism to be pushed to target RootFS as well as to the ADE that is being generated. The same inclusion handling should be made available for any other gaming components such as CodeXL that are integrated. We now define a packagegroup (packagegroup-gaming) to implement this mechanism and provide a variable in local.conf for amdfalconx86 to enable these components. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-09-16Merge pull request #343 from abelal/add_lunargsdk_componentsDrew Moseley
Add LunarG SDK components
2016-09-16Merge pull request #346 from abelal/readmeDrew Moseley
meta-amd: update READMEs according to yocto guidelines
2016-09-16linux-yocto-rt: disable I2S audioAwais Belal
Some components that are required for the I2S audio to work correctly are part of the AMDGPU driver like the amd_gnb_bus. The AMDGPU driver is not RT safe yet so it is disabled which makes the RT builds fail. We now disable these failing components on the RT kernel builds to cover up the issue. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-09-16meta-amd: update READMEs according to yocto guidelinesAwais Belal
This updates the READMEs per the yocto compliance sheet and converts them to .md so they are easier to read on GitHub or any other platform that supports markdown. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-09-15vulkan-tools: add recipe and build fixesAwais Belal
This adds the initial recipe for the vulkan-tools project along with fixes that are necessary for building the project according to yocto environment. Some QA warnings are also fixed. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-09-15vulkan-samples: add recipe and build fixesAwais Belal
This adds the initial recipe for the vulkan-samples project along with fixes that are necessary for building the project according to yocto environment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-09-15vulkan-loader-layers: add recipe and fixesAwais Belal
This adds the famous Vulkan-LoaderAndValidationLayers which is the basis for a Vulkan based graphics setup. Fixes are added to make the build behave as expected under yocto. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-09-15spirv-tools: add recipeAwais Belal
This adds the spirv-tools recipe to the system. The recipe also provides the spirv-headers component. Some fixes are added to make things work under yocto. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-09-15glslang: add recipeAwais Belal
Target and host variant of the glslang recipe are added along with some patches to make the build work under yocto environment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-08-13Merge pull request #334 from drewmoseley/masterDrew Moseley
Merge from Jethro to Master
2016-08-11multimedia: Add more license files for commercial multimediaDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-08-10Merge branch 'jethro'Drew Moseley
2016-08-08amd-utils: Accept ctrl-d commands properlyDrew Moseley
The readline() will return NULL when the user enters ctrl-d. Check for this condition and make it equivalent to the "exit" command. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-08-01amd: Use ??= for INCLUDE_* settingsDrew Moseley
This allows for later overriding by other local.conf.append files using ??= while still allowing a local user to override them all by using =. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-07-26amd: Update multimedia settings for master branchDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-07-26mpv: Switch from mplayer2 to mpvDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-07-26libmad: Remove references to libmadDrew Moseley
This has been removed from poky so we no longer reference it. Signed-off-by: Drew Moseley <drew_moseley@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-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-15<machines>: move common configurations to a common includeAwais Belal
This consolidates the common configurations between the different machines and move them to common from where these are used through an include to make things more maintainable. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-12Merge branch 'jethro'Drew Moseley
2016-07-08meta-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-07-08meta-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-27Merge pull request #308 from drewmoseley/SE_regressionMichael Powell
amd: Move common kernel patch from meta-amdfalconx86 to common
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-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-15linux-yocto: fix CZ mmc device handling patchAwais Belal
The file intended to be updated by this patch was renamed https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-4.1/commit/?h=standard/base&id=b3ef4558550457c762653a8f7cf2b5a560664b46 We modify the patch appropriately so that it applies. Signed-off-by: Awais Belal <awais_belal@mentor.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-26Merge branch 'jethro'Drew Moseley
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-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-20Merge remote-tracking branch 'origin/cedar' into masterAwais Belal
Conflicts: common/recipes-devtools/python/python_2.7.9.bbappend
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-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-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-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-15amd: Replace base_contains with bb.utils.containsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-04-26amd: Disable waylandDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-04-25amd: Disable waylandDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com> (cherry picked from commit 6e1085aa42c9a071e028f4d3d69d70478509b78d)
2016-04-25amd: Disable qemu-mode MACHINE_FEATUREDrew Moseley
QEMU does not currently support the enhanced instructions available on the AMD chips. Some builds with external toolchains will fail if these instructions are enabled by default. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-04-21linux-yocto/amdfalconx86: drop duplicated configsAwais Belal
These configurations are already provided through the common layer. Signed-off-by: Awais Belal <awais_belal@mentor.com>