Skip to content

Commit

Permalink
dts-functions: add heads fw to V54x_6x_TU
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
m-iwanicki committed Dec 3, 2024
1 parent 5046a68 commit 27cd041
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/dts-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 27cd041

Please sign in to comment.