summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-186-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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-1839-39/+39
| | | | | | | | | | | | | | | | | | 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>
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master_2024.1Mark Hatle2024-05-154-4/+4
|\ \ \ | | |/ | |/| | | | 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"
| * | 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>
| * | 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>
| * | 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.
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master_2024.1Mark Hatle2024-05-038-7/+38
|\| | | | | | | | | | | 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
| * | bootgen: Add recipe for 2024.1Ramya Darapuneni2024-04-291-0/+31
| | | | | | | | | | | | | | | | | | | | | Updated latest branch commit id Signed-off-by: Ramya Darapuneni <ramya.darapuneni@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | xrt, zocl: update commit idsaumya garg2024-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: master pipeline for 2024.1 (#8087) CR-1186952 (#8111) Removing unnecessary include file that was causing problems on non-edge builds (#8107) XRT Support for EEMI based PMC SRST (system reset) CR-1183722 (#8096) CR-1189791 Update OS Support in XRT Docs (#8097) Fix GeMM coverity (#8104) CR-1194229: Removed json file dependency for the AIE-PL test (#8095) Move dmatest.h dependency to fix build issues (#8103) Enhancing mem-bw testcase to print individual bank name and throughput. (#8101) fixing rw_shared configuration in xgq based flow (#8102) fix to select both channels as default (#8082) GeMM testcase (#8058) reduce the number of iterations for throughput test to 1000 (#8091) fixing an ISR issue in ctrl_none case (#8094) Fixing extraction logic (#8100) fix for centos78 issue (#8099) using right column for broadcasting start core (#8092) Remove MaxPower from electrical report for Ryzen (#8088) Silence C++ [[nodiscard]] warning (#8090) More clang-tidy cleanups of HIP code and a major bug in new PDI transform error handling path (#8086) integrate aie-pdi-transform into xclbinutil (#8011) Manticfixes (#8084) CR-1197359: Modifying XRT codebase to send absolute tile column value to AIE driver (#8080) Client AIE improvements (#8056) aie core tile status report fix due to relative values of column in xclbin (#8081) Temporarily disable telemetry report for RyzenAI (#8078) VITIS-11824 Consolidate examine and platform reports (#8077) Building Hip in XRT as part of Ubuntu 2204 (#8079) VITIS-11639 Small Enhancements to xbutil validate description (#8075) Fix for CR:1194572-XRT stop_profiling API error (#8074) Completed HIP Command Related Functions (#8041) Non-client AIE improvements (#8055) Add missing include (#8068) VITIS-11112 HIP Binding: Memory Management. (#8050) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | .gitmodules: Move to xlnx_rel_v2024.1 BranchRaju Kumar Pothuraju2024-04-291-0/+0
| | | | | | | | | | | | | | | | | | | | | Move to xlnx_rel_v2024.1 Branch. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | linux-xlnx : Updated SRCREV for 2024.1_8707Sivaprasad Addepalli2024-04-291-1/+1
| | | | | | | | | | | | | | | | | | drivers: crypto: xilinx: Add support for do_one_request mtd: spi-nor: gigadevice: Disable 16bit SR operation for gd25lx256e flash mtd: spi-nor: Fix RX tuning failure for OSPI flashes connected in stacked mode
| * | linux-xlnx : Updated SRCREV for 2024.1_5455Sivaprasad Addepalli2024-04-281-1/+1
| | | | | | | | | | | | drivers: crypto: xilinx: Fix the request size
| * | aie-rt : Updated SRCREV for 2024.1_4207Sivaprasad Addepalli2024-04-261-1/+1
| | | | | | | | | | | | | | | driver: src: Added StarCol in XAie_GetTileBitPosFromLoc for non-zero partition and correction in SetColumnClk for set & cleat Bitmap. driver: src: Remove resource files from CMake
| * | linux-xlnx : Updated SRCREV for 2024.1_7479Sivaprasad Addepalli2024-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phy: xilinx-xhdmiphy: Add support for FRL 6G 3-lane mode phy: xilinx-xhdmiphy: Fix bug in xhdmiphy_rpll_param function phy: xilinx-xhdmiphy: Fix configuring retimer chip in HDMI 2.1 mode phy: xilinx-xhdmiphy: Clear all the config flags after being served phy: xilinx-xhdmiphy: Select FRL clock source after configuring in HDMI 2.1 mode firmware: xilinx: Fix feature check for crypto drivers usb: udc: remove warning when queue disabled ep
| * | vdu-ctrl-sw : Updated SRCREV for 2024.1_4667Sivaprasad Addepalli2024-04-251-1/+1
| | | | | | | | | | | | Fixed buildpath QA warning
| * | u-boot-xlnx : Updated SRCREV for 2024.1_6415Sivaprasad Addepalli2024-04-251-1/+1
| | | | | | | | | | | | mtd: spi-nor: Fix OSPI probe issue in stacked mode.
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master_2024.1Mark Hatle2024-04-275-5/+5
|\| | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | aie-rt : Updated SRCREV for 2024.1_7267Sivaprasad Addepalli2024-04-231-1/+1
| | | | | | | | | | | | | | | fal: src: Fix combo event resource ID driver: src: io_backend: Clear TileInUse Bitmap _XAie_PrivilegeInitPart API
| * | linux-xlnx : Updated SRCREV for 2024.1_2095Sivaprasad Addepalli2024-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | misc: rsmu: add rsmu cdev driver ptp: 82p33: move register definitions out of ptp folder mfd: rsmu: add FemtoClock3 support mfd: rsmu: support I2C SMBus access ptp: clockmatrix: move register and firmware related definition to idt8a340_reg.h ptp: clockmatrix: Fix caps.max_adj to reflect DPLL_MAX_FREQ_OFFSET[MAX_FFO] ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns ptp: clockmatrix: set write phase timer to 0 when not in PCW mode ptp: clockmatrix: support 32-bit address space
| * | u-boot-xlnx : Updated SRCREV for 2024.1_2155Sivaprasad Addepalli2024-04-221-1/+1
| | | | | | | | | | | | | | | Revert "Revert "lmb: consider EFI memory map"" common: fdt: replace error prints to debug
| * | ai-engine-driver: Switch to recipe versioningMark Hatle2024-04-181-1/+0
| | | | | | | | | | | | | | | | | | The hard coded PV = '3.3' does not match the recipe version which is 3.5. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | linux-xlnx : Updated SRCREV for 2024.1_8599Sivaprasad Addepalli2024-04-171-1/+1
| | | | | | | | | | | | drivers: mailbox: handle SGI for shared IPI
| * | u-boot-xlnx : Updated SRCREV for 2024.1_8507Sivaprasad Addepalli2024-04-171-1/+1
| | | | | | | | | | | | spi: cadence_qspi: Fix OSPI probe issue when the prescaler is set to 2
| * | Fixed: Warnings related to QA issue: obsolete licenses GPLv2 [obsolete-license]Virendra Nakaskar2024-04-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed Warning related obsolete licenses GPLv2 WARNING: kernel-module-vdu-1.0.0-xilinx-v2024.1+gitAUTOINC+25773344ce-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] Signed-off-by: Virendra Nakaskar <Virendra.Nakaskar2@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | aie-rt: Move to xlnx_rel_v2024.1 branchMark Hatle2024-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | Changelog: driver: src: io_backend: Request tiles before gating clocks Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'xilinx/master' into master_2024.1Mark Hatle2024-04-2416-198/+148
|\ \ \ | | |/ | |/| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | kernel-module-mali: Version based to match linux-xlnx kernelMark Hatle2024-04-244-3/+174
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | meta-xilinx-core: dynamic-layer/openamp: Move to meta-openampMark Hatle2024-04-224-62/+0
| | | | | | | | | | | | | | | | | | Move libmetal and open-amp versions to meta-openamp Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx: Fix 2022.2 version and set defaultsMark Hatle2024-04-195-3/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2022.2 version was incorrectly specified before, fix this. Add the preferred_versions for u-boot related into conf/local.conf tied to the XILINX_RELEASE_VERSION. Add missing SRC_URI files as well. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | layer.conf: Add default ATF versionsMark Hatle2024-04-191-0/+2
| | | | | | | | | | | | | | | | | | | | | Add default 2022.1 and 2022.2 versions for ATF based on XILINX_RELEASE_VERSION. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | xrt: Fix older versions for ScarthgapMark Hatle2024-04-194-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | Add in necessary libmetal dependency (dynamic) Patch the sources using the xrt-cstdint.patch where applicable. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | meta-xilinx-core: layer.conf: Add AIE preferred versionsMark Hatle2024-04-191-0/+13
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | meta-xilinx-core: xrt: Rename and add older versionsMark Hatle2024-04-1917-11/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version/rename XRT for the current version. Zocl is tied to XRT, and to the kernel sources. So provide an older XRT/Zocl combination to allow for older configurations. Note, 2022.1 -> 2023.1 do not currently work. Zocl builds, but XRT fails due to issues with gcc 12 and beyond. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | meta-xilinx-conf: Add kernel module preferred versionsMark Hatle2024-04-191-0/+23
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-tools-xlnx: Fix historic 2022.1 versionMark Hatle2024-04-191-0/+17
| | | | | | | | | | | | | | | | | | EFI components are not enabled in the 2022.1 version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>