diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-09-15 16:04:22 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-09-15 17:37:24 +0530 |
commit | dd03a1f8314d2d4d9bf1d5a0d28ccd49874151f6 (patch) | |
tree | 4d98e3b2defc38787082697500a733f5823588d6 | |
parent | f3a7eb8b2bf3cf6b99b2917300f0bffe721eca6a (diff) | |
download | meta-xilinx-dd03a1f8314d2d4d9bf1d5a0d28ccd49874151f6.tar.gz |
embeddedsw : Updated SRCREV for 2023.2_2231
mipicsiss:Updated files with VEK280 Pre-Production board
xilloader: Fix MISRA C violation 17.8
xilloader: Fix MISRA C violation 17.7
xilplmi: Fix MISRA C violation 12.2
xilloader: Fix MISRA C violation 12.1
xilloader: Fix MISRA C violation 10.3
xilloader: Fix MISRA C violations for Directive 4.5.
v_hdmitxss1: Added tx compliance values
v_hdmirxss1: Added tx compliance values
ThirdParty: sw_services: Libmetal: sdt: Remove A78 support
xilsem: Fix NPI Scan Status after In Place PLM Update
Revert "xilpm:versal_net: save and restore PL devices hierarchy"
Revert "xilpm:versal_net: Restore missing Pl Devices during PLM update"
Revert "xloader:versal_net: save and restore image info table contents"
Revert "xilpm:versal_common: fix potential issue on array out of bound."
xilplmi: Fix MISRA C violation 13.4
xilplmi: Fixed MISRA C violation for Rule 17.7
xilplmi: Fix MISRA C violations for Rule 14.4
xilplmi: Fix MISRA C violation 10.8
xilplmi: MISRA C violation 10.3
updated for changelog dp21txss , v_hdmitxss1 and other components
xilskey: added SDT support for examples
xilpm: versal: server: Add XPM_POLL_TIMEOUT definition for CPPUTEST
cmake: toolchainfiles: microblaze-plm_toolchain.cmake: Fix VERSAL_PLM redefined warning
cmake: toolchainfiles: microblaze-p*: Force the CMAKE_MACHINE variable
lib: sw_services: xilplmi: Fix implicit declaration of function Xil_SetMBFrequency warning
lib: sw_services: xiltimer: Move the Xil_SetMBFrequency() API declaration to xiltimer.h
sw_services:xilnvm:Fixed doxygen warnings
scripts: pyesw: library_utils: Return proper error code
ipipsu: Update macros to resolve redefinition issue
lib: sw_services: xiltimer: Make changes with checkpatch
lib: sw_services: xiltimer: Fix incorrect TTC counter handling for Zynq
lib: sw_services: xiltimer: Fix sleep handling logic in scutimer adapter
lib: sw_services: xiltimer: Add scutimer support for SDT flow
ttcps: Fixed source code-format issue.
ttcps: Fix HIS_COMF violations
ttcps: Fix MISRA-C violation for RULE 14.3
ttcps: Fix MISRA-C violations for 10.7 and 12.2
ttcps: Fix MISRA-c violation for Rule 10.4
ttcps: Remove unnecessary call to XTtcPs_ClearInterruptStatus
ttcps: Fix MISRA-C violations for Rule 10.5
ttcps: Fix MISRA-C violations for Rule 10.3
qspipsu: Update XQspiPsu_PolledRecvData and XQspiPsu_PolledMessageTransfer functions
qspipsu: Fix MISRA-C violation 2.2 and 2.6
qspipsu: Fix MISRA-C violation 10.1
qspipsu: Fix MISRA-C violation 8.13
xilpm:versal_net: save and restore PL devices hierarchy
xilpm:versal_net: Restore missing Pl Devices during PLM update
xloader:versal_net: save and restore image info table contents
xilpm:versal_common: fix potential issue on array out of bound.
sw_services:xilpuf:Fixed MISRA-C Rule 2.5 violation
ThirdParty: sw_services: OpenAMP: sdt: Remove A53, A72 and A78 support
ThirdParty: sw_services: Libmetal: sdt: Add support for PMUFW and PMC
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 2d006765..e86f2eaa 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "xlnx_rel_v2023.2-next" | |||
8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
9 | 9 | ||
10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" |
11 | ESW_REV[2023.2] = "79ba04717ca52a460438f4ec2da12186248adf97" | 11 | ESW_REV[2023.2] = "8c698994fb414274b530a1d1d36146a3ca69f993" |
12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
13 | 13 | ||
14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |