diff mbox

[v3,1/5] m25p80.c: Add sst25wf080 SPI flash device

Message ID c766208b5aaa16b33304bc5c7a5f9c9b84bbbfd3.1445995187.git.alistair.francis@xilinx.com
State New
Headers show

Commit Message

Alistair Francis Oct. 28, 2015, 5:32 p.m. UTC
Add the sst25wf080 SPI flash device.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
---

 hw/block/m25p80.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Crosthwaite Oct. 29, 2015, 1:40 a.m. UTC | #1
On Wed, Oct 28, 2015 at 10:32 AM, Alistair Francis <
alistair.francis@xilinx.com> wrote:

> Add the sst25wf080 SPI flash device.
>
> Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
>

Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>


> ---
>
>  hw/block/m25p80.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c
> index efc43dd..7b9f97c 100644
> --- a/hw/block/m25p80.c
> +++ b/hw/block/m25p80.c
> @@ -163,6 +163,7 @@ static const FlashPartInfo known_devices[] = {
>      { INFO("sst25wf010",  0xbf2502,      0,  64 << 10,   2, ER_4K) },
>      { INFO("sst25wf020",  0xbf2503,      0,  64 << 10,   4, ER_4K) },
>      { INFO("sst25wf040",  0xbf2504,      0,  64 << 10,   8, ER_4K) },
> +    { INFO("sst25wf080",  0xbf2505,      0,  64 << 10,  16, ER_4K) },
>
>      /* ST Microelectronics -- newer production may have feature updates */
>      { INFO("m25p05",      0x202010,      0,  32 << 10,   2, 0) },
> --
> 2.5.0
>
>
diff mbox

Patch

diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c
index efc43dd..7b9f97c 100644
--- a/hw/block/m25p80.c
+++ b/hw/block/m25p80.c
@@ -163,6 +163,7 @@  static const FlashPartInfo known_devices[] = {
     { INFO("sst25wf010",  0xbf2502,      0,  64 << 10,   2, ER_4K) },
     { INFO("sst25wf020",  0xbf2503,      0,  64 << 10,   4, ER_4K) },
     { INFO("sst25wf040",  0xbf2504,      0,  64 << 10,   8, ER_4K) },
+    { INFO("sst25wf080",  0xbf2505,      0,  64 << 10,  16, ER_4K) },
 
     /* ST Microelectronics -- newer production may have feature updates */
     { INFO("m25p05",      0x202010,      0,  32 << 10,   2, 0) },