[LinuxBIOS] asus A8N-VM CSM

Stefan Reinauer stepan at coresystems.de
Sat Oct 14 00:42:06 CEST 2006


* Stefan Reinauer <stepan at coresystems.de> [061014 00:01]:
> And maybe try the attached patch, maybe play a little with the delay,...
> 
> *10,*100,*500,*1000
 

sorry, wrong diff :-( I messed it up.

The new one is correct.

-- 
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: pm49fl004.c
===================================================================
--- pm49fl004.c	(revision 2455)
+++ pm49fl004.c	(working copy)
@@ -44,6 +44,8 @@
 		/* erase the page before programming */
 		erase_block_jedec(bios, i * page_size);
 
+		usleep(200);
+
 		/* write to the sector */
 		printf("%04d at address: 0x%08x", i, i * page_size);
 		write_sector_jedec(bios, buf + i * page_size,


More information about the coreboot mailing list