Statistics
| Branch: | Revision:

root / hw / m25p80.c @ 9e2c1298

History | View | Annotate | Download (18.8 kB)

# Date Author Comment
419336a9 10/29/2012 08:38 am Peter Crosthwaite

m25p80: Support for Quad SPI

Added the Quad mode read and write commands. Data remains serialized on a
single wire, i.e. the quad mode instructions just behave the same as single
mode, with the expection of modelling the varying number of dummy/mode bytes...

82a24990 10/10/2012 04:13 am Peter A. G. Crosthwaite

m25p80: Initial implementation of SPI flash device

Added device model for m25p80 style SPI flash family.

Signed-off-by: Peter A. G. Crosthwaite <>