mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Set _unknown_pch to False when the PCH DID is known.
This commit is contained in:
committed by
BrentHoltsclaw
parent
8a2c941f3c
commit
e486ab487e
@@ -549,6 +549,7 @@ class Chipset:
|
||||
self.pch_rid = 0xFF
|
||||
|
||||
if self.pch_vid == VID_INTEL and self.pch_did in pch_dictionary:
|
||||
_unknown_pch = False
|
||||
data_dict = pch_dictionary[self.pch_did][0]
|
||||
self.pch_code = data_dict['code'].lower()
|
||||
self.pch_longname = data_dict['longname']
|
||||
|
||||
Reference in New Issue
Block a user