Hi,
[please always write to the mailing list, there are more people there who can timely respond]
On Wed, Nov 15, 2006 at 01:07:57PM +0000, Idwer Vollering wrote:
(I guess e-mail is more suitable than icq..)
(http://tracker.linuxbios.org/trac/LinuxBIOS/browser/trunk/LinuxBIOSv2/util/f...)
How do i add code-wise support for several dip-32 flashroms ?
Usually you have to add the vendor/device number in flash.h and then some entries in flashchips.c. Depending on your mainboard maybe you also need to add support in flash_enable.c.
Lying in front of me are:
Intel P28F001-BXT150: http://pdf1.alldatasheet.com/datasheet-pdf/view/66052/INTEL/P28F001BX-T150/d...
ST M29F002NT-120P1 -- couldn't find a exact datasheet about this one :( except http://www.datasheets.org.uk/specsheet.php?part=M29F002T120P1
The vendor should have a datasheet: http://www.st.com
Or: http://www.datasheets.org.uk/search.php?q=M29F002NT-90XK6TR&sType=part
HTH, Uwe.