diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-06 12:45:46 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-06 14:27:10 +0530 |
| commit | 1d476f23bd743eda98b62c8ea5f06dad269daa98 (patch) | |
| tree | 560db1ef85cfa7afb6c49b1e11e79d5ce55acffb | |
| parent | 24677437696fc115502ab23ac7c0d17f6aa313ac (diff) | |
| download | meta-xilinx-1d476f23bd743eda98b62c8ea5f06dad269daa98.tar.gz | |
arm-trusted-firmware : Updated SRCREV for 2024.1_9099
Merge changes from topic "fw-caps" into integration
Merge "fix(tegra): return correct error code for plat_core_pos_by_mpidr" into integration
fix(tegra): return correct error code for plat_core_pos_by_mpidr
Merge changes from topic "hst/cs1k-add-gpt-support" into integration
Merge "feat(cpufeat): add memory retention bit define for CLUSTERPWRDN" into integration
feat(bl2): add gpt support
fix(corstone-1000): modify boot device dependencies
Merge "refactor(cm): move EL3 registers to global context" into integration
Merge "fix(build): remove handling of mandatory options" into integration
Merge changes from topic "hm/mpam" into integration
fix(build): convert tabs and ifdef comparisons
Merge "refactor(fvp): do not use RSS platform token and attestation key APIs" into integration
fix(build): disable ENABLE_FEAT_MPAM for Aarch32
fix(corstone-1000): removing the signature area
Merge changes from topic "hm/post-image" into integration
refactor(cm): move EL3 registers to global context
Merge "feat(rmm): update RMI VERSION command as per EAC5" into integration
feat(rmm): update RMI VERSION command as per EAC5
Merge "fix(versal): type cast addresses to fix integer overflow" into integration
fix(build): remove handling of mandatory options
Merge changes from topic "gr/build_refactor" into integration
build(refactor): avoid ifdef comparison
refactor(build): avoid using values for comparison
refactor(build): reorder arch features handling
build(n1sdp): add ARM_ARCH_MAJOR.ARM_ARCH_MINOR
refactor(build): reorder platform Makefile evaluation
Merge changes from topic "mb/psa-crypto-ecdsa" into integration
fix(versal): type cast addresses to fix integer overflow
refactor(fvp): move image handling into generic procedure
refactor(bl2): make post image handling platform-specific
Merge "fix(ast2700): add device mapping for coherent memory" into integration
fix(ast2700): add device mapping for coherent memory
feat(ti): query firmware for suspend capability
feat(ti): add TI-SCI query firmware capabilities command support
feat(ti): remove extra core counts in cluster 2 and 3
refactor(fvp): do not use RSS platform token and attestation key APIs
docs: mark PSA_CRYPTO as an experimental feature
feat(fvp): increase BL1 RW area for PSA_CRYPTO implementation
feat(mbedtls-psa): mbedTLS PSA Crypto with ECDSA
feat(cpufeat): add memory retention bit define for CLUSTERPWRDN
| -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 08ec404f..ff5975fa 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 = "3.0" | 1 | ATF_VERSION = "3.0" |
| 2 | SRCREV = "ed2d256a68c44bdcde54db66382854c4e191b9f1" | 2 | SRCREV = "857c7643253d01e3e7ff8078a7812e2ed561ff67" |
| 3 | BRANCH = "xlnx_rebase_v3.0" | 3 | BRANCH = "xlnx_rebase_v3.0" |
| 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" | 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" |
| 5 | 5 | ||
