summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-08-23 11:54:11 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-08-23 12:57:10 +0530
commit1e3d3ee474f8791c61446218c814a2d85fa2eff7 (patch)
tree83b8f4524750513d5c19e6481f057552d6d71c03 /meta-xilinx-standalone/classes
parent97564efa4d443d6f52b24971ce0a9862e193aa1a (diff)
downloadmeta-xilinx-1e3d3ee474f8791c61446218c814a2d85fa2eff7.tar.gz
embeddedsw : Updated SRCREV for 2023.2_1719
Revert "sw_services:xilsecure:Fix ECDSA boot failure on qemu" Revert "Xilocp: Move run time error codes to respective library" xilfpga: Fix for doxygen issues sw_services: xilloader: Update SubsystemID in ImageMeasureInfo structure sw_services: xilflash: Handle emc use case in SDT flow emc: Add support for system device-tree flow xilsem: Fix MISRA violations Xilocp: Move run time error codes to respective library v_hdmitxss1: Added aupport for VEK280 v_hdmirxss1: Added support for VEK280 sw_apps: zynq_fsbl: fixed addresses issue in SDT flow video_common: Porting video common driver for decoupling flow. Xilsecure: Fix wrong Hash length input validation xilnvm: Convert Endianness of DME user key before eFuse write sw_services: xilloader: fixed status overwrite sw_services:xilnvm:Remove oring the Status with error code sw_services:xilloader: Remove dead code in XLoader_CheckSecureStateAuth sw_services: xilpdi: fixed supported peripherals xilloader: removed redundant flash size macro xilpm: versal: server: Clear VDU related errors sw_services:xilpuf: Fix passing efuse cache value sw_services:xilpuf: Assign Status to XST_FAILURE sw_services:xilsecure:Fix ECDSA boot failure on qemu xilloader:Secure boot is working in spite of enabling PLM_SECURE_EXCLUDE macro sw_services:xilsecure: Fixed microblaze support for versal client sw_services: xilloader: Run KAT for SHA3 Instance 1 before use sw_services: xilloader: Change prototype of XLoader_ClearKatOnPPDI() sw_services:xilplmi:Security Code Review Fixes sw_services:xilsecure: Intimate user if data context is lost sw_services:xilloader:Security Review Fixes lib: sw_services: xiltimer: Remove unneeded #ifdef check around XilSleepTimer_Init() API sw_services: xilcert: Use SHA3-384 as hash algo in extensions sw_services: xilcert: Fix issue in encoding of Bitstring sw_services: xilcert: Code enhancements sw_services: xilsecure: Fix endianness for public key and shared secret v_hdmirx1: Fix stream VIC id when video format received with HDMI_VIC wdttb: data: Add xwdttb_selftest_example in sdt flow BSP:ARMv8: VersalNet: Configure DDR regions based on HW design sw_services:xilplmi:Enable EMSetAction Support via IPI lwip213: Add API mode checking scripts: pyesw: library_utils: Fix the default cmake param value when template is passed 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 2d409353..50f86501 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] = "xlnx_rel_v2023.2-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] = "ef3d824dc3a05106af750403ebb488aac07ee889" 11ESW_REV[2023.2] = "2ea61903d96d8b717caae0aeb17805276b11676e"
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') != '']}"