Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79363?usp=email )
Change subject: inteltool: memory: log PCI id of unknown devices ......................................................................
inteltool: memory: log PCI id of unknown devices
Change-Id: I25396e5480c45729710b16345f997c78e8bcbccb Signed-off-by: Alexander Couzens lynxis@fe80.eu Reviewed-on: https://review.coreboot.org/c/coreboot/+/79363 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M util/inteltool/memory.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index a536d39..6df8782 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -237,6 +237,7 @@ break; default: printf("Error: Dumping MCHBAR on this northbridge is not (yet) supported.\n"); + printf("Error: Unknown PCI id: %08x/%08x\n", nb->vendor_id, nb->device_id); return 1; }