summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorAkshay Belsare <akshay.belsare@amd.com>2023-11-23 15:54:23 +0530
committerMark Hatle <mark.hatle@amd.com>2023-12-01 21:05:16 -0600
commit1c9a94e16e5eeca3fc2b55b745579f47b1874344 (patch)
treeb8e7e1d850eb73d645696ca7cccafa394112c563 /meta-xilinx-core/conf
parentff613528d40072d9ab66b053fa8a19f4afabd70c (diff)
downloadmeta-xilinx-1c9a94e16e5eeca3fc2b55b745579f47b1874344.tar.gz
arm-trusted-firmware: update branch and version for 2024.x
The upstream release versioning is changed from v3.0 to v2.10. Last upstream revision was v2.9. Refer to: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?h=integration&id=2226b4533c5f1a331f1893b2b3ff09a59c0041dd Updating the TF-A (aka ATF) branch to xlnx_rebase_v2.10 and release version to v2.10 Signed-off-by: Akshay Belsare <akshay.belsare@amd.com> Also change the PREFERRED_VERSION to 2.10. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 60b709dd..6b5ae6d5 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -56,7 +56,7 @@ PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%"
56 56
57XILINX_ATF_VERSION[v2023.1] = "2.8-xilinx-v2023.1%" 57XILINX_ATF_VERSION[v2023.1] = "2.8-xilinx-v2023.1%"
58XILINX_ATF_VERSION[v2023.2] = "2.8-xilinx-v2023.2%" 58XILINX_ATF_VERSION[v2023.2] = "2.8-xilinx-v2023.2%"
59XILINX_ATF_VERSION[v2024.1] = "3.0-xilinx-v2024.1%" 59XILINX_ATF_VERSION[v2024.1] = "2.10-xilinx-v2024.1%"
60PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 60PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
61 61
62XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%" 62XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%"