[LinuxBIOS] [PATCH] Add Winbond W39V080A support to Flashrom

2007-03-01 Thread David Hendricks
A trivial patch that has served me well for this particular flash chip. It functions identically to some already supported Winbond chips so basically all that was needed was an additional device ID for recognition. I've tested read, erase, and write functionality. As an interesting side note,

Re: [LinuxBIOS] [PATCH] Add Winbond W39V080A support to Flashrom

2007-03-01 Thread Uwe Hermann
Hi, On Thu, Mar 01, 2007 at 02:01:19PM -0800, David Hendricks wrote: A trivial patch that has served me well for this particular flash chip. It functions identically to some already supported Winbond chips so basically all that was needed was an additional device ID for recognition. I've

Re: [LinuxBIOS] [PATCH] Add Winbond W39V080A support to Flashrom

2007-03-01 Thread David Hendricks
Oops! Thanks for the advice, I've been out of the loop for the past few years but hope to get back into the swing of things here with school out of the way grin. I've re-attached my patch and have posted it here for those with strict mail filters since it's small. Signed-off-by: David Hendricks

Re: [LinuxBIOS] [PATCH] Add Winbond W39V080A support to Flashrom

2007-03-01 Thread Uwe Hermann
On Thu, Mar 01, 2007 at 03:43:35PM -0800, David Hendricks wrote: Signed-off-by: David Hendricks [EMAIL PROTECTED] Committed in r2565, thanks. I fixed a small copy+paste error in a comment and added the new chip to the list of supported chips in the README. Cheers, Uwe. --