Author: hailfinger
Date: Sat May 22 09:31:50 2010
New Revision: 1008
URL: http://flashrom.org/trac/coreboot/changeset/1008

Log:
Add debug output of the exact matched chipset PCI ID to keep track of
tested PCI IDs for chipsets with one name and multiple IDs.
This will help avoid problems similar to the Tyan S2915 OEM undetected
flash in the future.

Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Michael Karcher <[email protected]>

Modified:
   trunk/chipset_enable.c

Modified: trunk/chipset_enable.c
==============================================================================
--- trunk/chipset_enable.c      Sat May 22 09:27:16 2010        (r1007)
+++ trunk/chipset_enable.c      Sat May 22 09:31:50 2010        (r1008)
@@ -1447,6 +1447,9 @@
                msg_pinfo("Found chipset \"%s %s\", enabling flash write... ",
                       chipset_enables[i].vendor_name,
                       chipset_enables[i].device_name);
+               msg_pdbg("chipset PCI ID is %04x:%04x, ",
+                        chipset_enables[i].vendor_id,
+                        chipset_enables[i].device_id);
 
                ret = chipset_enables[i].doit(dev,
                                              chipset_enables[i].device_name);

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to