From: Jan Kiszka <[email protected]>

While long dead, even decommissioned from my home deployment, it helped
to validate v2 timeout.

Signed-off-by: Jan Kiszka <[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 c340a54..68c4828 100644
--- a/drivers/watchdog/itco.c
+++ b/drivers/watchdog/itco.c
@@ -28,6 +28,7 @@ enum iTCO_chipsets {
        ITCO_INTEL_BAYTRAIL,
        ITCO_INTEL_WPT_LP,
        ITCO_INTEL_ICH9,
+       ITCO_INTEL_LPC_NM10,
        ITCO_INTEL_LPC_LP,
        ITCO_INTEL_WBG,
        ITCO_INTEL_EHL,
@@ -126,6 +127,13 @@ static iTCO_info iTCO_chipset_info[] = {
            .regs = &iTCO_version_regs[ITCO_V3],
            .itco_version = ITCO_V3,
        },
+    [ITCO_INTEL_LPC_NM10] =
+       {
+           .name = L"NM10",
+           .pci_id = 0x27bc,
+           .regs = &iTCO_version_regs[ITCO_V2],
+           .itco_version = ITCO_V2,
+       },
     [ITCO_INTEL_LPC_LP] =
        {
            .name = L"Lynx Point",
-- 
2.26.2

-- 
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/495fed21cd7efbdfca391906f384ade60c50dc7c.1622447849.git.jan.kiszka%40siemens.com.

Reply via email to