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.
* Uwe Hermann uwe@hermann-uwe.de [061117 17:35]:
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.
Should we add a seperate page in the wiki for the flashrom tool?
Hi Stefan,
On 11/18/06, Stefan Reinauer stepan@coresystems.de wrote:
Should we add a seperate page in the wiki for the flashrom tool?
I think it is there: http://www.linuxbios.org/Flashrom
Cheers,
-- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: info@coresystems.de • http://www.coresystems.de/
-- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios
Alan