diff options
author | Addepalli, Siva <siva.addepalli@amd.com> | 2023-08-15 12:45:37 +0530 |
---|---|---|
committer | Siva Addepalli <siva.addepalli@amd.com> | 2023-08-15 13:37:13 +0530 |
commit | 615327fe45ce4c393b16cb040ed8451c557cfc5a (patch) | |
tree | b21b4c1923553c9436e2abf7b70639ba6db4dc0d | |
parent | c38486bcf2512f3f5f56c735b4fdd65324480059 (diff) | |
download | meta-xilinx-615327fe45ce4c393b16cb040ed8451c557cfc5a.tar.gz |
arm-trusted-firmware : Updated SRCREV for 2023.2_7919
fix(versal-net): make pmc ipi channel as secure
fix(versal): make pmc ipi channel as secure
fix(versal-net): add redundant call to avoid glitches
fix(versal-net): change flag to increase security
chore(zynqmp): remove unused configuration from TSP
fix(zynqmp): resolve runtime error in TSP
chore(xilinx): reorder headers in assembly files
chore(xilinx): correct kernel doc warnings for missing functions
fix(xilinx): add headers to resolve compile time issue
fix(xilinx): remove clock_setrate and clock_getrate api
feat(versal-net): ddr address reservation in dtb at runtime
feat(versal): ddr address reservation in dtb at runtime
Signed-off-by: Siva Addepalli <siva.addepalli@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.2.bb b/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.2.bb index 13066f08..7120d263 100644 --- a/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.2.bb +++ b/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | ATF_VERSION = "2.8" | 1 | ATF_VERSION = "2.8" |
2 | SRCREV = "f0ba7ad93cca64ca89cab9039ad76557c1db42dd" | 2 | SRCREV = "8fa10866141b488d3c257174c1cbc052aec59fac" |
3 | BRANCH = "xlnx_rebase_v2.8" | 3 | BRANCH = "xlnx_rebase_v2.8" |
4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" | 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" |
5 | 5 | ||