aboutsummaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorTao Xia <xiatao5@huaqin.corp-partner.google.com>2021-07-21 16:41:53 +0800
committerNico Huber <nico.h@gmx.de>2021-08-24 10:28:08 +0000
commitcf6668b86b0978867c2385f5311894709374a11c (patch)
treed33f9b09685d83289a875ec737e10c442d3d351d /flashchips.c
parent8ddb8ed568f58d388cb5449074a3a191c3b8027c (diff)
downloadflashrom-cf6668b86b0978867c2385f5311894709374a11c.tar.gz
flashrom-cf6668b86b0978867c2385f5311894709374a11c.tar.bz2
flashrom-cf6668b86b0978867c2385f5311894709374a11c.zip
flashchips: Add MX25L12833F
Just add the name to the existing entry, as usual it is supposed to be compatible. Signed-off-by: Tao Xia <xiatao5@huaqin.corp-partner.google.com> Change-Id: I14ab7e04f5209d2bcf34b0d2de9da2c01bf32d00 Reviewed-on: https://review.coreboot.org/c/flashrom/+/56546 Reviewed-by: Weimin Wu <wuweimin@huaqin.corp-partner.google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flashchips.c b/flashchips.c
index 6a78a9af..3187a497 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -8359,13 +8359,13 @@ const struct flashchip flashchips[] = {
{
.vendor = "Macronix",
- .name = "MX25L12835F/MX25L12845E/MX25L12865E/MX25L12873F",
+ .name = "MX25L12833F/MX25L12835F/MX25L12845E/MX25L12865E/MX25L12873F",
.bustype = BUS_SPI,
.manufacture_id = MACRONIX_ID,
.model_id = MACRONIX_MX25L12805D,
.total_size = 16384,
.page_size = 256,
- /* OTP: 512B total; enter 0xB1, exit 0xC1 */
+ /* OTP: MX25L12833F has 1KB total, others have 512B total; enter 0xB1, exit 0xC1 */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP,
.tested = TEST_OK_PREW,
.probe = probe_spi_rdid,