<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<br><br>> Date: Sun, 7 Oct 2007 16:20:09 +0200<br>> From: uwe@hermann-uwe.de<br>> To: lemenkov@gmail.com<br>> CC: linuxbios@linuxbios.org<br>> Subject: Re: [LinuxBIOS] Flashrom: support for At29C010A added.<br>> <br>> On Sun, Oct 07, 2007 at 03:22:24PM +0400, Peter Lemenkov wrote:<br>> > Very simple patch - easy to review. Unfortunately I still not tested<br>> > it on real hardware (due to lack of AT-power supply).<br>> <br>> Looks good, but please report with a Signed-off-by, see<br>> http://linuxbios.org/index.php/Development_Guidelines#Sign-off_Procedure<br>> <br>> Can you test this soonish on hardware or can someone else on the list<br>> test it?<br>> <br>> <br>> Thanks, Uwe.<br>> -- <br>> http://www.hermann-uwe.de  | http://www.holsham-traders.de<br>> http://www.crazy-hacks.org | http://www.unmaintained-free-software.org<br><br>Reading the content of at29c010a works (at29c010a-128BK.bios), reflashing doesn't.. maybe it is self-protected ?<br><br>$ sudo ./flashrom -V -v -w at29c010a-128KB.bios<br>(..)<br>Probing for At29C010A, 128 KB<br>probe_jedec: id1 0x1f, id2 0xd5<br>AT29C010A found at physical address: 0xfffe0000<br>Flash part is At29C010A (128 KB)<br>Flash image seems to be a legacy BIOS. Disabling checks.<br>Programming Page: 1023 at address: 0x0001ff80<br>Verifying flash address: 0x00000000 - FAILED<br><br>Maybe it needs to be erased first:<br>$ sudo ./flashrom -V -v -w at29c010a-128KB.bios<br>
(..)<br>
Probing for At29C010A, 128 KB<br>
probe_jedec: id1 0x1f, id2 0xd5<br>
AT29C010A found at physical address: 0xfffe0000<br>
Flash part is At29C010A (128 KB)<br>Erasing flash chip<br><br>Flash after erase:<br><br>$ sudo ./flashrom -V -v -w at29c010a-128KB.bios<br>
(..)<br>
Probing for At29C010A, 128 KB<br>
probe_jedec: id1 0x1f, id2 0xd5<br>
AT29C010A found at physical address: 0xfffe0000<br>
Flash part is At29C010A (128 KB)<br>
Flash image seems to be a legacy BIOS. Disabling checks.<br>
Programming Page: 1023 at address: 0x0001ff80<br>
Verifying flash address: 0x00000000 - FAILED<br /><hr />Windows Live Mail: Nu 2gb aan opslag - dat zijn maar liefst 1000 foto's - en nog steeds gratis! <a href='http://imagine-windowslive.com/mail/launch/default.aspx?Locale=nl-nl)' target='_new'>Windows Live Mail</a></body>
</html>