summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'xilinx/master' into master_2024.1Mark Hatle2024-05-21143-2092/+871
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libmali-xlnx: Rename, version now in recipeMark Hatle2024-05-201-1/+0
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * bootgen: Remove obsolete version, move to recipes-devtoolsMark Hatle2024-05-203-62/+0
| | | | | | | | | | | | | | While it can be built for the target it's really a tool to build other components. So move to recipe-devtools. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-zocl: Rename from zoclMark Hatle2024-05-2012-9/+16
| | | | | | | | | | | | To follow YP and our own conventions, rename the kernel module. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * vcu/vdu: Sync VCU and VDU to make mainenance easierMark Hatle2024-05-197-23/+23
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libvcu-ctrlsw: Rename from libvcu-xlnxMark Hatle2024-05-192-2/+5
| | | | | | | | | | | | Rename to better reflect what the package is. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libvcu-omxil: Rename from libomxil-xlnxMark Hatle2024-05-193-2/+6
| | | | | | | | | | | | Rename to better reflect what the package is. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * vdu vcu: Remove COMPATIBLE_MACHINE, set PACKAGE_ARCH uniformlyMark Hatle2024-05-196-20/+7
| | | | | | | | | | | | | | | | | | | | Since each of these recipes uses MACHINE_FEATURES... ...we no longer should be using COMPATIBLE_MACHINE. ...we should be setting PACKAGE_ARCH = MACHINE_ARCH. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * layer.conf - vdu-kernel-moduleMark Hatle2024-05-191-3/+0
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * vdu-firmware: Remove older versions, update version string of current versionMark Hatle2024-05-192-44/+0
| | | | | | | | | | | | Use the version mentioned in the commit to help version this recipe. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libvdu-omxil: Remove old versions, rename current versionMark Hatle2024-05-194-111/+55
| | | | | | | | | | | | | | Use the core/core_version.mk as an indication of the correct version number for this component. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libvcu-ctrlsw: Remove older versions rename latestMark Hatle2024-05-192-49/+0
| | | | | | | | | | | | | | The release notes indicates the latest version is 1.0.73. Use this as the version number, as calling everything 1.0.0 isn't useful. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-vdu: Remove older versionsMark Hatle2024-05-192-44/+0
| | | | | | | | | | | | Remove the older versions, the current version will build with older kernels. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * vcu-firmware: Remove older versionsMark Hatle2024-05-194-124/+5
| | | | | | | | | | | | | | | | Match libvcu version, removing older versions. The version number of 20230530 comes from the repository changelog. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libvcu-xlnx: Remove obsolete versionsMark Hatle2024-05-195-195/+1
| | | | | | | | | | | | | | | | | | No reason to keep older versions. Note before the version was listed as 1.0.0, but looking at the release notes it's clear this is actually version 1.0.74. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-vcu: Remove older versionsMark Hatle2024-05-195-122/+1
| | | | | | | | | | | | | | | | There is no need for multiple version, the latest version supports many older kernels. Version is being set to 2023.2, as keeping the string at 1.0.0 is meaningless, since every version released has been 1.0.0. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libomxil-xlnx: Remove obsolete versionsMark Hatle2024-05-194-156/+1
| | | | | | | | | | | | | | | | | | | | | | There is no reason to keep the older versions, as the current version remains the same API, just with fixes. Note before the version was set to 1.0.0, but the various version files inside the source indicate it's really 1.1.2. Adjust the naming to match and make it clear this is the xilinx fork and which release. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Fix 6.1.0 and prior kernel compatibilityMark Hatle2024-05-182-0/+71
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Remove older versionMark Hatle2024-05-185-81/+1
| | | | | | | | | | | | | | | | There is no need for multiple versions, the latest version should work with all of the kernels we care about. Version has been adjusted to 6.1.60 to indicate the latest kernel it was actively tested with. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-dp: Fix 6.1.0 and prior kernel compatibilityMark Hatle2024-05-183-24/+254
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-dp: Remove older versionMark Hatle2024-05-184-58/+2
| | | | | | | | | | | | | | | | There is no need for multiple versions, the latest version will work with all of the kernels we care about. Version has been adjusted to 6.1.60 to indicate the latest kernel it was actively tested with. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-mali: Fix building with 5.15.x kernelsMark Hatle2024-05-181-3/+3
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-mali: Simplify versionsMark Hatle2024-05-185-188/+2
| | | | | | | | | | | | | | | | | | | | | | Remove the special MALI_VERSION, and set the PV to the proper matching version. With code inspection, there is no purpose to the multiple versions, as the module will work with different kernel versions. Remove unnecessary recipes. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-mali: Fixed buildpath QA warningParth Gajjar2024-05-185-0/+33
| | | | | | | | | | | | | | | | | | | | | | Added: 0029-Fixed-buildpath-QA-warning.patch Resolved buildpath QA warning Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> Sync fix to all recipe version Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-mali: Replace vma->vm_flags modifications with modifier callsParth Gajjar2024-05-185-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | Added 0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch Replaced direct modifications to vma->vm_flags with modifier calls. Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Sync 2022.1 through 2023.2 Signed-off: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Redo versioning to match YP recipe examplesMark Hatle2024-05-1826-43/+7
| | | | | | | | | | | | | | | | The recipe version is now 'major.minor_vivado'. In the future we may drop the vivado component and just stay with major_minor. But this sets us up to make that change easier in the future. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx: Clean up recipe versionsMark Hatle2024-05-1814-17/+13
| | | | | | | | | | | | | | | | | | | | Instead of recipe version and PV being different, move to recipe version matching the expected PV value. Note, prior pv had a 'v' in it, this has been removed to match upstream Yocto Project numbering. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx-2023.2.inc: space is missing for SRC_URI:appendVaralaxmi Bingi2024-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | when user changes any config in u-boot menu config then we are saving that in user-<timestamp>.cfg. While adding that user*.cfg to SRC_URI space is missing and it was treated as different file and getting compilation issue. The space missed in below line meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc#L19. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot: Update 2023.2 to include u-boot settingsJohn Toomey2024-05-182-5/+6
| | | | | | | | | | | | | | | | | | | | | | In upcoming 2024.1 version, the microblaze header will be obsolete and removed. Preemptively remove this from the shared microblaze file. Signed-off-by: John Toomey <john.toomey@amd.com> Refactored for upstream master branch Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * arm-trusted-firmware: Simplify versioningMark Hatle2024-05-185-7/+1
| | | | | | | | | | | | Move version to use standard recipe PV. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu-xilinx: Use standard qemu versioningMark Hatle2024-05-186-8/+5
| | | | | | | | | | | | | | Move from Vivado style versions, to upstream QEMU version numbers. Version is now handled by the recipe name instead of internal hard coded items. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * recipes: Drop SRCPV usageMark Hatle2024-05-1841-41/+41
| | | | | | | | | | | | SRCPV is no longer needed, Simply various usages. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu-xilinx-multiarch-helper-native: Refactor the multiarch wrapperMark Hatle2024-05-181-47/+66
| | | | | | | | | | | | | | | | | | | | | | Add specific --help to better userstand how to call the wrapper. Add additional diagnostic messages in case of an APU failure. Change the way the variables are processed, this will make it easier to add additional switches in the future. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu: Update from older versions to 2024.1 - 8.1.0 versionMark Hatle2024-05-1856-1022/+1090
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 8.1.x integration is a forward port from poky as of commit 4bb222e0d71a4cb159b8a4f1a90b65b1af32ac10. We need the 8.1.x version to match the AMD qemu-xlnx fork version. Remove all of the older 2022.1 - 2023.2 versions. No reason to keep these old versions, as the latest will do everything the older one can. Note, some of the devicetrees may have changed names, requiring BSPs with integrated PS and PMU/PMC DTBs to be changed. This version corrects the QMP integration with the Yocto Project ptest runner. There may still be issues with the ptest runner, but qemu itself should now be compatible. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * attr: Add microblaze symver workaroundMark Hatle2024-05-012-0/+34
| | | | | | | | | | | | Microblaze does not support symver, so disable this code. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master_2024.1Mark Hatle2024-05-157-24/+34
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Updated SRCREV for 2024.1_3163Sivaprasad Addepalli2024-05-141-1/+1
| | | | | | | | | | | | Revert "configs: versal: Enable CONFIG_LTO for mini qspi/ospi"
| * | embeddedsw : Updated SRCREV for 2024.1_9531Sivaprasad Addepalli2024-05-101-1/+1
| | | | | | | | | | | | Revert "Changelog: update for dfe drivers"
| * | xrt, zocl: update commit idsaumya garg2024-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Run on centos 8.1 tests (#8151) Fix for CR-1178294: XRT AIE Status .json file does not include tile information for a tile where only memory is used (#8147) (#8150) giving default value for event column (#8144) (#8146) CR-1199552: Fixing mem-bw test for RAVE (#8123) (#8130) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
| * | embeddedsw : Updated SRCREV for 2024.1_7571Sivaprasad Addepalli2024-05-091-1/+1
| | | | | | | | | | | | Changelog: update for dfe drivers
| * | xrt, zocl: Update commit idsaumya garg2024-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: replacing DMA events for PLIO in profiling (#8132) fixing issue in adf::event crash (#8119) (#8120) cover all stream switch port events (#8118) ZOCL version adjusted to 2.17 for 2024.1 (#8114) (#8115) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
| * | embeddedsw : Updated SRCREV for 2024.1_7019Sivaprasad Addepalli2024-05-071-1/+1
| | | | | | | | | | | | | | | Merge pull request #13 from embeddedsw/mkoppara-patch-1 Deleted extra spaces
| * | lopper: update SRCREVConall O'Griofa2024-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: lopper: assists: Add num-insts to rfdc node lopper: Update check to adjust DDR start and size address lopper: fix incorrect warning log lopper: assists: baremetallinker: Adjust heap size for microblaze lmb_bram designs having size less than 8k Signed-off-by: Conall O'Griofa <conall.ogriofa@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | aie-rt : Updated SRCREV for 2024.1_7591Sivaprasad Addepalli2024-05-041-1/+1
| | | | | | | | | | | | driver: src: io_backend: Disabled shim reset bit in _XAie_PrivilegeRstPartShims API.
| * | aie-rt : Updated SRCREV for 2024.1_7139Sivaprasad Addepalli2024-05-041-1/+1
| | | | | | | | | | | | | | | driver: src: timer: Setup two broadcast channels for timer sync. driver:src:Fixed some softpartition getting isolated wrongly.
| * | embeddedsw : Updated SRCREV for 2024.1_4559Sivaprasad Addepalli2024-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Changelog updates dfeccf: Switchable parameter in YAML Updated with modified lines xilpm: Secure lockdown of LPD is throwing errors Added xilrsa component Embedded SW license update 2024.1 release
| * | README.building.md: Make gen-machine-conf clone as default stepSandeep Gundlupet Raju2024-05-011-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Make gen-machine-conf clone as default step as this is required for SDT builds. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | README.md: Add meta-openamp clone step to READMESandeep Gundlupet Raju2024-05-011-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | 1. Add meta-openamp clone step to README. 2. Add pre-requisites for SDT generation README. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master_2024.1Mark Hatle2024-05-0313-11/+49
|\| | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | open-amp : Updated SRCREV for 2024.1_8987Sivaprasad Addepalli2024-05-011-1/+1
| | | | | | | | | | | | apps: zynqmp_r5: zynqmp: Update #ifndef wrappings for RPU1