From 27cd04126c08a704dd23b054fb9e8fae6bf583c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Tue, 3 Dec 2024 11:42:02 +0100 Subject: [PATCH] dts-functions: add heads fw to V54x_6x_TU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Iwanicki --- include/dts-functions.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dts-functions.sh b/include/dts-functions.sh index c2838eb..b2b1996 100644 --- a/include/dts-functions.sh +++ b/include/dts-functions.sh @@ -332,6 +332,8 @@ board_config() { # Common configuration for all V54x_6x_TU: DASHARO_REL_VER="0.9.0" + HEADS_REL_VER_DPP="0.9.0" + HAVE_HEADS_FW="true" COMPATIBLE_EC_FW_VERSION="2024-07-17_4ae73b9" NEED_BOOTSPLASH_MIGRATION="true" @@ -349,6 +351,8 @@ board_config() { return 1 ;; esac + + HEADS_LINK_DPP="${FW_STORE_URL_DPP}/${DASHARO_REL_NAME}/v${HEADS_REL_VER_DPP}/${DASHARO_REL_NAME}_v${HEADS_REL_VER_DPP}_heads.rom" ;; "V5xTNC_TND_TNE") if check_if_dasharo; then