summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
Commit message (Collapse)AuthorAgeFilesLines
* zynqmp-common: Remove vcu machine featureChristian Kohn2025-05-081-1/+1
| | | | | | | | Remove vcu machine feature from zynqmp-common machine as there is no CG or DR device with a VCU. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Remove 2022.X files, this work is now obsoleteMark Hatle2025-05-081-12/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: generic machines: Add arch to -bootbinMark Hatle2025-03-302-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: gcc-runtime: Workaround for mingwMark Hatle2025-03-301-0/+2
| | | | | | | | | Mingw32 can fail with libquadmath files not being packaged. This workaround was originally written for PetaLinux, move to meta-xilinx-core. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: common machines: Update DEFAULTTUNEChristian Kohn2025-03-303-3/+3
| | | | | | | | | Update DEFAULTTUNE for all aarch64 based common machines to cortexa72-cortexa53 to align with Marketing requirements. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* versal-generic: Update QEMU_HW_FW_FILES argumentsSandeep Gundlupet Raju2025-03-301-2/+2
| | | | | | | | | | | | | | Fix runqemu QEMU MB instance below warnings. qemu-system-microblazeel: -device loader,file=/scratch/sandeep/yocto/2025.1/yp-bc/build/tmp/deploy/images/versal-vek280-sdt-seg/BOOT-versal-vek280-sdt-seg_bh.bin,addr=0xF201E000,force-raw: warning: short-form boolean option 'force-raw' deprecated Please use force-raw=on instead qemu-system-microblazeel: -device loader,file=/scratch/sandeep/yocto/2025.1/yp-bc/build/tmp/deploy/images/versal-vek280-sdt-seg/CDO/pmc_cdo.bin,addr=0xf2000000,force-raw: warning: short-form boolean option 'force-raw' deprecated Please use force-raw=on instead So use "force-raw=on" in QEMU_HW_FW_FILES arguments. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: common machines: Fix typoMark Hatle2025-03-305-5/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Add qemuboot-tool to help process qemuboot.conf filesMark Hatle2025-03-301-0/+2
| | | | | | | | | | | | | | | Used to combine multiple qemuboot.conf files, non-blank values replace prior values. ./qemuboot-tool: <command> <argument> ... load <file> - load a new file merge <file> - load and fill any new/empty variables remove <var> - Remove a variable Commands can be chained, such as: load file1 remove val1 merge file2 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: machines: Refactor QB_* to use dynamic pathsMark Hatle2025-03-303-22/+22
| | | | | | | | Instead of using the hard coded path, ${DEPLOY_DIR_IMAGE} we should be using @DEPLOY_DIR_IMAGE@ where applicable. The exception is QB_DTB where the qemuboot.conf export function will sanitize the path for us. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: machine-xilinx-qemu.inc: Clear default QB_SERIAL_OPTMark Hatle2025-03-301-0/+1
| | | | | | | | On AMD FPGA SoC machines, we almost always include the serial port options with the core QB_OPT_APPEND value. If a machine requires QB_SERIAL_OPT it can override them. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Move APU qemu hw-dtb to QB_DTBMark Hatle2025-03-304-3/+13
| | | | | | | This will allow the caller of runqemu to override the APU's qemu dtb using the standard DEVICE_TREE environment option to runqemu. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Adjust QB_PMU and QB_PLM to QEMU_HW_ prefixMark Hatle2025-03-303-8/+8
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Rename QB_OSPI_FILE and QB_HW_FILE to prefix QEMU_HW_...Mark Hatle2025-03-302-8/+8
| | | | | | Adjust the qemu-system-aarch64-multiarch script to remove reference to these. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Clear QB_* values for common machinesMark Hatle2025-03-305-0/+65
| | | | | | | | The common machine are missing the necessary boot firmware, so clear the QB (qemu) settings. This will make it easier to 'merge' in the board specific configurations, where applicable. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* pmu-rom-native: Move to using PMU_ROM variableMark Hatle2025-03-302-4/+3
| | | | | | | | | | In order to coordinate the deployed filename and machine qemu setting, use the common variable PMU_ROM. Note, the variable needs to be defined in a global location as native recipes are not run with machine.conf loaded. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: layer.conf: Add preferred provider for nativesdk-qemuMark Hatle2025-03-301-0/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: machines: Rename QB_XILINX_SERIAL to QEMU_HW_SERIALMark Hatle2025-03-306-8/+8
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: qemuboot-xilinx.bbclass: Cleanup variablesMark Hatle2025-03-305-0/+10
| | | | | | | | | | | | | QB_MACHINE is now set in each base machine. This ensures that the default configuration is correct, and can still be overriden if necessary. This solves a problem where bitbake -e could fail to expand properly in some cases. QB_DEFAULT_KERNEL was removed, and restored back to the default settings. The defaults now work properly with all tested configurations. Note: simpleImage.mb is obsolete and no longer used in this context. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* pmufw.bb: Remove pmufw.bin supportRaju Kumar Pothuraju2025-03-301-1/+1
| | | | | | | | | | | We are using pmufw.elf in all flows to build and boot. Remove the pmufw.bin dependency or support from pmufw recipe. Use below command to generate the .bin from .elf. objcopy -O binary pmu-$MACHINE.elf pmu.bin Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: layer.conf: Fix yocto-check-layer for xrt/zoclMark Hatle2025-03-301-0/+3
| | | | | | | | Prevent xrt/zocl from building when ocl-icd is not the PREFERRED_PROVIDER for virtual/opencl-icd. This fixes an issue where yocto-check-layer's use of the world build fails. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* packagegroup-xilinx-audio: sox is only available with meta-multimediaMark Hatle2025-03-301-0/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot boot script variableTrevor Woerner2025-03-306-7/+12
| | | | | | | | | | | | Many parts of the build assume the u-boot script will be supplied by u-boot-xlnx-scr. The script will be supplied, instead, by the variable UBOOT_BOOT_SCRIPT, whose default value is u-boot-xlnx-scr. Signed-off-by: Trevor Woerner <trevor.woerner@amd.com> Extend change from just versal to all systems. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* versal-common: Change default tune to cortexa72-cortexa53Christian Kohn2025-03-301-1/+1
| | | | | | | | | It was decided to keep the default tune aligned accross all aarch64 based machines. Therefore, change the default tune to cortexa72-cortexa53. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Enable fpga-overlay machine feature for common machinesChristian Kohn2025-03-305-3/+7
| | | | | | | | Enable the fpga-overlay machine feature for all common machines to allow dynamic bitstream/PDI loading. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* layer.conf: Specify default version of u-boot-tools-xlnx-nativeMark Hatle2024-12-081-0/+1
| | | | | | | Without this, the wrong version could get built. Generally this isn't an issue, however there are some tool differences in various versions. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* versal-net-generic: Update QB_FW_FILES argumentsSandeep Gundlupet Raju2024-09-291-2/+2
| | | | | | | | | | | | | | | runqemu QEMU MB instance fails with below errors QEMU MB instance failed: qemu-system-microblazeel: -device loader,file=/scratch/sandeep/yocto/2024.2/yp-dev/build-versal/tmp/deploy/images/versal-net-generic/BOOT-versal-net-generic_bh.bin,addr=0xF201E000,force-raw: warning: short-form boolean option 'force-raw' deprecated Please use force-raw=on instead qemu-system-microblazeel: -device loader,file=/scratch/sandeep/yocto/2024.2/yp-dev/build-versal/tmp/deploy/images/versal-net-generic/CDO/pmc_cdo.bin,addr=0xf2000000,force-raw: warning: short-form boolean option 'force-raw' deprecated Please use force-raw=on instead So use "force-raw=on" in QB_FW_FILES arguments. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Add common/superset machinesMark Hatle2024-09-205-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add various "superset" machines. These machines can be used to generated a binary distribution for a collection of machines. These differ from the generic machines, as they have full CPU optimization (DEFAULTTUNE) for the SoC, as well as the common MACHINE_FEATURES for a collection of chips. The MACHINE_FEATURES specified may not work on all chips, but will not cause an incompatibility. The common machines are: Machine | SoC | DEFAULTTUNE | MACHINE_FEATURES -------------------+------------+------------------+----------------- zynq-common | Zynq7 | cortexa9thf-neon | (none) zynqmp-common | ZynqMP | cortexa53 | vcu rfsoc zynqmp-mali-common | ZynqMP | cortexa53 | mali400 vcu versal-common | Versal | cortexa72 | aie vdu versal-net-common | Versal-Net | cortexa78 | (none) The mali400 option itself is not mutually exclusive from non, however the default configuration of many systems also enabled libmali. libmali inclusion WILL create a system that is incompatible with mesa. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-devicetrees: Move from target to native/nativesdk packageMark Hatle2024-09-164-4/+1
| | | | | | | This recipe did not provide anything useful for the target, so adjust to only run native and nativesdk. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* trusted-firmware-a: Replace arm-trusted-firmware with trusted-firmware-aMark Hatle2024-09-161-2/+7
| | | | | | | | | | meta-arm integration adds trusted-firmware-a, use this integration instead. We do need to add some compatibility instructions to avoid unexpected behavioral changes. Over time these compatibility additions will likely be removed. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* conf/machine/README: Update with new valuesMark Hatle2024-09-131-20/+10
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Move generic machines to be firmware-lessMark Hatle2024-09-136-93/+0
| | | | | | | | | | | | | Generic machines no longer depend on firmware (ESW) components. Thus they will now build a full Linux system, where possible, without XSCT or SDT modes. It is up to the specific machine.conf files to enable the correct build flow and that will enable the necessary firmware dependencies for the SoC. This also means HDF_MACHINES is no longer required. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine-xilinx-qemu.inc: Set weak assignment for QB_XILINX_SERIALSandeep Gundlupet Raju2024-09-131-1/+1
| | | | | | | | | | | | Zynq-7000 SDT and XSCT runqemu doesn't come up due to conditional assignment in both machine-xilinx-qemu.inc and zynq-generic.conf file. With that said the value set in machine-xilinx-qemu.inc will be used during pre-expansion value. To fix this issue set weak assignment for QB_XILINX_SERIAL so that variable can be override from machine conf file or local.conf. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* versal-net-generic.conf: Remove versal-net-ipp-rev1.9 file and add ↵Ashwini Lomate2024-09-041-1/+1
| | | | | | | | | | versal-net-vn-p-b2197-00-reva Emulation/simulation versal-net platforms are not tested so removed in dtg and uboot. Instead of versal-net-ipp-rev1.9 using versal-net-vn-p-b2197-00-reva as DT_BOARD_FLAGS name Signed-off-by: Ashwini Lomate <ashwini.lomate@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* extract-cdo: Fix do_deploy behaviorMark Hatle2024-08-251-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* microblaze-generic: Remove obsolete USE_BOARD settingsMark Hatle2024-08-251-10/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Enable generic machine to be firmware-lessMark Hatle2024-08-258-75/+72
| | | | | | | | | | | | | | | | Generic machines no longer depend on firmware (ESW) components. Thus they will now build a full Linux system, where possible, without XSCT or SDT modes. (Default, if XILINX_WITH_ESW is set to xsct, still builds firmware.) It is up to the specific machine.conf files to enable the correct build flow and that will enable the necessary firmware dependencies for the SoC. This also means HDF_MACHINES is no longer required. Set HDF_MACHINES = "" to produce a firmware-less build. Also correct QEMU settings so they can be overridden. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* *-generic.conf: Fix DTC_FLAGS defaultMark Hatle2024-08-254-4/+4
| | | | | | The DTC_FLAGS default should be set with ?= so it can be overridden. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Revert "machine-xilinx-default.inc: Remove soft assignment in IMAGE_FSTYPES"Mark Hatle2024-08-081-1/+1
| | | | | | This reverts commit da77c918db698d7912b6a2c6807720e9e2c522c8. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine-xilinx-default.inc: Remove soft assignment in IMAGE_FSTYPESSandeep Gundlupet Raju2024-08-081-1/+1
| | | | | | | | | Remove soft assignment in IMAGE_FSTYPES variable due to this cpio file are not generated for poky distro and this is required for devtool boot-jtag feature. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* soc-zynq.inc: Remove FSBL recipe variablesSandeep Gundlupet Raju2024-08-081-8/+0
| | | | | | | | Remove FSBL recipe variables from soc-zynq.inc as this is already set in fsbl recipes and no more required in machine inclusion file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* soc-tune-include: Add cortexa9 DEFAULTTUNESandeep Gundlupet Raju2024-08-081-0/+1
| | | | | | | | Add cortexa9 DEFAULTTUNE which is required for zynq-7000 multiconfig builds. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine-xilinx-qemu.inc: Add nodefaults option in qemuSandeep Gundlupet Raju2024-08-021-1/+1
| | | | | | | | | | By default upstream qemu sets CDROM, Floppy drive and use eMMC as secondary boot device the drive index doesn't work as expected. Hence add -nodefaults option to qemu all device this fix this issue. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* linux-xlnx: Update to current 6.6.40 versionMark Hatle2024-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: dmaengine: xilinx: dpdma: removed extra vchan lock arm64: zynqmp: Fix pwm-fan polarity arm64: versal-net: Enable sysmon for VN-P-B2197 revA board Revert "Revert "clk: Add ccf driver for IDT 8T49N24x UFT"" firmware: xilinx: Fix buffer overflow in config_reg_store v4l: xilinx: isppipeline: Add support for ISP-ENABLE and restructure xisp_dev to resolve pahole issues v4l: xilinx: isppipeline: Add support for RESIZE v4l: xilinx: isppipeline: Add support for MEDIAN v4l: xilinx: isppipeline: Add support for CLAHE v4l: xilinx: isppipeline: Add support for RGB STATS v4l: xilinx: isppipeline: Add support for LUMA STATS v4l: xilinx: isppipeline: Add support for BAYER STATS v4l: xilinx: isppipeline: Add support for CSC v4l: xilinx: isppipeline: Add support for 3DLUT v4l: xilinx: isppipeline: Add support for Tone mapping v4l: xilinx: isppipeline: Add support for HDR v4l: xilinx: isppipeline: Add support for GAMMA CORRECTION v4l: xilinx: isppipeline: Add support for Gain Control v4l: xilinx: isppipeline: Add support for CCM v4l: xilinx: isppipeline: Add support for DEMOSAIC v4l: xilinx: isppipeline: Add support for LSC v4l: xilinx: isppipeline: Add support for RGBIR v4l: xilinx: isppipeline: Add support for DEGAMMA v4l: xilinx: isppipeline: Add support for BPC v4l: xilinx: isppipeline: Add support for AWB v4l: xilinx: isppipeline: Add support for BLC v4l: xilinx: isppipeline: Add support for AEC v4l: xilinx: isppipeline: Add compatible string for v2.0 dt-bindings: media: xilinx: Add documentation for ISP-2.0 usb: misc: usb5744: Increase post reset delay arm64: xilinx: Enable SMMU by default include: linux: firmware: correct versal-net sw error event masks usb: dwc3: Export symbol dwc3_host_wakeup_register/capable firmware: xilinx: fix feature check logic for TF-A specific APIs arm64: zynqmp: dts: Add rts delay property for rs485 mode on KD240 drivers: iio: adc: xilinx-ams: Add module description arm64: dts: zynqmp: zcu106a: Remove dpcon node v4l: xilinx: isppipeline: Fix comment around Red Gain phy: xilinx-xhdmiphy: Add support for selection of PLL/MMCM clock primitive dt-bindings: phy: v-hdmi-phy1: Add dt entries for Tx/Rx clock primitives Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* linux-xlnx : Updated SRCREV for 2024.2_7247Siva Addepalli2024-07-111-1/+1
| | | | | | Updated commit ID to latest HEAD Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Update default version for aieMark Hatle2024-07-111-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* versal-*generic.conf: Fix runqemu boot hang issueSandeep Gundlupet Raju2024-07-022-2/+2
| | | | | | | | | Yocto runqemu boot hangs for all versal devices, this is due to QB_FW_FILES variable doesn't get expanded, Hence fix variable QB_FW_FILES variable expansion issue. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Correct 2024.1 xrt versionMark Hatle2024-06-281-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* xrt, zocl: update commit id for 2024.2Manoj Takasi2024-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: In GCC 13.1 usage of uint64 and similar will result in an error without (#8224) Fix dll import/export warning (#8225) ERT command for IPU and IPU preemption (#8211) Catch all the exceptions when firmware version is not present. (#8214) hide extra validate details in verbose (#8210) Fix random crash in aie-pdi-transform (#8201) Fix PCI Link down issue during EEMI PMC reset (#8208) CID-314885,331341,331443 (#8209) Add changes to support xrt::elf based flows in HIP (#8206) Removed m_device in the xbutil advanced command since its mentioned in (#8203) CID-369005, CID-369006: Amend #8198 with missing essential operators (#8207) Added explicit destructor (#8198) Minor changes in boost.sh script (#8202) Bug fix in abs column calculation (#8200) VITIS-12055 Remove PID from aie-partitions report (#8192) CR-1199344: boot scr offset made to 0x0 (#8172) Support add_end in elf (#8180) libqdma: Updating QDMA to its latest commit (#8197) Remove used header include (#8196) Replace XRT_PRINTF with XRT_DEBUGF (#8195) VITIS-11806 Support runlist submission as chained command objects (#8194) fix the tile_type compararison (#8187) [Client][Edge] Support interface tiles input ports details metric events (#8179) Fixed a issue which is causing lsf. This is related to CR-1177852 (#8188) Apply mask to rela->r_addend to get the patching scheme (#8186) VITIS-11384 - [Preemption] XRT to support patching save/restore scratch pad address (#8157) fixed the incorrect sysfs path (#8182) Update codeql-analysis.yml Fix for CR-1182821: AIE Status was unable to get good data and was outputting empty files (#8178) Remove leftover link dependencies on boost (#8176) Fix coverity issues (#8125) Fixed an issue for single slot case where multiple IPs are opened. (#8177) VITIS-11806 Break runlist into multiple submissions if necessary (#8171) VITIS-11772 - [ELF Migration]: XRT userspace library (#8160) Implementation of read/write mem and reg of xrt::aie::device (#8166) enablign rtp updates from alias name also (#8167) VITIS-11829 Xbutil: Separate throughput and latency from verify as individual microbenchmarks (#8154) VITIS-11384 - Process elf section "preempt_save" and "preempt_restore" (#8143) fixing reserved memory logic (#8164) Fixed rw_shared flag for user managed kernel (#8158) VITIS-11112 HIP Binding: Memory Management. (#8138) Add hip related functions (#8141) Add instructions for installation of xrt package on Alma Linux (#8156) Fix bug in runlist implementation (#8153) Update CODEOWNERS Update CODEOWNERS Update CODEOWNERS Update CODEOWNERS VITIS-11334 Update XRT to remove Early Access label for Ryzen (#8148) Fix for CR-1178294: XRT AIE Status .json file does not include tile information for a tile where only memory is used (#8147) running cron at 7pm PST (#8149) Fix windows build error (#8140) giving default value for event column (#8144) Enable HIP build in windows (#8110) zocl version adjusted to 2.18 for 2024.2 (#8142) CR-1186958 Fix duplicate busybar in xbutil validate tests (#8137) initial support for execution trace (#8136) VITIS-11623 - use same patching scheme for same hardware regardless of firmware code path (#8076) fix hipMalloc() issue when running in multithreads. (#8127) CR-1199552: Fixing mem-bw test for RAVE (#8123) Explicitly load xdp_core library before all XDP Plugin in Client Flow. (#8126) replacing DMA events for PLIO in profiling (#8128) Update release version for 2024.2 (#8116) fixing issue in adf::event crash (#8119) cover all stream switch port events (#8117) Enabling 2024.2 for XRT master (#8113) ZOCL version adjusted to 2.17 for 2024.1 (#8114) fixing elapsed time calculation (#8106) Signed-off-by: Manoj Takasi <mtakasi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Remove firmware deps from generic machine configsJohn Toomey2024-06-209-31/+0
| | | | | | | | | | | The generic machine configurations should not have a direct dependency on specific firmware components as these dependencies should be associated with boot.bin (or similar). This change also removes WIC_DEPENDS as it is no longer required Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* layer.conf:xrt_202410.2.17.319.bb: Fix for conflicting issue in zoclAshwini Lomate2024-06-181-1/+1
| | | | | | | Update preferred version for xrt,zocl to pick latest bb file. And add compatible string for versal-net in xrt*.bb file. Signed-off-by: Ashwini Lomate <ashwini.lomate@amd.com>