Skip to content

Commit 3fa3b56

Browse files
committed
Add RW_LEGACY support for AMD MDN boards
Signed-off-by: Matt DeVillier <[email protected]>
1 parent ddc076a commit 3fa3b56

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

firmware.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ elif [ "$isGlk" = true ]; then
5757
rwlegacy_file=$rwl_altfw_glk
5858
elif [ "$isAdl" = true ]; then
5959
rwlegacy_file=$rwl_altfw_adl
60+
elif [ "$isMdn" = true ]; then
61+
rwlegacy_file=$rwl_altfw_mdn
6062
else
6163
echo_red "Unknown or unsupported device (${device}); cannot update RW_LEGACY firmware."
6264
read -ep "Press enter to return to the main menu"

sources.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ export rwl_altfw_jsl="rwl_altfw_jsl-mrchromebox_20211115.bin"
276276
export rwl_altfw_pco="rwl_altfw_pco-mrchromebox_20210623.bin"
277277
export rwl_altfw_tgl="rwl_altfw_tgl-mrchromebox_20210827.bin"
278278
export rwl_altfw_adl="rwl_altfw_adl-mrchromebox_20230509.bin"
279+
export rwl_altfw_mdn="rwl_altfw_mdn-mrchromebox_20230727.bin"
279280

280281
#hsw/bdw headless VBIOS
281282
export hswbdw_headless_vbios="hswbdw_vgabios_1040_cbox_headless.dat"

0 commit comments

Comments
 (0)