Skip to content

Commit 6080ff9

Browse files
committed
Whitelist gaze15 and oryp6 for flashing open firmware
1 parent ac49262 commit 6080ff9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/app/bios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl BiosComponent {
6969
let hsfsts_ctl = spi_kbl.hsfsts_ctl();
7070
Some((spi_kbl as &mut dyn Spi, hsfsts_ctl))
7171
},
72-
"addw2" | "darp5" | "darp6" | "galp3-c" | "galp4" | "gaze14" | "lemp9" => {
72+
"addw2" | "darp5" | "darp6" | "galp3-c" | "galp4" | "gaze14" | "gaze15" | "lemp9" | "oryp6" => {
7373
let spi_cnl = unsafe {
7474
&mut *(SpiCnl::address() as *mut SpiCnl)
7575
};

src/app/ec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ impl EcComponent {
139139
"L140CU" => "system76/lemp9".to_string(),
140140
"N130ZU" => "system76/galp3-c".to_string(),
141141
"N140CU" => "system76/galp3-c".to_string(),
142+
"NH50DB" | "NH5xDC" => "system76/gaze15".to_string(),
142143
"PBx0Dx2" => "system76/addw2".to_string(),
144+
"PCx0Dx2" => "system76/oryp6".to_string(),
143145
_ => model.to_string(),
144146
}
145147
};

0 commit comments

Comments
 (0)