[flashrom] [commit] r1008 - trunk

repository service svn at flashrom.org
Sat May 22 09:31:51 CEST 2010


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 <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>

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);




More information about the flashrom mailing list