From c9a51a19e2859e4b7054a2e1ee4501d814e14eed Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Mon, 20 Nov 2023 15:49:04 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_4327 sw_services: xilfpga: Adds proper validations checks for input parameters sw_services: xilplmi: Update error action to NONE after disabling the error axipcie: Overview add to driver axipcie: Update mdd version axipcie: Update copyright year axipcie: Added properties to support SDT flow. xilffs: Update FATFS to fix the issues in 0.15 version qspipsu: Add support for W25Q256JW Winbond flash part ipipsu: Update for the name change xilffs: Fix MISRA-C violations cpu_riscv: Update makefile to fix compilation issues on windows machines xilpm:versal_net: Restore custom error handlers --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone/classes') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 0fd15fed..1bd68834 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[git] = "${AUTOREV}" ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" -ESW_REV[2024.1] = "d9b132c366ace752a26cc44ff6118d9b0c560b04" +ESW_REV[2024.1] = "8fbb3b54b39963ce38c1a55bb18d1dd12030b221" 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