qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Francisco Iglesias <frasse.iglesias@gmail.com>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: qemu-devel@nongnu.org, qemu-arm@nongnu.org,
	qemu-block@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
	Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
	Alistair Francis <alistair@alistair23.me>,
	Iris Chen <irischenlj@fb.com>, Michael Walle <michael@walle.cc>
Subject: Re: [PATCH v4 03/10] m25p80: Add erase size for mx25l25635e
Date: Fri, 14 Oct 2022 16:24:23 +0200	[thread overview]
Message-ID: <20221014142422.GA1754@fralle-msi> (raw)
In-Reply-To: <20221013161241.2805140-4-clg@kaod.org>

On [2022 Oct 13] Thu 18:12:34, Cédric Le Goater wrote:
> Signed-off-by: Cédric Le Goater <clg@kaod.org>

Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com>

> ---
>  hw/block/m25p80.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c
> index 13e7b28fd2b0..637c25d76e37 100644
> --- a/hw/block/m25p80.c
> +++ b/hw/block/m25p80.c
> @@ -232,7 +232,8 @@ static const FlashPartInfo known_devices[] = {
>      { INFO("mx25l6405d",  0xc22017,      0,  64 << 10, 128, 0) },
>      { INFO("mx25l12805d", 0xc22018,      0,  64 << 10, 256, 0) },
>      { INFO("mx25l12855e", 0xc22618,      0,  64 << 10, 256, 0) },
> -    { INFO6("mx25l25635e", 0xc22019,     0xc22019,  64 << 10, 512, 0) },
> +    { INFO6("mx25l25635e", 0xc22019,     0xc22019,  64 << 10, 512,
> +            ER_4K | ER_32K) },
>      { INFO("mx25l25655e", 0xc22619,      0,  64 << 10, 512, 0) },
>      { INFO("mx66l51235f", 0xc2201a,      0,  64 << 10, 1024, ER_4K | ER_32K) },
>      { INFO("mx66u51235f", 0xc2253a,      0,  64 << 10, 1024, ER_4K | ER_32K) },
> -- 
> 2.37.3
> 


  reply	other threads:[~2022-10-14 14:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-13 16:12 [PATCH v4 00/10] m25p80: Add SFDP support Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 01/10] m25p80: Add basic support for the SFDP command Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 02/10] m25p80: Add the n25q256a SFDP table Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 03/10] m25p80: Add erase size for mx25l25635e Cédric Le Goater
2022-10-14 14:24   ` Francisco Iglesias [this message]
2022-10-13 16:12 ` [PATCH v4 04/10] m25p80: Add the mx25l25635e SFPD table Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 05/10] m25p80: Add the mx25l25635f " Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 06/10] m25p80: Add the mx66l1g45g SFDP table Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 07/10] m25p80: Add the w25q256 SFPD table Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 08/10] m25p80: Add the w25q512jv " Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 09/10] m25p80: Add the w25q01jvq " Cédric Le Goater
2022-10-13 16:12 ` [PATCH v4 10/10] arm/aspeed: Replace mx25l25635e chip model Cédric Le Goater
2022-10-16 21:55 ` [PATCH v4 00/10] m25p80: Add SFDP support Joel Stanley

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=20221014142422.GA1754@fralle-msi \
    --to=frasse.iglesias@gmail.com \
    --cc=alistair@alistair23.me \
    --cc=andrew@aj.id.au \
    --cc=clg@kaod.org \
    --cc=irischenlj@fb.com \
    --cc=joel@jms.id.au \
    --cc=michael@walle.cc \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-block@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).