Attention is currently required from: Igor Bagnucki. Hello Igor Bagnucki,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/51132
to review the following change.
Change subject: util/inteltool/pcr.c: Add P2SB for GLK ......................................................................
util/inteltool/pcr.c: Add P2SB for GLK
Signed-off-by: Igor Bagnucki igor.bagnucki@3mdeb.com Change-Id: Id173f5b6934ff094b409afd785ed2228e95d3c0f --- M util/inteltool/pcr.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/51132/1
diff --git a/util/inteltool/pcr.c b/util/inteltool/pcr.c index 307dc15..494e5b4 100644 --- a/util/inteltool/pcr.c +++ b/util/inteltool/pcr.c @@ -109,6 +109,7 @@ p2sb = pci_get_dev(sb->access, 0, 0, 0x1f, 1); break; case PCI_DEVICE_ID_INTEL_APL_LPC: + case PCI_DEVICE_ID_INTEL_GLK_LPC: p2sb = pci_get_dev(sb->access, 0, 0, 0x0d, 0); break; case PCI_DEVICE_ID_INTEL_H310: