Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -1/+1 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2012-10-29 | m25p80: Support for Quad SPI | Peter Crosthwaite | 1 | -4/+57 | |
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 between the address bytes and the first data word. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> | |||||
2012-10-10 | m25p80: Initial implementation of SPI flash device | Peter A. G. Crosthwaite | 1 | -0/+598 | |
Added device model for m25p80 style SPI flash family. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> |