aboutsummaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2021-04-21 13:04:29 +0200
committerNico Huber <nico.h@gmx.de>2021-04-25 13:39:11 +0000
commitd6c7f21a383f695882b2de20cf7e71e73ad52aec (patch)
tree80b46c473654e1220c8b31611b687273ceefe2ae /flashchips.c
parentd4091395546fe9d2452f74cd1a9c4c9e0fc7fb4d (diff)
downloadflashrom-d6c7f21a383f695882b2de20cf7e71e73ad52aec.tar.gz
flashrom-d6c7f21a383f695882b2de20cf7e71e73ad52aec.tar.bz2
flashrom-d6c7f21a383f695882b2de20cf7e71e73ad52aec.zip
flashchips: Add MX25L3233F
Only mattering difference to the MX25L3273E seems to be the voltage range (starting at 2.65V instead of 2.7V). I don't think that would justify yet another entry. Change-Id: I73402dddedf360ab84caed4c019efe27b477d4c2 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/52570 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 b569d97c..6482f673 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -8813,7 +8813,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Macronix",
- .name = "MX25L3273E",
+ .name = "MX25L3233F/MX25L3273E",
.bustype = BUS_SPI,
.manufacture_id = MACRONIX_ID,
.model_id = MACRONIX_MX25L3205,
@@ -8847,7 +8847,7 @@ const struct flashchip flashchips[] = {
.unlock = spi_disable_blockprotect_bp3_srwd,
.write = spi_chip_write_256,
.read = spi_chip_read, /* Fast read (0x0B) and dual I/O supported */
- .voltage = {2700, 3600},
+ .voltage = {2700, 3600}, /* 33F 2.65V..3.6V */
},
{