diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-10-31 15:45:18 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-10-31 19:07:11 +0530 |
| commit | 10bc687a69a180a05c9bc90eabfc44b5fd3d3576 (patch) | |
| tree | 04186c108f7ebc4546533045dcb7251a26a46487 | |
| parent | 2da48fed87e34867790a9b56822c683141311c8b (diff) | |
| download | meta-xilinx-10bc687a69a180a05c9bc90eabfc44b5fd3d3576.tar.gz | |
arm-trusted-firmware : Updated SRCREV for 2024.1_6455
Merge changes from topic "mb/cov-fix" into integration
Merge changes from topic "gpt_updates" into integration
Merge "feat(cpus): add support for Travis CPU" into integration
Merge "fix(ti): align static device region addresses to reduce MMU table count" into integration
Merge "feat(handoff): port BL31-BL33 interface to fw handoff framework" into integration
refactor(arm): use gpt_partition_init
feat(partition): add interface to init gpt
refactor(partition): convert warn to verbose
feat(partition): add support to use backup GPT header
refactor(partition): get GPT header location from MBR
feat(arm): add IO policy to use backup gpt header
feat(tbbr): add image id for backup GPT
feat(handoff): port BL31-BL33 interface to fw handoff framework
Merge changes from topic "sm/err_errata" into integration
feat(cpus): add support for Travis CPU
fix(tbbr): guard defines under MBEDTLS_CONFIG_FILE
refactor(tbbr): enforce compile-time error for invalid algorithm selection
Merge "fix(arm): fix GIC macros for GICv4.1 support" into integration
Merge "fix(spmd): fix FFA_VERSION forwarding" into integration
fix(ti): align static device region addresses to reduce MMU table count
Merge "fix(mpam): refine MPAM initialization and enablement process" into integration
fix(arm): fix GIC macros for GICv4.1 support
Merge "fix(build): convert tabs to spaces" into integration
fix(mpam): refine MPAM initialization and enablement process
fix(spmd): fix FFA_VERSION forwarding
Merge "feat(mt8195): increase TZRAM" into integration
Merge "feat(st): update STM32MP DT files" into integration
Merge changes from topic "st_remove_shm" into integration
Merge "fix(st): properly check LOADADDR" into integration
Merge "fix(cpus): workaround for Cortex-A510 erratum 2080326" into integration
fix(cpus): workaround for Cortex-A510 erratum 2080326
fix(cpus): fix the rev-var of Neoverse-V1
fix(errata-abi): update the Neoverse-N2 errata ABI struct
fix(errata-abi): update the neoverse-N1 errata ABI struct
fix(cpus): fix the rev-var of Cortex-X2
fix(errata-abi): update the Cortex-A78C errata ABI struct
fix(cpus): update the rev-var for Cortex-A78AE
fix(errata-abi): update the Cortex-A76 errata ABI struct
fix(cpus): fix the rev-var for Cortex-A710
Merge changes Ia66dd232,Ie0ddbe0b,Idd191614 into integration
Merge changes from topic "gcc_linker_aarch32" into integration
Merge "fix(cert-create): fix key loading logic" into integration
fix(build): convert tabs to spaces
fix(st): properly check LOADADDR
Merge changes from topic "mp/test_espi" into integration
Merge "fix(build): pass parameters through response files" into integration
Merge "docs(maintainers): remove Jorge Ramirez-Ortiz from rcar3 maintainers" into integration
feat(fvp): new SiP call to set an interrupt pending
refactor(arm): allow platform specific SiP support
docs(stm32mp15): mark STM32MP15_OPTEE_RSV_SHM deprecated
feat(stm32mp15): disable OP-TEE shared memory
fix(build): pass parameters through response files
fix(cert-create): fix key loading logic
Merge "docs: add code-owners for Firmare Handoff Library" into integration
feat(st): update STM32MP DT files
docs: add code-owners for Firmare Handoff Library
docs(maintainers): remove Jorge Ramirez-Ortiz from rcar3 maintainers
fix(rcar3-drivers): update DDR setting
feat(st): support gcc as linker
fix(build): allow gcc linker on Aarch32 platforms
fix(rcar3): fix CPG register code comment
fix(rcar3): update Draak and Eagle board IDs
feat(mt8195): increase TZRAM
| -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 6bc3e623..08ec404f 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 = "f8363a8e2c1ac8aa7340030f199daa72dcc9126b" | 2 | SRCREV = "ed2d256a68c44bdcde54db66382854c4e191b9f1" |
| 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 | ||
