From cb457fd89f6c84a4e8dba7d14fc41904cc7ec6bf Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 13 Jul 2023 13:49:37 +0530 Subject: embeddedsw : Updated SRCREV for 2023.2_7335 mbox: Fix code formatting issues with checkpatch mbox: Add support for system device-tree flow for examples mbox: Add support for system device-tree flow usb: usb: fix code formatting issues with checkpatch Revert "sw_services:xilloader:Enable TCM Boot based on PH Attribute" Revert "xilpm: versal_net: enable TCM Boot config option" DSITXSS: Updated addtogroup to remove version number in src files. DSITXSS: Incremented driver version to v2_3 DSITXSS: Updated driver tcl file to support Compressed mode sw_services:xilloader:Enable TCM Boot based on PH Attribute xilpm: versal_net: enable TCM Boot config option llfifo: Add support for system device-tree flow for example llfifo: Add support for system device-tree flow llfifo: increment the driver version usb: usbps: examples: Add support for system device-tree flow usb: usbps: data: add yaml to support SDT flow usb: usbps: src: update the driver to support SDT flow sw_services: xilsecure:VersalNet:Added support for non-word aligned data transfer in AES ospipsv: examples: Fix compilation warnings in sdt flow ospipsv: src: Fix compilation warnings ospipsv: data: Update yaml file to port examples in sdt flow sw_services:xilloader: Add support to read DDR crypto counters sw_services:xilloader:IPI Command to support Jtag Unlock xiplmi: versalnet: Add List commands xilplmi: Refactor Proc logic to make it generic xilplmi: versalnet: Add Run Proc command XilSecure:Client:VersalNet:Separated IPI commands XilSecure:VersalNet:Server: Separated IPI calls for modules lwip213: Add zynq support in device-tree flow spips: Fix code formatting issues with checkpatch spips: Add support for system device-tree flow for examples spips: Add support for system device-tree flow Revert "pciepsu: Add properties to support SDT flow" axidma: Fix code formatting issues with checkpatch axidma: Add support for system device-tree flow in examples axidma: Add support for system device-tree flow lib: bsp: standalone: Update the stdin and stdout configuration for coresightps_dcc in sdt flow Xilsem:FreeRTOS support for XILSEM client xdmapcie: Add support for system device tree flow dfxasm: Fix code formatting issues with checkpatch dfxasm: Add support for system device-tree flow BSP: cortexr5: Support TCM A, B and C initialization for CortexR52 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 037c6847..ac7360a6 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] = "17152dc815c0a3954023b265fd7f6682c4fa5884" +ESW_REV[2023.2] = "5236fdf00943be38b605e8847e08299c78dcbf33" 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