Skip to content

Commit

Permalink
m25p80: Initial implementation of SPI flash device
Browse files Browse the repository at this point in the history
Added device model for m25p80 style SPI flash family.

Signed-off-by: Peter A. G. Crosthwaite <[email protected]>
  • Loading branch information
pete128 committed Oct 10, 2012
1 parent a3578d4 commit 82a2499
Show file tree
Hide file tree
Showing 5 changed files with 604 additions and 0 deletions.
1 change: 1 addition & 0 deletions default-configs/arm-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CONFIG_ADS7846=y
CONFIG_MAX111X=y
CONFIG_SSI=y
CONFIG_SSI_SD=y
CONFIG_SSI_M25P80=y
CONFIG_LAN9118=y
CONFIG_SMC91C111=y
CONFIG_DS1338=y
Expand Down
2 changes: 2 additions & 0 deletions default-configs/microblaze-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ CONFIG_PFLASH_CFI01=y
CONFIG_SERIAL=y
CONFIG_XILINX=y
CONFIG_XILINX_AXI=y
CONFIG_SSI=y
CONFIG_SSI_M25P80=y
2 changes: 2 additions & 0 deletions default-configs/microblazeel-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ CONFIG_PFLASH_CFI01=y
CONFIG_SERIAL=y
CONFIG_XILINX=y
CONFIG_XILINX_AXI=y
CONFIG_SSI=y
CONFIG_SSI_M25P80=y
1 change: 1 addition & 0 deletions hw/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ common-obj-y += scsi-disk.o cdrom.o hd-geometry.o block-common.o
common-obj-y += scsi-generic.o scsi-bus.o
common-obj-y += hid.o
common-obj-$(CONFIG_SSI) += ssi.o
common-obj-$(CONFIG_SSI_M25P80) += m25p80.o
common-obj-$(CONFIG_SSI_SD) += ssi-sd.o
common-obj-$(CONFIG_SD) += sd.o
common-obj-y += bt.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o
Expand Down
Loading

0 comments on commit 82a2499

Please sign in to comment.