diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-30 12:45:43 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-01-30 14:17:10 +0530 |
| commit | f961f8e9616b00098f0dec76bb2ccfa5226a49f7 (patch) | |
| tree | 5830ddc4e0a8853375b0bd0878eaaff48616da12 | |
| parent | 3057ca2441e36f448c6ef7d4f395e0dc6aeb40c3 (diff) | |
| download | meta-xilinx-f961f8e9616b00098f0dec76bb2ccfa5226a49f7.tar.gz | |
arm-trusted-firmware : Updated SRCREV for 2024.1_9263
fix(xilinx): deprecate SiP service count query
feat(versal): extend platform address space sizes
fix(xilinx): add console_flush() before shutdown
fix(xilinx): fix sending sgi to linux
feat(xilinx): add new state to identify cpu power down
feat(xilinx): request cpu power down from reset
feat(xilinx): power down all cores on receiving cpu pwrdwn req
feat(xilinx): add handler for power down req sgi irq
feat(xilinx): add wrapper to handle cpu power down req
fix(versal-net): use arm common GIC handlers
fix(xilinx): rename macros to align with ARM
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2024.1.bb b/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2024.1.bb index 693dca9c..e413f75b 100644 --- a/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2024.1.bb +++ b/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2024.1.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ATF_VERSION = "2.10" | 1 | ATF_VERSION = "2.10" |
| 2 | SRCREV = "5a127e5e428ac562d1b6490840fd99109b678f44" | 2 | SRCREV = "c90834c912f7a31ce7634adfd22fd70e1bc5e3c5" |
| 3 | BRANCH = "xlnx_rebase_v2.10" | 3 | BRANCH = "xlnx_rebase_v2.10" |
| 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" | 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" |
| 5 | 5 | ||
