aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000
AgeCommit message (Collapse)Author
2017-07-26Merge pull request #442 from abelal/uartsWade Farnsworth
v1000.conf: enable serial ports
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-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-07kernel: Calculate a virtual BO start addressSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-06-06kernel: fix for garbled gui issueSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-06-05Merge pull request #430 from abelal/readmeWade Farnsworth
Readme
2017-06-05glslang: drop unnecessary deploymentAwais Belal
This step is now handled properly in the configuration files of the package itself. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-05vulkan-loader-layers: update for cubepp and cleanupAwais Belal
This cleans up the installation phase so headers are not deployed twice. Also updates the demo shader location patch for the cubepp demo so it behaves the same way as the C demo. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-05meta-v1000: comply layer README with other layersAwais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-02Merge pull request #429 from abelal/drop_rtWade Farnsworth
v1000: drop RT support
2017-06-01v1000: drop RT supportAwais Belal
The feature will not be available for the current release so drop it altogether. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-01vulkan-tools: add recipe for V1000Awais Belal
Adds version 1.0.46 of the package for the v1000 machine. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-01vulkan-samples: add recipe for V1000Awais Belal
Adds version 1.0.46 for v1000 machine with appropriate updates for OE. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-01vulkan-loader-layers: add recipe for V1000Awais Belal
The supported version for v1000 machine is 1.0.46. This adds the recipe and makes appropriate changes to get it building properly under OE. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-01glslang,spirv-tools: add 1.0.46 recipe for V1000Awais Belal
The LunarG SDK version supported for V1000 platform is currently 1.0.46 so we need to add packages accordingly. This adds glslang and spirv-tools which are required for building the various components of the SDK. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-05-29xserver-xf86-config: disable BusID settingAwais Belal
The BusID field is only mandatory in scenarios where multiple graphic heads (cards) are present. This is not the case with AMD platforms. For now we just disable this on the V1000 BSP so any changes to BusIDs are catered for automatically. Such issues can occur when an external PCI card is plugged in. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-05-29llvm5.0.0: fix a minor issue with packagingAwais Belal
The last update generalized the packaging mechanism but induced an issue which did not populate the target rootfs as expected because of the breakage in inter-package dependencies. This now fixes that issue so all required LLVM packages are deployed appropriately. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-05-26v1000.conf: use ttyUSB0 as console for nowAwais Belal
The current BSP isn't sufficient to make the actual RS232 ports work so we'll use the USB port as console for now. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-05-26libdrm: minor recipe cleanupAwais Belal
Cleans up a few unnecessary overrides and moves the inherits to an appropriate place. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-05-26xserver-xf86-config: fix BusID for v1000 platformAwais Belal
The V1000 platform implements the VGA controller on a different PCI bus than the earlier targets. This adjusts the PCI BusID in xorg.conf for the v1000 machine appropriately. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-05-26llvm5.0.0: improve package handlingAwais Belal
We mainly use manual packaging techniques to split up various different components the LLVM build produces. This improves the earlier splitting technique and builds up packages more appropriately while addressing a few QA issues as well. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-05-26mesa: fix QA warningAwais Belal
Fixes WARNING: mesa-2_17.2.0+gitAUTOINC+64ef72ba0b-r0 do_configure: QA Issue: mesa: configure was passed unrecognised options: --with-sha1 [unknown-configure-option] Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-05-25ttm-parameter-mismatchSanjay R Mehta
Signed-off-by: Kalyan Alle <kalyan.alle@amd.com> Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-05-25xf86-video-amd 1.3.0 supportSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-05-25mesa 17.2.0 supportSanjay R Mehta
Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-05-25llvm 5.0.0 supportSanjay R Mehta
Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-05-25libdrm for v100Sanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-05-25v1000 amdgpu kernel supportSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2017-05-25Adding meta-v1000 bsp layerSanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>