qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/block: m25p80: Add support for w25q01jvq


From: Cédric Le Goater
Subject: Re: [PATCH] hw/block: m25p80: Add support for w25q01jvq
Date: Tue, 8 Mar 2022 09:02:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/4/22 19:09, Patrick Williams wrote:
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>
---
  hw/block/m25p80.c | 1 +
  1 file changed, 1 insertion(+)

If that's ok with the maintainers, I am going to take this patch through
the aspeed machine queue since the new 'bletchley-bmc' machine depends
on it :

  
20220305000656.1944589-2-patrick@stwcx.xyz/">http://patchwork.ozlabs.org/project/qemu-devel/patch/20220305000656.1944589-2-patrick@stwcx.xyz/

I should send the PR today.

Thanks,

C.

diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c
index c6bf3c6bfa..7d3d8b12e0 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 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]