diff options
author | rbramand <rahul.bramandlapalli@xilinx.com> | 2023-02-24 11:51:23 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-25 07:26:41 -0800 |
commit | a20bfeeb9ab9fb96839b0e5375b1df4c71da4cf9 (patch) | |
tree | 842cecbf18effc909e0ec9dc545306252ab799f5 /meta-xilinx-core/recipes-xrt | |
parent | 155b2cd233992d5670baf177777cac9acc0c7bfa (diff) | |
download | meta-xilinx-a20bfeeb9ab9fb96839b0e5375b1df4c71da4cf9.tar.gz |
xrt_git:zocl_git:update commitid
Changelog:
fixed bug with finding MEM tile sets (#7392)
CR-1150169 mgmt-ioctl: fix lower bound check on xclbin size (#7389)
CR-1151862 xbutil validate fails testing m2m on OS RH 9.0 (#7391)
CR-1145201 Update GitHub documentation for xbmgmt dump (#7390)
Fixed CR-1152499 (#7380)
xbmgmt examine -r vmr outputs more helpful info from status (#7383)
CRs 1153404, 1154045: report incorrect settings and better handle compile-time trace (#7377)
Embedded metadata section is in XML format. So use read_xml (#7379)
Fix for showing Kernels to Global Memory data in Profile Summary (#7376)
CR-1135808 Some improvement suggestions for throttling feature (#7346)
fix xgq timestamp issue (#7375)
CR-1153785 Fix library load issues in hw emulation (#7374)
VITIS-5914 Add User space changes to fetch and parse aie column status dump info (#7328)
VITIS-6253 Part 1/3 Update tools help menu (#7293)
Fixed compile-time metrics on VCK5000 boards. (#7371)
CR-1142742 No interface counters mentioned in summary.csv when packet counters are used (#7367)
VITIS-5543 Support PL Deadlock Diagnosis (#7363)
Fix race in bo and device construction (#7361)
CRs: 1142742, 1150996, 1152826 (#7362)
CR-1152824: Fixing trace buffer allocation to not use full memory resources when user over allocates (#7356)
Adding checks to make sure bandwidth is not reported as infinity or over 100% (#7358)
Remove obsolete methods (#7357)
Update adf_profiling_api.cpp (#7351)
Refactor qos_type to cfg_param_type (#7350)
Palamida 175214 (#7355)
CR-1151706 XRT service bundle for collecting analytics data (#7340)
removed debug messages (#7348)
CR-1152339: Add flow to run summary file (#7352)
Fixed CU subdevice issue for legacy case (#7345)
CR-1137357 Remove libxrt_core from xbutil/xbmgmt (#7333)
Trace processor to create events from raw PL trace data and write to output csv (#7341)
Add FPT warning message for versal devices (#7315)
remove duplicate code (#7337)
CR-1152356 Remove xmc from V70 subdev resource list (#7347)
More AIE2 changes (#7344)
Changed trace and pprofiling plugins to build with xrt_coreutil instead of xrt_core (#7343)
Fixed coverity bugs in AIE Trace (#7342)
Added support for V70 AIE Trace PS kernel (#7307)
CR-1149236 Add support to dump APU's dimes and syslog to host (#7318)
Amend #7334 with missing file (#7336)
set default value of fast_nocddr_access as true. (#7319)
Added support for V70 AIE Profile PS kernel (#7335)
Palamida 175203,175210 (#7334)
fix a livelock in xrt_cu.c (#7332)
Updated xocl_kds_xgq_set_timestamp to use timespec64 and ktime_get_real_ts64 for newer Linux kernels (#7331)
Adding the trace wrapper to XRT AIE graph calls (#7330)
Updating comment (#7329)
AIE2 support follow-up changes (#7322)
Adjusting a check for large PL buffer size on Edge (#7323)
Use numbered build (#7327)
Update petalinux to 2023.1 version (#7326)
Align qdma driver with latest (#7324)
CR-1150349 move gmio reuse buffer warning (#7317)
Warning message when HSDP is used and monitors are only initialized and not read by XRT (#7316)
CR-1144989: Fixing issue where profiling generated incorrect CSV format (#7312)
Updated AIE Profiling PS kernel on VCK5000 (#7311)
CR-1151004 ASTeR TC 19.02 - v70 - server crash occurs shortly after a (#7306)
CR-1149626 sc warning (#7304)
Multislot final code support (#7269)
Initial APU time sync commit to synchronize APU date/time with host (#7273)
Signed-off-by: rbramand <rbramand@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-xrt')
-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 8f998a36..893acaf1 100644 --- a/meta-xilinx-core/recipes-xrt/xrt/xrt.inc +++ b/meta-xilinx-core/recipes-xrt/xrt/xrt.inc | |||
@@ -3,6 +3,6 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
3 | SRC_URI = "${REPO};${BRANCHARG}" | 3 | SRC_URI = "${REPO};${BRANCHARG}" |
4 | 4 | ||
5 | BRANCH= "master" | 5 | BRANCH= "master" |
6 | SRCREV= "94bcc5d36e958e3f4b3e5f42c0128a2e6c1b9025" | 6 | SRCREV= "fff03c822edc0971a4a58398a0004c1c99884c63" |
7 | PV = "202310.2.15.0" | 7 | PV = "202310.2.15.0" |
8 | 8 | ||