From f7a092f2657d783b61e9da2becb03c4a1ef7ef2d Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Fri, 9 Jun 2023 12:35:43 +0530 Subject: Updated SRCREV of embeddedsw for 2023.2_3371 xilloader: Fix for compilation error when PLM_SECURE_EXCLUDE enabled versal_common: xpm_common: Make XPm_Out32 honor WPROT bit xilloader: SWPCR support in xilloader xilocp: Add SWPCR support in OCP library xilplmi: Add SWPCR related error codes xilsecure: Add Sha2-384 start, update and finish support OCP: Key generation and attestation endianness fix sw_services: xilsecure: Add KAT in client examples sw_services: xilpuf: Add KAT in examples Signed-off-by: Siva Addepalli --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index cab77dbd..8259f0a7 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] = "master-next" BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" -ESW_REV[2023.2] = "23c29ad3f35d1654f65fbe1ba1ac6280debf03dc" +ESW_REV[2023.2] = "ce7bee8b867f4a7c381aaa5a784fabec3299a8f5" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf