aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/conf
AgeCommit message (Collapse)Author
2017-05-10amdgpu: Disable Power Gating as a workaroundAhsan Hussain
This is a workaround for hang issues with compute shaders. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-01-11Merge pull request #395 from rsanjaym/mortyDrew Moseley
OGL 4.3 and kernel bug fixes
2017-01-04amdfalconx86: enable and use cb-mbs-optionsMichael
2017-01-03kernel: Add support for vulkan semaphore and cache raster config valuesSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2016-12-07amdfalconx86.conf: only populate vativesdk-glslang in case of melAwais Belal
The Vulkan integration mainly targets the MEL Commercial configurations so the required tools should only be populated in that particular case. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-11-30amdfalconx86/conf: split INCLUDE_GAMING_COMPONENTSAdeel Arshad
We have analyzed that the configuration variable INCLUDE_GAMING_COMPONENTS, is no longer valid as the components it include are not particularly specific to gaming. So we have splitted it into two configuration variables INCLUDE_VULKAN and INCLUDE_CODEXL. Signed-off-by: Adeel Arshad <adeel_arshad@mentor.com>
2016-11-08machine.conf: allow for modifications through customer layersAwais Belal
The machine configuration now includes a config fragment that can be provided through customer layers. This will help in situations where a variable can only be touched through conf files rather than recipes one such example is the SERIAL_CONSOLES variable. Also pick up APPEND_ADDITIONAL which can be passed through the same customer layer for flexibility. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-28amdfalconx86.conf: drop amd_gnb_bus auto loadingAwais Belal
The AMD_GNB_BUS was available under kernel 4.1 which has been dropped during the upgrade to 4.4 so the auto loading mechnism is not required anymore. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-27glslang: add to nativesdkAwais Belal
The glslangValidator is required for application development on the host through CodeBench. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-21conf: specify serial console prior to vga consoleAwais Belal
As a best practise the serial consoles should be provided earlier on the kernel command line than the vga consoles because the last console is used for taking user input and is mapped to /dev/console. Using it differently can break things at places where conflicting/incorrect serial drivers can generate a kernel panic in such a scenario. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-14SE/BE: move to 4.4 kernelAwais Belal
This commit does a few things which cannot be separated easily so it cannot be split in to separate commits. * Drops all 4.1 kernel bits. * Moves all common patches from meta-amdfalconx86 to common. * Moves SE/BE builds to 4.4 kernel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-14linux-yocto-rt: enable 4.4 kernel for amdfalconx86Awais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-13add amdgpu.cg_mask and amdgpu.pg_mask parameters disable EDCSanjay 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-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-08-11multimedia: Add more license files for commercial multimediaDrew Moseley
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-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-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-22Merge pull request #298 from narindam/cedarDrew Moseley
meta-amd: add code to support falcon family
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-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-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-14Merge branch 'jethro'Drew Moseley
2016-04-08Merge pull request #282 from mwpow3ll/imc_supportDrew Moseley
Imc support
2016-04-08local.conf.append: restructure inclusion logicAwais Belal
It is seen that when a boolean variable isn't enabled, there's no change to the value at all, not even a space if += is used. So in order to cope with the value exactly and to avoid un-intended results we use .= to strengthen the logic. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-07Enable IMC and or AMD SPI SDKArindam Nath
- amdfalconx86 / SteppeEagle: IMC and AMD SPI SDK - BaldEagle: Enable IMC Signed-off-by: Arindam Nath <arindam.nath@amd.com> Signed-off-by: Michael Powell <michael_powell@mentor.com>
2016-04-05linux-yocto: Upgrade SE / BE to v4.1 kernel and refactorMichael
2016-03-15xf86-video-*: Consolidate recipesDrew Moseley
These two recipes are virtually identical and can be combined into a new renamed recipe (xf86-video-amd) with just a few overridden variables. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15linux-yocto-rt: Make this recipe more broadly applicableDrew Moseley
Rename the RT selection variable as it is not strictly specific to amdfalconx86. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15libvdpau: Consolidate recipe versionsDrew Moseley
Move the amdfalconx86 version 1.1 libvdpau recipe to common to apply to all AMD platforms. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15glamor-egl: Consolidate recipesDrew Moseley
The versions of glamor-egl on steppeeagle and amdfalconx86 were previously different but there is nothing machine specific. Consolidate them and change the PV to appropriately reflect that it is the current git version. Note that this package appears abandoned in the community so we should probably start looking to replace this. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-11amd: Add additional overrides for GPU typeDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>