Merge pull request #126 from emard/master

small contrib for ISSI 16MB protection
This commit is contained in:
Gwenhael Goavec-Merou 2021-10-15 06:48:12 +02:00 committed by GitHub
commit d35405c471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -74,8 +74,20 @@ static std::map <uint32_t, flash_t> flash_list = {
.bp_len = 4,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}}
},
{0x9d6018, {
.manufacturer = "ISSI",
.model = "IS25LP128",
.nr_sector = 256,
.sector_erase = true,
.subsector_erase = true,
.has_extended = false,
.tb_otp = true,
.tb_offset = (1 << 5),
.bp_len = 4,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}}
},
{0xef4018, {
.manufacturer = "Windbond",
.manufacturer = "Winbond",
.model = "W25Q128",
.nr_sector = 256,
.sector_erase = true,