From edba71bbcf910119881f9a4fcbc201489ca21f93 Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Sun, 28 Apr 2024 15:09:00 +0530 Subject: embeddedsw : Updated SRCREV for 2024.1_2855 scugic: Fix declaration for routines declared in scugic_header.h Embedded SW license update 2024.1 release Added xiltimer and cpu cortexr5 Added openamp_v1_10 and libmetal_v2_7 sw_services: xiltimer: Update default sleep and tick timers in SDT flow cmake: Findcommon.cmake: Remove the unused legacy code to avoid the wrong DDR value in linker Updated rigel to SDT Revert "OpenAMP: Remove hard-coding cmake paths and dependencies" BSP: riscv: Add hooks for open and close syscalls scugic: xscugic_example: Use interrupt wrapper APIs to trigger SGI BSP: intr: Add software interrupt support scripts: pyesw: reconfig_bsp: Fix cmake configure errors on windows sw_services:xilsecure:Use correct KAT mask for RSA operation xilpm: server: Release DDRMCs linked to root PLDx during PldInitStart BSP: Display all legacy BSP setting options in SDT flow Added new components and line spaces in ChangeLog Changelog: update for OpenAMP and Libmetal Changelog: update for dfe drivers lwip220 : add dhcp and acd debug flags lwip220 : fix lwip debug options in cmake Updated changelog for 2024.1 components-5 sw_services:xilrsa:Added additional files missing property to clean the target VPROCSS: Subcore array definition fix for VPSS dfeprach: Configure si570 in Linux examples dfeofdm: Configure si570 in Linux examples dfemix: Configure si570 in Linux examples dfeequ: Configure si570 in Linux examples dfeccf: Configure si570 in Linux examples Updated changelog for 2024.1 components-4 Updated changelog for 2024.1 components-2 Updated changelog for 2024.1 components-3 OpenAMP: Remove hard-coding cmake paths and dependencies --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-xilinx-standalone') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 169728b8..0a9fb92e 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -13,7 +13,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] = "e847e1935dca630615e5f7dc694365a44b89699c" -ESW_REV[2024.1] = "54539e1accb6c616a1b67ef07b7d83d4097194b6" +ESW_REV[2024.1] = "f9813dcf080fd596e38133ee26eb4b35ae401b1d" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" @@ -23,7 +23,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM[master] = '9fceecdbcad88698f265578f3d4cb26c' LIC_FILES_CHKSUM[xlnx_rel_v2023.1_update] = '3c310a3ee2197a4c92c6a0e2937c207c' LIC_FILES_CHKSUM[xlnx_rel_v2023.2_update] = '9fceecdbcad88698f265578f3d4cb26c' -LIC_FILES_CHKSUM[xlnx_rel_v2024.1-next] = '443113d5aa8fd5facf31e9c5d25dc114' +LIC_FILES_CHKSUM[xlnx_rel_v2024.1-next] = '0dcabd3719e5ac33f7c03f0d77d473f2' LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" SRC_URI = "${EMBEDDEDSW_SRCURI}" -- cgit v1.2.3-54-g00ecf