From: Quirin Gylstorff <[email protected]>

Add Wellsburg support for IPC1047.

Signed-off-by: Quirin Gylstorff <[email protected]>
---
 drivers/watchdog/itco.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/watchdog/itco.c b/drivers/watchdog/itco.c
index ac92266..87e845f 100644
--- a/drivers/watchdog/itco.c
+++ b/drivers/watchdog/itco.c
@@ -30,6 +30,7 @@ enum iTCO_chipsets {
        ITCO_INTEL_WPT_LP,
        ITCO_INTEL_ICH9,
        ITCO_INTEL_LPC_LP,
+       ITCO_INTEL_WBG,
 };
 
 enum iTCO_versions {
@@ -132,6 +133,13 @@ static iTCO_info iTCO_chipset_info[] = {
            .regs = &iTCO_version_regs[ITCO_V2],
            .itco_version = ITCO_V2,
        },
+    [ITCO_INTEL_WBG] =
+       {
+           .name = L"Wellsburg",
+           .pci_id = 0x8d44,
+           .regs = &iTCO_version_regs[ITCO_V2],
+           .itco_version = ITCO_V2,
+       },
 };
 
 static BOOLEAN itco_supported(UINT16 pci_device_id, UINT8 *index)
-- 
2.20.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/20191217163057.31279-1-Quirin.Gylstorff%40siemens.com.

Reply via email to