aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/conf/machine/amdfalconx86.conf
AgeCommit message (Collapse)Author
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-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-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-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-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-04-26amd: Disable waylandDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@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>
2016-03-11amd: Add MACHINEOVERRIDE for amdx86Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-01linux-yocto/rt: upgrade to 4.1.18Awais Belal
The kernel is upgraded to 4.1.18 stable tag. We specifically remove a kernel CVE coming in from mel-updates that has been merged already in the kernel we're upgrading to here. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-16amdfalconx86.conf: disable getty on ttyS1Awais Belal
Currently the Pademelon platforms have only one functional serial port which is ttyS0. In case of ttyS1, if a getty is started the kernel console gets flooded with genirq: Flags mismatch irq 3. 00000000 (serial) vs. 00000080 (AMD0010:00) we disable getty on ttyS1 for the time being. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-09amdfalconx86.conf: switch kernel console to ttyS0Awais Belal
This is primarily done because the Pademelon based boards advertise ttyS0/ttyS1 as their serial interfaces. We still keep getty available on the old ttyS4/ttyS5 ports so at least a login through serial on older boards is possible. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-04amdfalconx86: Disable DAL in the kernel command lineDrew Moseley
There are some issues with DAL support now resulting in kernel oops messages appearing in the dmesg log. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-02-04amdfalconx86: Do not install the spi module and test utilityDrew Moseley
Until the IMC driver is available anyone using the SPI test utility is at risk of bricking their boards. We'll remove it for now to reduce that risk. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-02-02linux-yocto-rt: upgrade to 4.1.15Awais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-01-29meta-amdfalconx86: remove amdgpu.dal=0Arindam Nath
DAL3 has been added to the backported kernel now. So we no longer need to disable with amdgpu.dal=0 kernel command line. Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-01-29meta-amdfalconx86: update kernel version to 4.1.15Arindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-01-29meta-amdfalconx86: update ddx version to 1.0.0Arindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-01-29meta-amdfalconx86: update mesa version to 11.0.8Arindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-01-29meta-amdfalconx86: update libvdpau version to 1.1Arindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-01-29meta-amdfalconx86: update llvm version to 3.7.1Arindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-01-29meta-amdfalconx86: update libdrm version to 2.4.66Arindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-01-13machine.conf: updated PREFFERED_VERSION for libavAwais Belal
The base version available for libav for jethro onwards branches is 9.18 so we update accordingly in order to steer clear of the QA warnings. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-11-11amd: enable multilib for the current machinesAwais Belal
BaldEagle, SteppeEagle and AMD Falcon Series are multilib architectures with the rootfs/tools having lib64 additionally to /lib. If these platforms are not marked with having multilib compatibility we run in to issues like: ERROR: Unable to locate installed libc.so file (/usr/lib/libc.so). This may mean that your external toolchain uses a different multi-lib setup than your machine configuration. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-07libdrm: Upgrade to version 2.4.63Drew Moseley
The amdgpu driver is included in that upstream version so we don't need to maintain large numbers of patches here. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-09-25Merge branch 'dizzy'Drew Moseley
2015-09-17Merge pull request #185 from narindam/2014.12Drew Moseley
meta-amdfalconx86: enable AMD eMMC and GPIO SDK support
2015-09-16amd: Conditionalize firmware-wireless on MEL based distros.Drew Moseley
Resolves open Yocto build errors such as: ERROR: Nothing RPROVIDES 'firmware-wireless' (but ...poky/meta/recipes-core/packagegroups/packagegroup-base.bb RDEPENDS on or otherwise requires it) Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-09-16meta-amdfalconx86: enable AMD GPIO sample application in machine config fileArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2015-09-10amdfalconx86.conf: enable available linux firmwaresAwais Belal
Some devices require firmware to be able to get detected and work correctly. We now enable the available firmware packages to be deployed on the target. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-04meta-amdfalconx86: remove amd-gpio driver from recipesArindam Nath
The AMD GPIO driver conflicts with the in-kernel GPIO driver needed by I2S. This commit removes the AMD GPIO driver for now. The GPIO application will later be modified to use the in-kernel GPIO driver. Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2015-09-04meta-amdfalconx86: add support for I2S AudioArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2015-08-28amdfalconx86: enable the in-tree r8168 driverAwais Belal
We now enable the in-tree r8168 driver and disable the externally built module. This gives us the ability to boot over NFS. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-21Merge branch 'dizzy'Drew Moseley
2015-08-19libdrm: move to version 2.4.62 and drop git versioned recipeAwais Belal
Upstream has dropped git versioned recipe for libdrm so we follow suite. Patches are ported according to the newer version and configurations updated. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-07meta-amdfalconx86: modify machine config file to update version numbersArindam Nath
2015-07-29amdfalconx86.conf: adjust configurations to allow usage of RT kernelAwais Belal
The amdgpu driver is not RT-safe so we only pick it up when a standard kernel is being used. We also adjust the PREFERRED_PROVIDER for virtual/kernel accordingly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-07-29amdfalconx86: provide support for PREEMPT_RT kernelAwais Belal
This commit enables support for the PREEMPT_RT kernel by leveraging the linux-yocto-rt and providing required configurations. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-07-10amdfalconx86: Initial public port to the amdfalconx86 familyDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>