diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-07 17:00:49 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-11-07 18:47:24 +0530 |
| commit | 3ed79232a51286abb24e0a9dcbb8a4fd03039781 (patch) | |
| tree | 103435c39f89a423492df6cfc9510b6a810a44d3 | |
| parent | d5b8a492249af0b6f33f3c7c0fd7ee74d2b99451 (diff) | |
| download | meta-xilinx-3ed79232a51286abb24e0a9dcbb8a4fd03039781.tar.gz | |
arm-trusted-firmware : Updated SRCREV for 2024.1_6431
Merge changes from topic "morello/firmware-revision" into integration
Merge changes from topic "xlnx_tsp_feat" into integration
feat(morello): add TF-A version string to NT_FW_CONFIG
feat(morello): set NT_FW_CONFIG properties for MCC, PCC and SCP version
Merge "fix(rmmd): enable sme using sme_enable_per_world" into integration
fix(rmmd): enable sme using sme_enable_per_world
Merge "fix(build): remove duplicated include order" into integration
Merge changes from topic "mp/exceptions" into integration
Merge "docs: deletion of a few deprecated platforms not yet confirmed" into integration
docs(versal-net): add TSP build documentation
docs(versal): add TSP build documentation
feat(versal-net): add tsp support
feat(versal): add tsp support
refactor(xilinx): add generic TSP makefile
fix(build): remove duplicated include order
docs(ras): update RAS documentation
docs(el3-runtime): update BL31 exception vector handling
fix(el3-runtime): restrict lower el EA handlers in FFH mode
fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT
chore(zynqmp): reorganize tsp code into common path
refactor(xilinx): rename platform function to generic name
fix(ras): restrict ENABLE_FEAT_RAS to have only two states
feat(ras): use FEAT_IESB for error synchronization
feat(el3-runtime): modify vector entry paths
docs: deletion of a few deprecated platforms not yet confirmed
| -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 ff5975fa..5a288b20 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 = "857c7643253d01e3e7ff8078a7812e2ed561ff67" | 2 | SRCREV = "9bb15ab53ad2dc22323f4a90256a7fe7e7399960" |
| 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 | ||
