File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ elif [ "$isGlk" = true ]; then
5757 rwlegacy_file=$rwl_altfw_glk
5858elif [ " $isAdl " = true ]; then
5959 rwlegacy_file=$rwl_altfw_adl
60+ elif [ " $isMdn " = true ]; then
61+ rwlegacy_file=$rwl_altfw_mdn
6062else
6163 echo_red " Unknown or unsupported device (${device} ); cannot update RW_LEGACY firmware."
6264 read -ep " Press enter to return to the main menu"
Original file line number Diff line number Diff line change @@ -276,6 +276,7 @@ export rwl_altfw_jsl="rwl_altfw_jsl-mrchromebox_20211115.bin"
276276export rwl_altfw_pco=" rwl_altfw_pco-mrchromebox_20210623.bin"
277277export rwl_altfw_tgl=" rwl_altfw_tgl-mrchromebox_20210827.bin"
278278export 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
281282export hswbdw_headless_vbios=" hswbdw_vgabios_1040_cbox_headless.dat"
You can’t perform that action at this time.
0 commit comments