found in i.e. Simatic IPC427G
Signed-off-by: Henning Schild <[email protected]>
---
drivers/watchdog/itco.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/watchdog/itco.c b/drivers/watchdog/itco.c
index 183300af3dce..037c20309197 100644
--- a/drivers/watchdog/itco.c
+++ b/drivers/watchdog/itco.c
@@ -39,6 +39,7 @@ enum iTCO_chipsets {
ITCO_INTEL_LPC_LP,
ITCO_INTEL_WBG,
ITCO_INTEL_EHL,
+ ITCO_INTEL_TLH,
};
enum iTCO_versions {
@@ -156,6 +157,12 @@ static const iTCO_info iTCO_chipset_info[] = {
.pci_id = 0x4b23,
.itco_version = ITCO_V6,
},
+ [ITCO_INTEL_TLH] =
+ {
+ .name = L"Tiger Lake-H",
+ .pci_id = 0x43a3,
+ .itco_version = ITCO_V6,
+ },
};
static BOOLEAN itco_supported(UINT16 pci_device_id, UINT8 *index)
--
2.35.1
--
You received this message because you are subscribed to the Google Groups "EFI
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/efibootguard-dev/20221007133235.16000-1-henning.schild%40siemens.com.