diff options
| author | saumya garg <saumya.garg@amd.com> | 2023-09-22 11:50:01 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-23 08:47:34 -0500 |
| commit | a04fc0c769c749950de0a8e7ad08719ba30d281e (patch) | |
| tree | 266ad2ac6b3b7d8bb4e9b7944a372807872af350 | |
| parent | deec333f32065037e273776cb583f4647f13c379 (diff) | |
| download | meta-xilinx-a04fc0c769c749950de0a8e7ad08719ba30d281e.tar.gz | |
xrt, zocl: Update commit id
Changelog:
fixed S2MM events for memory tiles (#7711)
Search for specified xclbin in cwd and repo if available (#7710)
add interface uuid into xgq_vmr host driver for linux upstream project (#7704)
Xbutil reset issue fixed related to hwmon (#7706)
Accessing device memory from host is enabled now in emulation (#7708)
including DMA-only tiles in 'all' (#7709)
Add test for exporting and importing buffer on same device (#7707)
CR-1175636 Performance mode not valid for device (#7705)
CR-1114740 xbutil examine -d <BDF> -r 'aieshim' console output does n… (#7701)
Catching exceptions when XDP plugins are loaded (#7703)
CR-1175649 Always wait for command completion through hwqueue in SHIM layer (#7702)
Add xrt::version APIs (#7696)
CR-1155098 Add missing logic for host-mem status (#7698)
sleep for 1 second to yiled cpu (#7700)
Adding RAVE device id to XRT (#7699)
Update ulite function to match newer Linux kernel (#7695)
Return ENODATA Error code if bitstream is not present (#7694)
Fixed PS kernel only xclbin download issue (#7674)
CR-1174490: Fixing crash when turning on aie_profile on systems without AIE (#7697)
[CR-1161728]: emconfig.json path issue if host code is in python. (#7687)
fixed port selection in trace (#7693)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc index cbdee970..b0b19427 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
| @@ -3,7 +3,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
| 3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" | 3 | SRC_URI = "${REPO};${BRANCHARG};name=xrt" |
| 4 | 4 | ||
| 5 | BRANCH= "master" | 5 | BRANCH= "master" |
| 6 | SRCREV_xrt = "efdc361cbecfd9e2968d632b4606bdf9276268dc" | 6 | SRCREV_xrt = "f978a3c3ac72197564ce51cf30712f9dfddf28cd" |
| 7 | PV = "202320.2.16.0" | 7 | PV = "202320.2.16.0" |
| 8 | 8 | ||
| 9 | SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" | 9 | SRC_URI += "git://github.com/Xilinx/dma_ip_drivers.git;branch=master;name=dma_ip_drivers;destsuffix=git/src/runtime_src/core/pcie/driver/linux/xocl/lib/libqdma;protocol=https" |
