aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-09-26snowyowl: config file changes for enabling AF_ALG in Linux kernelSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Bug fix for USB 3.1 device driver on AMDSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: ccp crypto h/w driver patches and kernel configurations for CryptoSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: bug fixes and patches for and-xgbe driverSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: NTB driver supportSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: eMMC driverSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Change in i2c clock frequencySudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: GPIO patches - enabling more number of gpio and modified test ↵Sudheesh Mavila
application for gpio Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Enabled Watchdog test applicationSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Watchdog kernel driverSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: Test application for spi driverSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-26snowyowl: spi driver for SnowyOwlSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-09-22Merge pull request #462 from ahsanhussain/vktraceviewer_fixWade Farnsworth
vulkan-tools: Move the changes to original recipes
2017-09-22vulkan-tools: Move the changes to original recipesAhsan Hussain
meta-steppeeagle and meta-seattle do not have a vulkan-tools recipe, so move the relevant changes to the original recipes for now. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-09-19Merge pull request #459 from ahsanhussain/vktraceviewer_fixWade Farnsworth
vulkan-tools: Enable vktraceviewer, iff Qt layers are enabled
2017-09-19vulkan-tools: Enable vktraceviewer, iff Qt layers are enabledAhsan Hussain
This tool was not enabled and would cause configuration issue when Qt layers are configured in the build. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-09-15Merge pull request #457 from abelal/ffmpeg_v1000Wade Farnsworth
ffmpeg v1000
2017-09-15ffmpeg: enable VAAPI bindings for v1000Awais Belal
This is required for testing VAAPI through ffmpeg. Provides encoding/decoding support for ffmpeg through VAAPI. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-09-15ffmpeg: enable deployment on target when commercial bits are addedAwais Belal
This is a requirement for some QA test cases where ffmpeg is needed on target. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-09-15Merge pull request #456 from MentorEmbedded/revert-455-vktraceviewer_fixAwais Belal
Revert "vulkan-tools: Fix configuration issue when Qt5 layers are included"
2017-09-15Revert "vulkan-tools: Fix configuration issue when Qt5 layers are included"Ahsan
2017-09-11Merge pull request #455 from ahsanhussain/vktraceviewer_fixWade Farnsworth
vulkan-tools: Fix configuration issue when Qt5 layers are included
2017-09-11vulkan-tools: Fix configuration issue when Qt5 layers are includedAhsan Hussain
vktracevulkan tool is built when cmake finds the Qt5 bits in sysroot. Fix the Qt configuration issue in such case. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-09-07Merge pull request #453 from abelal/fb_logoWade Farnsworth
UARTs, simple FB and logo
2017-09-07v1000-user-config: enable simple framebuffer and logoAwais Belal
This enables the FB_SIMPLE config so we can get kernel console on the display and activates the logo display as well so we see the nice penguins on boot. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-09-07v1000-user-config: adjust number of possible UARTsAwais Belal
This adjusts the number of possible UARTs so on runtime systemd does not create a handful of these which are going to be unused at the end of the day. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-09-05Merge pull request #452 from avimn/mortyWade Farnsworth
v1000 kernel: Fix for display issue on multiple monitors.
2017-09-01Merge pull request #451 from abelal/llvm_warnWade Farnsworth
llvm6.0: fix build warning
2017-09-01v1000 kernel: Fix for display issue on multiple monitors.Avinash M N
With this fix, display upto 3 4K monitors are supported. Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-31llvm6.0: fix build warningAwais Belal
Fixes WARNING: llvm6.0-6.0-r0 do_package_qa: QA Issue: libllvm6.0-libllvm-6.0 rdepends on libxml2, but it isn't a build dependency, missing libxml2 in DEPENDS or PACKAGECONFIG? [build-deps] and the dependency itself is real so this is not just a warning fix but the build can fail in situations where libxml2 is built later than llvm. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-08-28Merge pull request #449 from avimn/mortyWade Farnsworth
V1000 patch release
2017-08-25Merge pull request #450 from abelal/codexl_removeWade Farnsworth
v1000: remove CodeXL support
2017-08-25v1000: remove CodeXL supportAwais Belal
The component will not be supported on the V1000 platform. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-08-23Added GPIO and Watchdog timer utilitiesAvinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-23upgrade xf86-video-amd to latest commitAvinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-23mesa: Fix GL CTS hangs and crashes. Upgrade to 17.3.0Avinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-23llvm: updated to version 6.0Avinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-23libdrm: updated to version 2.4.82Avinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-23kernel: Bug fixes for Dibbler platform.Avinash M N
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-11Merge pull request #446 from abelal/hdmi_audioWade Farnsworth
linux-yocto: add Dibbler HDMI audio support
2017-08-09Merge pull request #447 from abelal/vulkan_dependsWade Farnsworth
vulkan-loader-layers: add dependency on libxrandr
2017-08-09linux-yocto: add Dibbler HDMI audio supportAwais Belal
The AMD Dibbler platform uses a new device id 0x15de 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>
2017-08-09vulkan-loader-layers: add dependency on libxrandrAwais Belal
There exists a real dependency on the libxrandr package and it shows up in some scenarios where race conditions occur. We now add the dependency explicitly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-08-08Merge pull request #443 from abelal/v1000_adeWade Farnsworth
v1000.conf: adjust CB understandable cpu for v1000 ADE support
2017-08-04Merge pull request #445 from avimn/mortyWade Farnsworth
V1000 release
2017-08-01Merge pull request #444 from abelal/llvm_sysrootWade Farnsworth
llvm: fix flags reporting through host llvm-config
2017-08-01Kernel: Added support for 4.9 amdgpu kernelamd
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-01Updated to latest llvmamd
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-01Updated to latest xorg-driveramd
Signed-off-by: Avinash M N <avimn@amd.com>
2017-08-01mesa: updated with few bug fixes and performance improvementsamd
Signed-off-by: Avinash M N <avimn@amd.com>