summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-18 12:51:07 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-18 13:47:10 +0530
commitb475d784f9a3ea2e18e775eb388a23ab4d532948 (patch)
tree75cb63f270a54257192480770f7ab96bee35f8a1 /meta-xilinx-standalone/classes
parentbd254d914e36d5697a68ec15a935e984268dd4a2 (diff)
downloadmeta-xilinx-b475d784f9a3ea2e18e775eb388a23ab4d532948.tar.gz
embeddedsw : Updated SRCREV for 2023.2_7275
sw_services:xilloader:Enable TCM Boot based on PH Attribute xilpm: versal_net: enable TCM Boot config option clockps: Fix code formatting clockps: Add support for system device-tree flow for example clockps: Add support for system device-tree flow clockps: Increment the driver version for 2023.2 axis_switch: Add support for system device-tree flow in examples axis_switch: Add support for system device-tree flow axis_switch: Upgrade the driver version sw_apps: ddr_self_refresh: Fix code formatting issues with checkpatch sw_apps: ddr_self_refresh: Add support for system device-tree flow resetps: Fix formatting issues resetps: Add system-device-tree support for example resetps: Update the driver for system device tree flow resetps: Update the driver version tft: Add support for system device-tree flow for examples tft: Update the driver for system device tree flow tft: Update the driver version xilpm: versal_net: server: reset SD_DLL_MAP registers as workaround bsp:standalone: Add coresight IP to stdin/stdout bsp settings. coresightps_dcc: Add option of coresight uart in bsp settings. trafgen: Fix formatting issues trafgen: Update the examples to support SDT flow trafgen: update the driver to support SDT flow trafgen: Update the driver version sw_services:xilsecure: Add RSA pairwise consistency test sw_services:xilsecure:Add key unwrap support sw_services:xilsecure: Add OAEP padding support sw_services:xilloader: Move mask generate function to platform specific sw_services:xilsecure: Add mask generate function sw_services:xilsecure: Add AES ECB support ipipsu: Add example support in SDT flow bsp:standalone:Fix code formatting issues. bsp: To fix unused variables compilation warnings axicdma: updated files to support the system device tree flow axivdma: updated cmake to support device tree flow lib: sw_apps: hello_world: Delete unused helloworld_xmk.c lib: sw_apps: dhrystone: Fix compilation issues in sdt flow lib: sw_services: Update supported_processors list for a9 and VersalNet VersalNet PLM: Added MC uB and PMC handshake support xilpm: versal: server: fix compilation warning scripts: pyesw: scripts for generating apps and bsp in system device-tree flow nandpsu: Fix code formatting issues with checkpatch nandpsu: Add support for system device-tree flow for example nandpsu: Update the driver to support for system device-tree flow clk_wiz: Formatting changes clk_wiz: Update examples for SDT flow clk_wiz: Update driver for SDT flow. clk_wiz: Update the driver version gpio: Fix code formatting issues gpio: Add support for system device-tree flow fot gpio examples gpio: Add support for system device-tree flow openamp: apps: Add missing cmake toolchain file for SDT flow Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
-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 0808c72a..8fbda388 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] = "138cbe3f272b79dfbaa7f80dfde039688f8612b5" 11ESW_REV[2023.2] = "c0718491347a83ba40dbc96dfdb2130dd8743363"
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') != '']}"