mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00

To make the flashchips "database" easier to manage, split it by vendor into several smaller files. This commit transfers the bulk of the data to separate files and includes them from `flashchips.c`. Although this is ugly (.c includes are usually frowned upon), it is a necessary evil to make this commit reproducible. Tested in two ways: 1) Output of `flashrom -L` has no diffs with/without the patch compared with diff and cmp tools 2) flashrom binary has no diffs with/without the patch compared with diff and cmp tools Note for binary comparison documentation and manpages need to be disabled (documentation is actually modified in the patch), also version in meson.build set to "none" (otherwise git version counts every commit). Change-Id: I3a9ebb0575e2700c5871d16875495d9c8943b30b Co-developed-by: Angel Pons <th3fanbus@gmail.com> Co-developed-by: Anastasia Klimchuk <aklm@flashrom.org> Signed-off-by: Angel Pons <th3fanbus@gmail.com> Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83307 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Peter Marheine <pmarheine@chromium.org>
487 lines
15 KiB
C
487 lines
15 KiB
C
/*
|
|
* This file is part of the flashrom project.
|
|
*
|
|
* Copyright (C) 2000 Silicon Integrated System Corporation
|
|
* Copyright (C) 2004 Tyan Corp
|
|
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
|
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
|
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QL01G", /* L = 3V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_N25Q00A__3G,
|
|
.total_size = 131072,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_OK_PREW,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 32768} },
|
|
.block_erase = SPI_BLOCK_ERASE_21,
|
|
}, {
|
|
.eraseblocks = { {4 * 1024, 32768} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_5C,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 2048} },
|
|
.block_erase = SPI_BLOCK_ERASE_DC,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 2048} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {65536 * 1024, 2} },
|
|
.block_erase = SPI_BLOCK_ERASE_C4,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {2700, 3600},
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QU01G", /* U = 1.8V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_N25Q00A__1G,
|
|
.total_size = 131072,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_UNTESTED,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 32768} },
|
|
.block_erase = SPI_BLOCK_ERASE_21,
|
|
}, {
|
|
.eraseblocks = { {4 * 1024, 32768} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_5C,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 2048} },
|
|
.block_erase = SPI_BLOCK_ERASE_DC,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 2048} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {65536 * 1024, 2} },
|
|
.block_erase = SPI_BLOCK_ERASE_C4,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {1700, 2000},
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QL02G", /* L = 3V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_MT25QL02G,
|
|
.total_size = 262144,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_UNTESTED,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 65536} },
|
|
.block_erase = SPI_BLOCK_ERASE_21,
|
|
}, {
|
|
.eraseblocks = { {4 * 1024, 65536} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 8192} },
|
|
.block_erase = SPI_BLOCK_ERASE_5C,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 8192} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_DC,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {65536 * 1024, 4} },
|
|
.block_erase = SPI_BLOCK_ERASE_C4,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {2700, 3600},
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QU02G", /* U = 1.8V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_MT25QU02G,
|
|
.total_size = 262144,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_UNTESTED,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 65536} },
|
|
.block_erase = SPI_BLOCK_ERASE_21,
|
|
}, {
|
|
.eraseblocks = { {4 * 1024, 65536} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 8192} },
|
|
.block_erase = SPI_BLOCK_ERASE_5C,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 8192} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_DC,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {65536 * 1024, 4} },
|
|
.block_erase = SPI_BLOCK_ERASE_C4,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {1700, 2000},
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QU128", /* U = 1.8V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_N25Q128__1E,
|
|
.total_size = 16384,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_UNTESTED,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 512} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 256} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {16384 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_C7,
|
|
}, {
|
|
.eraseblocks = { {16384 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_60,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {1700, 2000},
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QL128", /* L = 3V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_N25Q128__3E,
|
|
.total_size = 16384,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP,
|
|
.tested = TEST_OK_PREW,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 4096} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 512} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 256} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {16384 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_C7,
|
|
}, {
|
|
.eraseblocks = { {16384 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_60,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {2700, 3600},
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QL256", /* L = 3V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_N25Q256__3E,
|
|
.total_size = 32768,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_OK_PREW,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 8192} },
|
|
.block_erase = SPI_BLOCK_ERASE_21,
|
|
}, {
|
|
.eraseblocks = { {4 * 1024, 8192} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 1024} },
|
|
.block_erase = SPI_BLOCK_ERASE_5C,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 1024} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 512} },
|
|
.block_erase = SPI_BLOCK_ERASE_DC,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 512} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {32768 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_C7,
|
|
}, {
|
|
.eraseblocks = { {32768 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_60,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {2700, 3600},
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QU256", /* U = 1.8V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_N25Q256__1E,
|
|
.total_size = 32768,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_OK_PREW,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 8192} },
|
|
.block_erase = SPI_BLOCK_ERASE_21,
|
|
}, {
|
|
.eraseblocks = { {4 * 1024, 8192} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 1024} },
|
|
.block_erase = SPI_BLOCK_ERASE_5C,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 1024} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 512} },
|
|
.block_erase = SPI_BLOCK_ERASE_DC,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 512} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {32768 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_C7,
|
|
}, {
|
|
.eraseblocks = { {32768 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_60,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {1700, 2000},
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QL512", /* L = 3V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_N25Q512__3G,
|
|
.total_size = 65536,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_OK_PREW,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 16384} },
|
|
.block_erase = SPI_BLOCK_ERASE_21,
|
|
}, {
|
|
.eraseblocks = { {4 * 1024, 16384} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 2048} },
|
|
.block_erase = SPI_BLOCK_ERASE_5C,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 2048} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 1024} },
|
|
.block_erase = SPI_BLOCK_ERASE_DC,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 1024} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {65536 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_C7,
|
|
}, {
|
|
.eraseblocks = { {65536 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_60,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {2700, 3600},
|
|
.reg_bits =
|
|
{
|
|
.srp = {STATUS1, 7, RW},
|
|
.bp = {{STATUS1, 2, RW}, {STATUS1, 3, RW}, {STATUS1, 4, RW}, {STATUS1, 6, RW}},
|
|
.tb = {STATUS1, 5, RW},
|
|
},
|
|
.decode_range = DECODE_RANGE_SPI25,
|
|
},
|
|
|
|
{
|
|
.vendor = "Micron",
|
|
.name = "MT25QU512", /* U = 1.8V, uniform 64KB/4KB blocks/sectors */
|
|
.bustype = BUS_SPI,
|
|
.manufacture_id = ST_ID,
|
|
.model_id = ST_N25Q512__1G,
|
|
.total_size = 65536,
|
|
.page_size = 256,
|
|
/* supports SFDP */
|
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
|
.tested = TEST_OK_PREW,
|
|
.probe = PROBE_SPI_RDID,
|
|
.probe_timing = TIMING_ZERO,
|
|
.block_erasers =
|
|
{
|
|
{
|
|
.eraseblocks = { {4 * 1024, 16384} },
|
|
.block_erase = SPI_BLOCK_ERASE_21,
|
|
}, {
|
|
.eraseblocks = { {4 * 1024, 16384} },
|
|
.block_erase = SPI_BLOCK_ERASE_20,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 2048} },
|
|
.block_erase = SPI_BLOCK_ERASE_5C,
|
|
}, {
|
|
.eraseblocks = { {32 * 1024, 2048} },
|
|
.block_erase = SPI_BLOCK_ERASE_52,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 1024} },
|
|
.block_erase = SPI_BLOCK_ERASE_DC,
|
|
}, {
|
|
.eraseblocks = { {64 * 1024, 1024} },
|
|
.block_erase = SPI_BLOCK_ERASE_D8,
|
|
}, {
|
|
.eraseblocks = { {65536 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_C7,
|
|
}, {
|
|
.eraseblocks = { {65536 * 1024, 1} },
|
|
.block_erase = SPI_BLOCK_ERASE_60,
|
|
}
|
|
},
|
|
.printlock = SPI_PRETTYPRINT_STATUS_REGISTER_N25Q, /* TODO: config, lock, flag regs */
|
|
.unlock = SPI_DISABLE_BLOCKPROTECT_N25Q, /* TODO: per 64kB sector lock registers */
|
|
.write = SPI_CHIP_WRITE256, /* Multi I/O supported */
|
|
.read = SPI_CHIP_READ, /* Fast read (0x0B) and multi I/O supported */
|
|
.voltage = {1700, 2000},
|
|
},
|