[LinuxBIOS] asus A8N-VM CSM

Stefan Reinauer stepan at coresystems.de
Fri Oct 13 19:01:50 CEST 2006


* Ward Vandewege <ward at gnu.org> [061012 21:18]:
> I tried flashrom. No dice:
> 
> # ./flashrom -V
> Calibrating delay loop... Setting up microsecond timing loop
> 601M loops per second
> ok
> No LinuxBIOS table found.
> Warning: Unknown system. Flash detection will most likely fail.

Ok. Above line is a good sign. It did not recognize the north bridge.
Please apply the attached patch and report to the list if it solves the
problem. 

If it still fails:

 * please send lspci -n as well 
 * send flashrom -V again...

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
-------------- next part --------------
Index: flash_enable.c
===================================================================
--- flash_enable.c	(revision 2446)
+++ flash_enable.c	(working copy)
@@ -389,7 +389,12 @@
         {0x10de, 0x0050, "NVIDIA CK804", enable_flash_ck804}, // LPC
         {0x10de, 0x0051, "NVIDIA CK804", enable_flash_ck804}, // Pro
         {0x10de, 0x00d3, "NVIDIA CK804", enable_flash_ck804}, // Slave, should not be here, to fix known bug for A01.
-	{0x10de, 0x0261, "NVIDIA C51",   enable_flash_ck804},
+
+        {0x10de, 0x0260, "NVidia MCP51", enable_flash_ck804},
+        {0x10de, 0x0261, "NVidia MCP51", enable_flash_ck804},
+        {0x10de, 0x0262, "NVidia MCP51", enable_flash_ck804},
+        {0x10de, 0x0263, "NVidia MCP51", enable_flash_ck804},
+
 	{0x1002, 0x4377, "ATI SB400", enable_flash_sb400}, // ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
 };
 


More information about the coreboot mailing list