Alexander Couzens has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79363?usp=email )
Change subject: inteltool: memory: log pciid for unknown devices ......................................................................
inteltool: memory: log pciid for unknown devices
Change-Id: I25396e5480c45729710b16345f997c78e8bcbccb Signed-off-by: Alexander Couzens lynxis@fe80.eu --- M util/inteltool/memory.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/79363/1
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index a536d39..62652cb 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 ids: %08x/%08x\n", nb->vendor_id, nb->device_id); return 1; }