mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 08:26:23 -06:00
Add preliminary support for MTL PCH in the SMBus controller access code.
This commit is contained in:
parent
02702fa8c5
commit
05d28780ce
@ -1232,6 +1232,7 @@ static const uint16_t intel_ich5_dids[] =
|
||||
0x51A3, // Alder Lake-P (PCH)
|
||||
0x54A3, // Alder Lake-M (PCH)
|
||||
0x7A23, // Raptor Lake-S (PCH)
|
||||
0x7E22, // Meteor Lake (PCH)
|
||||
};
|
||||
|
||||
static bool find_in_did_array(uint16_t did, const uint16_t * ids, unsigned int size)
|
||||
|
Loading…
Reference in New Issue
Block a user