From 103de667f7bc0197f353574ad4faa780a6306352 Mon Sep 17 00:00:00 2001 From: emard Date: Thu, 14 Oct 2021 20:55:42 +0200 Subject: [PATCH] protection descriptor for IS25LP128 --- src/spiFlashdb.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/spiFlashdb.hpp b/src/spiFlashdb.hpp index 3f44990..37c6989 100644 --- a/src/spiFlashdb.hpp +++ b/src/spiFlashdb.hpp @@ -74,6 +74,18 @@ static std::map 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 = "Winbond", .model = "W25Q128",