Re: [coreboot] [LinuxBIOS] Please add support for MX25L8005 and MX25L3205D

2008-01-22 Thread Harald Gutmann
Am Dienstag, 22. Januar 2008 00:48:30 schrieben Sie: On 21.01.2008 17:15, Harald Gutmann wrote: Hello! As in the thread Re: [coreboot] SST25VF016B (2MB) flash on m57sli (IT8716F) there was added support for writing/reading lager SPI chips than 512kB i had a look on the current flashrom

Re: [coreboot] [LinuxBIOS] Please add support for MX25L8005 and MX25L3205D

2008-01-22 Thread Harald Gutmann
Here is just a little and simple patch to get the MX25L3205D working. I've tested and verified the chip myself, and it seems to work everything like supposted, since Carl has patched flashrom to use the read funktion on verifying. benchvice flashrom # ./flashrom -m gigabyte:m57sli -v test.4mb

Re: [coreboot] [LinuxBIOS] Please add support for MX25L8005 and MX25L3205D

2008-01-22 Thread Carl-Daniel Hailfinger
On 22.01.2008 16:34, Harald Gutmann wrote: Here is just a little and simple patch to get the MX25L3205D working. I've tested and verified the chip myself, and it seems to work everything like supposted, since Carl has patched flashrom to use the read funktion on verifying. benchvice

Re: [coreboot] [LinuxBIOS] Please add support for MX25L8005 and MX25L3205D

2008-01-21 Thread Harald Gutmann
Hello! As in the thread Re: [coreboot] SST25VF016B (2MB) flash on m57sli (IT8716F) there was added support for writing/reading lager SPI chips than 512kB i had a look on the current flashrom code, in svn revision 3067. I recogniced that the MX25L8005 calls the same function than the

Re: [coreboot] [LinuxBIOS] Please add support for MX25L8005 and MX25L3205D

2008-01-21 Thread Carl-Daniel Hailfinger
On 21.01.2008 17:15, Harald Gutmann wrote: Hello! As in the thread Re: [coreboot] SST25VF016B (2MB) flash on m57sli (IT8716F) there was added support for writing/reading lager SPI chips than 512kB i had a look on the current flashrom code, in svn revision 3067. I recogniced that the