From 4a80aacb60eab96543dc981f4376ec529246a725 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Tue, 11 Jul 2023 12:50:55 +0530 Subject: embeddedsw : Updated SRCREV for 2023.2_3019 usb: usb: examples: Modify examples to SDT flow usb: usb: data: add interrupt to support SDT flow usb: usb: src: update the driver to support SDT flow usb: usb: examples: remove the powerpc support sw_services:xilsecure:Fixed compilation error for trng client example xilpm: server: Fix MISRA-C violation for Rule 20.9 sw_services: xilcert: Fixes for doxygen and static analysis warnings sw_services: xilcert: Add support for Certificate Signing Request sw_services: Fixed issues related to OpenSSL parsing sw_services: xilcert: Add support for X.509 extensions sw_services: xilcert: Add support to create ASN.1 structures XilOCP: Handled device key generation during In place PLM update can: Fix code formatting issues with checkpatch can: Add support for system device-tree flow for example can: Add support for system device-tree flow axivdma: Fix code formatting issues with checkpatch axivdma: Add support for system device-tree flow in examples axivdma: Add support for system device-tree flow usb: usbpsu: data: add dependency_files in yaml examples BSP: Cortexr5: Fix logic to ensure that r52 timer is started before being used lib: bsp: standalone: Fix grammatical issues lib: bsp: standalone: Update pin_ctrl_config_param_set api version lib: sw_apps: zynqmp_dram_test: Fix code formatting issues with checkpatch lib: sw_apps: zynqmp_dram_test: Add support for system device-tree flow rfdc: Add SDT support dfeofdm: Add SDT support xilpm:versal_net: update ByteBuffer size plm:versal_net: add call to restore all nodes xilpm:versal_net: add custom update handler xilpm:versal_net: Add support PLM update for all XPm_Node types xilpm:versal_net: Add Node SaveRestoreHandler to support PLM update xilpm:versal_net: add AllNodes storage xilpm:versal_net: Add Subsystem SaveRestoreHandler to support PLM update. xilpm:versal_net: Add xpm_update which help inplace update libXilPm coresightps_dcc: Fix code formatting issues with checkpatch coresightps_dcc: Add support for system device-tree flow xilpki: Add PKI multi-queue support for ECC operations xilpm: versal_common: server: Add IPI Access permissions for PM module xilpm: versal_common: server: Add IPI Access permissions for PSM module lib: sw_apps: Fix unbalanced endif in empty application CMake sw_services: xilsecure: Added pwct support for P-256 lib: bsp: standalone: Add a new query id into doxygen table xilpm: versal_common: client: Add a new pin attribute query id xilpm: versal: server: Add API to provide MIO attributes Update addtogroup to Overview pciepsu: Add properties to support SDT flow hwicap: Fix code formatting issues with checkpatch hwicap: Add support for system device-tree flow xilsem: Add IPI Access permissions for XilSEM module 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 318e7778..037c6847 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] = "d65e8f2ce7fdbd09ec60087daa10bf0e89a771e9" +ESW_REV[2023.2] = "17152dc815c0a3954023b265fd7f6682c4fa5884" 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