* Anton <[EMAIL PROTECTED]> [070320 09:31]:
> Can someone give me a pointer on flashrom programming?
>       I look into sst28sf040.h, there are 3 functions available: probe(),
> erase(), write(). How the read() from chip is implemented?

The area is mmap'ed and then just read as normal memory. 
If you do -r, it uses memcpy, flash_rom.c:325

Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED]  • http://www.coresystems.de/

-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to