Add S25FL128L flash
This commit is contained in:
parent
3ea541cd8e
commit
956d9355a6
|
|
@ -86,6 +86,19 @@ static std::map <uint32_t, flash_t> flash_list = {
|
||||||
.bp_len = 3,
|
.bp_len = 3,
|
||||||
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
|
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
|
||||||
},
|
},
|
||||||
|
{0x016018, {
|
||||||
|
.manufacturer = "spansion",
|
||||||
|
.model = "S25FL128L",
|
||||||
|
.nr_sector = 256,
|
||||||
|
.sector_erase = true,
|
||||||
|
.subsector_erase = false,
|
||||||
|
.has_extended = true,
|
||||||
|
.tb_otp = false,
|
||||||
|
.tb_offset = (1 << 6),
|
||||||
|
.tb_register = STATR,
|
||||||
|
.bp_len = 4,
|
||||||
|
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}}
|
||||||
|
},
|
||||||
{0x016019, {
|
{0x016019, {
|
||||||
.manufacturer = "spansion",
|
.manufacturer = "spansion",
|
||||||
.model = "S25FL256L",
|
.model = "S25FL256L",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue