summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-13 13:49:37 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-13 19:07:09 +0530
commitcb457fd89f6c84a4e8dba7d14fc41904cc7ec6bf (patch)
treee8efda9f5ecb1a68d90bde3f21961b4104737b34
parentd7a658f1bc0607146cc2d756c70a6a3990b8142b (diff)
downloadmeta-xilinx-cb457fd89f6c84a4e8dba7d14fc41904cc7ec6bf.tar.gz
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 <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 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"
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] = "17152dc815c0a3954023b265fd7f6682c4fa5884" 11ESW_REV[2023.2] = "5236fdf00943be38b605e8847e08299c78dcbf33"
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') != '']}"