Skip to content

Commit

Permalink
dts-functions: add heads fw to V560TU
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 4, 2024
1 parent 5046a68 commit 9c754e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/dts-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ board_config() {
COMPATIBLE_EC_FW_VERSION="2024-07-17_4ae73b9"
NEED_BOOTSPLASH_MIGRATION="true"

# heads
HAVE_HEADS_FW="true"
HEADS_REL_VER_DPP="0.9.0"
HEADS_SWITCH_FLASHROM_OPT_OVERRIDE="--ifd -i bios"

case $BOARD_MODEL in
"V540TU")
DASHARO_REL_NAME="novacustom_v54x_mtl"
Expand All @@ -349,6 +354,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 9c754e8

Please sign in to comment.