summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flashchips.c27
-rw-r--r--flashchips.h1
2 files changed, 28 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 902f956..c6d265e 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -2814,6 +2814,33 @@ struct flashchip flashchips[] = {
{
.vendor = "Intel",
+ .name = "28F002BC-T",
+ .bustype = CHIP_BUSTYPE_PARALLEL,
+ .manufacture_id = INTEL_ID,
+ .model_id = P28F002BC,
+ .total_size = 256,
+ .page_size = 256 * 1024,
+ .tested = TEST_UNTESTED,
+ .probe = probe_82802ab,
+ .probe_timing = TIMING_ZERO, /* Datasheet has no timing info specified */
+ .block_erasers =
+ {
+ {
+ .eraseblocks = {
+ {128 * 1024, 1},
+ {96 * 1024, 1},
+ {8 * 1024, 2},
+ {16 * 1024, 1},
+ },
+ .block_erase = erase_block_82802ab,
+ },
+ },
+ .write = write_82802ab,
+ .read = read_memmapped,
+ },
+
+ {
+ .vendor = "Intel",
.name = "28F004S5",
.bustype = CHIP_BUSTYPE_PARALLEL,
.manufacture_id = INTEL_ID,
diff --git a/flashchips.h b/flashchips.h
index 3157b68..3e2befa 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -274,6 +274,7 @@
#define E_28F016S5 0xAA
#define P28F001BXT 0x94 /* 28F001BX-T */
#define P28F001BXB 0x95 /* 28F001BX-B */
+#define P28F002BC 0x7C /* 28F002BC-T */
#define P28F004BT 0x78 /* 28F004BV/BE-T */
#define P28F004BB 0x79 /* 28F004BV/BE-B */
#define P28F400BT 0x70 /* 28F400BV/CV/CE-T */
OpenPOWER on IntegriCloud