mirror of
https://review.coreboot.org/flashrom.git
synced 2025-09-13 16:51:58 +02:00

Tested via linux_spi [0]. [0]: https://paste.flashrom.org/view.php?id=3775 Change-Id: Ied3439b95104e37b7d22547ded883870eb2ab500 Tested-by: Jacob Zarnstorff <jzarnstorff@xes-inc.com> Signed-off-by: Vincent Fazio <vfazio@xes-inc.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/88984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@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_OK_PREW,
|
|
.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_OK_PREW,
|
|
.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},
|
|
},
|