summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorJoshua Roys <roysjosh@gmail.com>2010-07-22 15:20:43 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-07-22 15:20:43 +0000
commitd97c0e02d610485357e569b2e1662d6bc6763d9e (patch)
tree531046a4f65cf5c8ee96350b9e71d0223c95279c /flashchips.c
parentdf90d3a38fb926bad04a46835eafa00661c46cd8 (diff)
downloadast2050-flashrom-d97c0e02d610485357e569b2e1662d6bc6763d9e.zip
ast2050-flashrom-d97c0e02d610485357e569b2e1662d6bc6763d9e.tar.gz
Add support for the Intel 28F002BC-T
Corresponding to flashrom svn r1097. Signed-off-by: Joshua Roys <roysjosh@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c27
1 files changed, 27 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,
OpenPOWER on IntegriCloud