summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-11 12:50:55 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-11 14:37:24 +0530
commit4a80aacb60eab96543dc981f4376ec529246a725 (patch)
tree756be7708d18c607b1cea0b99c10767acb77882c
parent016282082c340f1c39a58149c807c2bdab92f6cd (diff)
downloadmeta-xilinx-4a80aacb60eab96543dc981f4376ec529246a725.tar.gz
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 <sivaprasad.addepalli@xilinx.com>
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
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 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"
8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
9 9
10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
11ESW_REV[2023.2] = "d65e8f2ce7fdbd09ec60087daa10bf0e89a771e9" 11ESW_REV[2023.2] = "17152dc815c0a3954023b265fd7f6682c4fa5884"
12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
13 13
14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"