On 17.12.19 17:30, Q. Gylstorff wrote: > 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) >
Finally applied - sorry, forgotten. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux -- 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/96edd7cc-ef88-68d9-a2d1-7dc30c4ea1a8%40siemens.com.
