Hi guys, I using SST49LF160C on Tyan S2850, and all is running fine.
Then I sending a small patch to add support to it.
I do a funny test, wrote my legacy BIOS (512KB) on SST49LF160C (2MB):
dd if=/dev/zero of=head bs=1 count=1572864 cat bios.bin >> head ./flashrom -w head
wow, it works :-)
Cheers,
Hi,
On Fri, Jan 26, 2007 at 06:45:34PM +0000, Alan Carvalho de Assis wrote:
I using SST49LF160C on Tyan S2850, and all is running fine.
Then I sending a small patch to add support to it.
Please add a proper sign-off to your patch/mail, see http://linuxbios.org/Development_Guidelines#Sign-off_Procedure
Also, please update the flashrom README with the new chip.
Otherwise the patch looks fine.
Cheers, Uwe.
Hi Uwe,
2007/1/27, Uwe Hermann uwe@hermann-uwe.de:
Please add a proper sign-off to your patch/mail, see http://linuxbios.org/Development_Guidelines#Sign-off_Procedure
Ok, I solved it now.
Also, please update the flashrom README with the new chip.
Updated.
Otherwise the patch looks fine.
Thank you.
Signed-off-by: Alan Carvalho de Assis acassis@gmail.com
Best regards,