aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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>
2017-08-01Updated libdrm to v2.4.81amd
Signed-off-by: Avinash M N <avimn@amd.com>
2017-07-31llvm: fix flags reporting through host llvm-configAwais Belal
Reporting the sysroot from any of the compiler/linker flags through llvm-config would result in breakage of the package depending on LLVM as its sysroot would point to LLVM's sysroot at the end of the day. We strip out the --sysroot enteries from the BuildVariables.inc to avoid the above mentioned scenario and additionally adjust our CXX and LDFLAGS to avoid duplicating the sysroot variable across the build. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-07-26Merge pull request #442 from abelal/uartsWade Farnsworth
v1000.conf: enable serial ports
2017-07-26Merge pull request #441 from smavila/mortyWade Farnsworth
Added support to GPIO, UART and i2c
2017-07-26Added support to GPIO, UART and i2cSudheesh Mavila
Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
2017-07-20v1000.conf: enable serial portsAwais Belal
This enables getty on ttyS4/ttyS5 as well as providing kernel console on the ttyS4 port. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-07-20v1000.conf: adjust CB understandable cpu for v1000 ADE supportAwais Belal
CodeBench defines its particular CPUs for ADE integration and the cpu for v1000 is now adjusted accordingly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-07-19Merge pull request #440 from ahsanhussain/ogl_version_fixWade Farnsworth
Mesa: Enable ARB_texture_float extension for Core Profiles
2017-07-19Mesa: Enable ARB_texture_float extension for Core ProfilesAhsan Hussain
ARB_texture_float is required to have OGL 3.0 and above contexts. It is disabled by default due to patent concerns, but since we had this enabled for amdfalconx86 I hope there's no problem enabling it for v1000 platform as well. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-06-19Merge pull request #436 from ahsanhussain/codexl_fixWade Farnsworth
codexl: Fix runtime issue with graphics webserver
2017-06-16codexl: Revert "Output versioned libs"Ahsan Hussain
CodeXL graphics webserver code finds and loads custom libraries, used in frame analysis. It just doesn't expect them to have qualified sonames/version numbers. While this can be easily fixed in the code, these libs are installed under codexl install dir hierarchy, and not the standard lib path hence versioning of libraries and associated fix seems unlikely to be accepted upstream. Hence this reverts commit 601aeeaad2cc92a151c74f2c4e61c9f26f43eb6
2017-06-15Merge pull request #434 from abelal/llvm_versionWade Farnsworth
common/v1000: llvm versioning fixes
2017-06-14v1000: improve llvm versioningAwais Belal
This is mainly targeted against master branch builds. Doing it now has the advantage that the change makes it in for any releases prior to moving to the master branch. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-14common: improve llvm versioningAwais Belal
This is mainly targeted against master branch builds. Doing it now has the advantage that the change makes it in for any releases prior to moving to the master branch. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-08Merge pull request #432 from rsanjaym/mortyWade Farnsworth
fix for mangled sato gui