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 2da947e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/dts-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@ board_config() {
"V560TU")
DASHARO_REL_NAME="novacustom_v56x_mtl"
FLASHROM_ADD_OPT_UPDATE_OVERRIDE="--ifd -i bios"
HEADS_REL_VER_DPP="0.9.0"
HAVE_HEADS_FW="true"
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"
;;
*)
print_error "Board model $BOARD_MODEL is currently not supported"
Expand Down
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Directory listing for /</title>
</head>
<body>
<h1>Directory listing for /</h1>
<hr>
<ul>
<li><a href="symlink-to-propfind">symlink-to-propfind@</a></li>
</ul>
<hr>
</body>
</html>

0 comments on commit 2da947e

Please sign in to comment.