diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-09-18 18:35:13 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-09-18 20:57:10 +0530 |
| commit | a5573a49743879a7945e176ea5ea639aae72f4f9 (patch) | |
| tree | 22bf942733779960b33e062482af4bda4f387441 | |
| parent | eab051bb5674f1ecdabaf64096a8c6658714de87 (diff) | |
| download | meta-xilinx-a5573a49743879a7945e176ea5ea639aae72f4f9.tar.gz | |
embeddedsw : Updated SRCREV for 2024.2_4491
drivers: emacps: example: Fix compilation warnings
drivers: emacps: example: Add random packet size
drivers: emacps: example: Add assertion mechanism
iicps: Reorder XIicPs_MasterPolledRead call in XIicPs_MasterRecvPolled for proper error detection
Update Copyright information
sw_apps: Fix missing extern C keyword from header files
drivers: Fix missing extern C keyword from header files
drivers: Increment driver version
iicps: Fix Misra violations
lwip: emacps: Get the number of queues runtime
csudma: Add support for ByteAlignedTransfer
bsp: Fix multiple definition linking error
sw_apps:versal_plm:Save PLM default exception handler to restore after NOC ECC error injection
lwip : Handle UDP datagram sequence number
sw_apps:versal_plm: Enabled microblaze exceptions
sw_services:xilnvm: Removed zeroization during key write at server side
tmrctr: Fix missing extern C keyword in header files
dp21rxss:dp21txss: Added the index.html files for dp21txss and dp21rxss example application so that they can be imported in classic vitis
lib: sw_services: xiltimer: Add missing prototype for msleep() API
drivers: Fix missing extern C keyword in header files
drivers: Update minor versions
Revert "lib: sw_apps: OpenAMP Demos: FreeRTOS: Reduce CPU usage by ceding task when waiting for kick"
bsp: standalone: Add option for xclocking enable
v_hdmiphy1: Added DPLL Support for Versal Devices
freertos10_xilinx: Fix INTC handling for Microblaze port
PDI programming failure due to CDO commands (len >=8) happen to be on 32K chunk boundary
sw_services: xilplmi: Change SSIT timeout for slave message events
Fix for review points from Security team
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
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 99b176b1..949f17a2 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -19,7 +19,7 @@ ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" | |||
| 19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
| 20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
| 21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" | 21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" |
| 22 | ESW_REV[2024.2] = "c09ecdb723e9f85a27fe8cbfbf16b9cedd14a0ae" | 22 | ESW_REV[2024.2] = "96ed33a8966569c05eadb1e4c83426df505ff4ef" |
| 23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
| 24 | 24 | ||
| 25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |
