aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-10-11Merge pull request #197 from drewmoseley/dizzydizzyDrew Moseley
Merge latest bits from release/2014.12
2015-10-09Merge remote-tracking branch 'origin/release/2014.12' into dizzyDrew Moseley
2015-10-09Merge pull request #196 from abelal/fix_sharedtex_mtDrew Moseley
mesa-demos: fix deadlock in sharedtex_mt
2015-10-09mesa-demos: fix deadlock in sharedtex_mtAwais Belal
This patch fixes a deadlock that occurs between the main thread and rendering threads of the sharedtex_mt demo. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-08amd: Update md5sum for spirom.crelease/2014.12Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-10-08amd-spi: unregister spirom device on exitAwais Belal
The driver registers spirom device on init by using the spi_new_device call which acquires the chip select pin through board_info. If the driver does not unregister this device while exiting the chip select pin never frees and consequently a second modprobe for the device will fail with chip select already in use error. We now keep the device pointer for the device added through spi_new_device and make an unregister call on the same on driver's exit. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-08initrdscripts: drop all automount rules while installingAwais Belal
MMC devices get auto mounted during installation without this and cause a failure while formatting the device. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-06Merge pull request #193 from abelal/spirom_unregister_deviceDrew Moseley
amd-spi: unregister spirom device on exit
2015-10-06amd-spi: unregister spirom device on exitAwais Belal
The driver registers spirom device on init by using the spi_new_device call which acquires the chip select pin through board_info. If the driver does not unregister this device while exiting the chip select pin never frees and consequently a second modprobe for the device will fail with chip select already in use error. We now keep the device pointer for the device added through spi_new_device and make an unregister call on the same on driver's exit. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-02Merge pull request #192 from abelal/gdbserver_symlinkDrew Moseley
external-sourcery-toolchain: workaround erroneous libdir pointing
2015-10-02Merge pull request #190 from drewmoseley/dizzyDrew Moseley
Merge from release/2014.12 into dizzy
2015-10-02external-sourcery-toolchain: workaround erroneous libdir pointingAwais Belal
The debug agent in CB wrongly points to /usr/lib6464 rather than to /usr/lib64 to pick up the gdbserver binary. This makes any debug session fail due to not finding the binary. We work around the issue by creating a symlink from /usr/lib6464 to /usr/lib64. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-25Merge branch 'release/2014.12' into dizzyDrew Moseley
2015-09-24Merge pull request #187 from abelal/fix_mouse_pointerDrew Moseley
xserver-xf86-config: use SWcursor for amdfalconx86
2015-09-22Merge pull request #189 from abelal/fix_create_adeDrew Moseley
qtwebkit-examples: fix ADE creation
2015-09-22Merge pull request #188 from drewmoseley/vdpauinfo-lockdownDrew Moseley
vdpauinfo: Lockdown SRCREV
2015-09-22qtwebkit-examples: fix ADE creationAwais Belal
ADEs are generated by picking up -dev subpackages of all the packages included in build. In case of qtwebkit-examples, the way qt5 submodules are populated the actual generated package of qtwebkit-examples is qtwebkit-examples-examples. When ADE creation picks up qtwebkit-examples-dev it fails to find the qtwebkit-examples package which is a dependency for the -dev package. This patch allows generation of the qtwebkit-examples package to satisfy this dependency by allowing this empty package to be built. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-21vdpauinfo: Lockdown SRCREVDrew Moseley
Explicitly use a SRCREV variable rather than a tag specifier in the SRC_URI to avoid errors when building without a network connection in the resultant installed build. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-09-18xserver-xf86-config: use SWcursor for amdfalconx86Awais Belal
When HDMI goes to power save mode and mouse movement or key press will bring it back to normal operation but the mouse cursor isn't shown. We now use the SWcursor which forces software to draw the cursor rather than hardware to cope with this issue. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-17Merge pull request #185 from narindam/2014.12Drew Moseley
meta-amdfalconx86: enable AMD eMMC and GPIO SDK support
2015-09-17Merge pull request #186 from drewmoseley/conditionalize-firmware-wirelessDrew Moseley
amd: Conditionalize firmware-wireless on MEL based distros.
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: remove module load parameters for GPIO driverArindam Nath
The AMD GPIO driver is now in-kernel. So the out-of-tree GPIO module is no longer required. The gpio-amd.conf file was used to pass module load parameters to the GPIO driver which should now be removed as well. Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2015-09-16Merge pull request #184 from abelal/update_firmware_BESEDrew Moseley
baldeagle/steppeeagle: add firmware-wireless
2015-09-16meta-amdfalconx86: add support for on-board eMMC device for AMD DB-FP4 platformArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.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-16steppeeagle.conf: add firmware-wireless to recommendationsAwais Belal
MEL provides a subset of firmware from linux-firmware that have acceptable licensing terms through firmware-wireless so we use that as it follows the general product rules. It is done through recommendations so to avoid issues in open environment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-16baldeagle.conf: add firmware-wireless to recommendationsAwais Belal
MEL provides a subset of firmware from linux-firmware that have acceptable licensing terms through firmware-wireless so we use that as it follows the general product rules. It is done through recommendations so to avoid issues in open environment. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-15Merge pull request #183 from narindam/2014.12Drew Moseley
2014.12
2015-09-15meta-amdfalcon86: update ddx patches to the lastest commitsArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2015-09-15meta-amdfalconx86: rebase mesa patches against amd-mainline branchArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2015-09-15meta-amdfalconx86: rebase libdrm patches against amd-mainline branchArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2015-09-15meta-amdfalconx86: rebase amdgpu patches against amd-mainline branchArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2015-09-14Merge pull request #182 from abelal/fix_firmware_warningDrew Moseley
firmware-wireless: fix QA warning
2015-09-14firmware-wireless: fix QA warningAwais Belal
Fix for QA warning "WARNING: QA Issue: FILES variable for package firmware-wireless contains '//' which is invalid. Attempting to fix this but you should correct the metadata." Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-10Merge pull request #178 from abelal/fix_wirelessDrew Moseley
Fix WiFi support
2015-09-10firmware-wireless: fix deployment of firmware binsAwais Belal
The current firmware-wireless recipe deploys bins to base_libdir/firmware (/lib64/firmware in our case) whereas the generic approach is to deploy these to /lib/firmware directory so we override as required. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-10linux-yocto: enable configurations for generic WiFi driversAwais Belal
The detection and enumeration of generic WiFi devices is currently not available due to lack of the driver support. We now enable some generic drivers to cover for these devices. Signed-off-by: Awais Belal <awais_belal@mentor.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-09Merge pull request #179 from abelal/remove_waylandDrew Moseley
mesa: drop dependency on wayland
2015-09-09mesa: drop dependency on waylandAwais Belal
Drop an un-necessary dependency on wayland which tends to pull in wayland whereas we are using X. Also, the correct way of doing this would be through adding wayland to PACKAGECONFIG. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-04Merge pull request #177 from narindam/2014.12Drew Moseley
2014.12
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-28Merge pull request #176 from abelal/r8168_builtinDrew Moseley
R8168: migrate to kernel sources
2015-08-28r8168: drop un-needed external moduleAwais Belal
We are now utilizing the in-tree driver for r8168 so the external module is not needed anymore. Signed-off-by: Awais Belal <awais_belal@mentor.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-28linux-yocto: provide r8168 driver through kernel sourceAwais Belal
The NICs on AMD Falcon family platforms utilize the r8168 driver from realtek and fail to perform correctly with the built-in r8169 driver. We now merge the r8168 driver source in the kernel so we are able to use it as built-in rather than an external module. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-08-27Merge pull request #174 from drewmoseley/dizzyDrew Moseley
Merge from release/2014.12 into dizzy
2015-08-21Merge branch 'release/2014.12' into dizzyDrew Moseley