From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] mtd/cfi: add support for SST 4KB sector granularity
Date: Thu, 10 Jan 2013 15:31:56 +0100 [thread overview]
Message-ID: <50EED0DC.6000108@denx.de> (raw)
In-Reply-To: <20121201001417.GA643@angel3>
On 12/01/2012 01:14 AM, Angelo Dureghello wrote:
> Add support for SST 4KB sector granularity.
>
> Many recent SST flashes, i.e. SST39VF3201B and similar of this family
> are declared CFI-conformant from SST. They support CFI query, but implement
> 2 different sector sizes in the same memory: a 64KB sector (they call it
> "block", std AMD erase cmd=0x30), and a 4KB sector (they call it "sector",
> erase cmd=0x50). Also, CFI query on these chips, reading from address 0x2dh
> of cfi query struct, detects a number of secotrs for the 4KB granularity
> (flinfo shows it).
>
> For all other aspects, they are CFI compliant, so, as Linux do, i think
> it's a good idea to handle these chips in the CFI driver, with a fixup
> to allow 4KB granularity, as should be expected, instead of 64KB.
Applied to u-boot-cfi-flash/master. Thanks.
Thanks,
Stefan
prev parent reply other threads:[~2013-01-10 14:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-01 0:14 [U-Boot] [PATCH 1/1] mtd/cfi: add support for SST 4KB sector granularity Angelo Dureghello
2013-01-10 14:31 ` Stefan Roese [this message]
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=50EED0DC.6000108@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/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.