From b112aded8a929c11f4d71b2d7987f6c5d99434c7 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Fri, 30 Jun 2023 16:53:26 +0530 Subject: embeddedsw : Updated SRCREV for 2023.2_4319 esw: Update the compiler flags for system device-tree flow cmake: UserConfig: Add more user options lib: sw_apps: Update the memory tests and dhrystone yaml supported processor for cortexa9 processor lib: sw_apps: Use print_elf_size() macro for printing elf size cmake: Generate elf.size file when building the embedded application cmake: Add helper macro for printing the size of the target pmonpsv: Driver is going to be deprecated as IP feature is not part of Versal TRM xilpm: versal_common: server: Memory region node skeleton usb: usbpsu: src: Add SDT check for interrupt and interrupt parent uartps: Add support for system device-tree flow for uartps examples uartps: Add uartps examples list in yaml Signed-off-by: Siva Addepalli --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 8ecac2e9..49bb8ce2 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] = "8a6c14d1cc5d923466025a5ad83b9b816670d5b0" +ESW_REV[2023.2] = "7b32e8799d7733ff5e450699ced43dc355e81389" 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