On Wed, 21 Dec 2011 11:59:39 -0500 Herb Radford herbr@istop.com wrote:
I have a Willem Programmer which does not have the capability to recognize/burn the Mosel V29C51002T device on the board.
oh, and that chip is not yet added to flashrom. but the V29C51000* versions are, which are very similar - just bigger and with a slightly different layout. so this would be easy to add. this is also a good start to get to know flashrom's source a bit, so you could add it yourself. you want to look at flashchips.c in that case and start by copying the V29C51000B and V29C51000T definitions. hint: T and B stand for top and bottom respectively and they differ from each other "just" by the block layout. this is useful for big and little endian machines respectively.