All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@kaod.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Francisco Iglesias" <frasse.iglesias@gmail.com>,
	"Potin Lai" <potin.lai@quantatw.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Patrick Williams" <patrick@stwcx.xyz>,
	"Cédric Le Goater" <clg@kaod.org>
Subject: [PULL 08/11] hw/block: m25p80: Add support for w25q01jvq
Date: Tue,  8 Mar 2022 13:21:46 +0100	[thread overview]
Message-ID: <20220308122149.1602798-9-clg@kaod.org> (raw)
In-Reply-To: <20220308122149.1602798-1-clg@kaod.org>

From: Patrick Williams <patrick@stwcx.xyz>

The w25q01jvq is a 128MB part.  Support is being added to the kernel[1]
and the two have been tested together.

1. https://lore.kernel.org/lkml/20220222092222.23108-1-potin.lai@quantatw.com/

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Cc: Potin Lai <potin.lai@quantatw.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com>
Message-Id: <20220304180920.1780992-1-patrick@stwcx.xyz>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
 hw/block/m25p80.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c
index c6bf3c6bfa83..7d3d8b12e01f 100644
--- a/hw/block/m25p80.c
+++ b/hw/block/m25p80.c
@@ -340,6 +340,7 @@ static const FlashPartInfo known_devices[] = {
     { INFO("w25q80bl",    0xef4014,      0,  64 << 10,  16, ER_4K) },
     { INFO("w25q256",     0xef4019,      0,  64 << 10, 512, ER_4K) },
     { INFO("w25q512jv",   0xef4020,      0,  64 << 10, 1024, ER_4K) },
+    { INFO("w25q01jvq",   0xef4021,      0,  64 << 10, 2048, ER_4K) },
 };
 
 typedef enum {
-- 
2.34.1



  parent reply	other threads:[~2022-03-08 12:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-08 12:21 [PULL 00/11] aspeed queue Cédric Le Goater
2022-03-08 12:21 ` [PULL 01/11] aspeed: Fix a potential memory leak bug in write_boot_rom() Cédric Le Goater
2022-03-08 12:21 ` [PULL 02/11] aspeed/smc: Use max number of CE instead of 'num_cs' Cédric Le Goater
2022-03-08 12:21 ` [PULL 03/11] aspeed: Rework aspeed_board_init_flashes() interface Cédric Le Goater
2022-03-08 12:21 ` [PULL 04/11] aspeed/smc: Remove 'num_cs' field Cédric Le Goater
2022-03-08 12:21 ` [PULL 05/11] aspeed/smc: Rename 'max_peripherals' to 'cs_num_max' Cédric Le Goater
2022-03-08 12:21 ` [PULL 06/11] aspeed/smc: Let the SSI core layer define the bus name Cédric Le Goater
2022-03-08 12:21 ` [PULL 07/11] aspeed/smc: Fix error log Cédric Le Goater
2022-03-08 12:21 ` Cédric Le Goater [this message]
2022-03-08 12:21 ` [PULL 09/11] hw/arm/aspeed: allow missing spi_model Cédric Le Goater
2022-03-08 12:21 ` [PULL 10/11] hw/arm/aspeed: add Bletchley machine type Cédric Le Goater
2022-03-08 12:21 ` [PULL 11/11] hw: aspeed_gpio: Cleanup stray semicolon after switch Cédric Le Goater
2022-03-09 19:56 ` [PULL 00/11] aspeed queue Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220308122149.1602798-9-clg@kaod.org \
    --to=clg@kaod.org \
    --cc=f4bug@amsat.org \
    --cc=frasse.iglesias@gmail.com \
    --cc=patrick@stwcx.xyz \
    --cc=peter.maydell@linaro.org \
    --cc=potin.lai@quantatw.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.