From 01741177a45200640413902d01846d9c3e3678ae Mon Sep 17 00:00:00 2001 From: Suhaas Joshi Date: Fri, 6 Dec 2024 16:13:28 +0530 Subject: [PATCH] Bump up to 10.01.10.04 tag Signed-off-by: Suhaas Joshi --- configs/bsp_sources.toml | 8 ++++---- configs/machines/{10.01.09.03.toml => 10.01.10.04.toml} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename configs/machines/{10.01.09.03.toml => 10.01.10.04.toml} (100%) diff --git a/configs/bsp_sources.toml b/configs/bsp_sources.toml index 03a6141..988f2f1 100644 --- a/configs/bsp_sources.toml +++ b/configs/bsp_sources.toml @@ -1,16 +1,16 @@ # BSP selection based on variant of filesystem [trixie] - bsp_version = "10.01.09.03" + bsp_version = "10.01.10.04" [bookworm] bsp_version = "09.02.00.010" # BSP Configurations -[10.01.09.03] +[10.01.10.04] atf_srcrev = "58b25570c9ef91753b14c2103f45f4be9dddb696" optee_srcrev = "8f645256efc0dc66bd5c118778b0b50c44469ae1" - uboot_srcrev = "10.01.09" - linux_fw_srcrev = "10.01.09" + uboot_srcrev = "10.01.10" + linux_fw_srcrev = "10.01.10" [09.02.00.010] atf_srcrev = "00f1ec6b8740ccd403e641131e294aabacf2a48b" diff --git a/configs/machines/10.01.09.03.toml b/configs/machines/10.01.10.04.toml similarity index 100% rename from configs/machines/10.01.09.03.toml rename to configs/machines/10.01.10.04.toml