summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorUrja Rannikko <urjaman@gmail.com>2009-05-29 12:55:31 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-29 12:55:31 +0000
commitebd7b8393906876d4b450d8b83a9b748d43c64b4 (patch)
tree0abc62b03c9289947414c7eea3ee90b0aba65c33 /flash.h
parentd1129ac7015d9b3835591dff71da81bfa28dcd1d (diff)
downloadast2050-flashrom-ebd7b8393906876d4b450d8b83a9b748d43c64b4.zip
ast2050-flashrom-ebd7b8393906876d4b450d8b83a9b748d43c64b4.tar.gz
Add support for probe and read of Intel 28F001BX-T and BX-B
Erase & write support wont be this easy - the chips need 12V Vpp (needs a hardware hack or a supporting mb) and they have a very weird layout and are old. Corresponding to flashrom svn r555. Signed-off-by: Urja Rannikko <urjaman@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 3151646..fd15e87 100644
--- a/flash.h
+++ b/flash.h
@@ -345,6 +345,8 @@ extern const struct board_info boards_bad[];
#define IM_29F004T 0xAF
#define INTEL_ID 0x89 /* Intel */
+#define P28F001BXT 0x94 /* 28F001BX-T */
+#define P28F001BXB 0x95 /* 28F001BX-B */
#define ISSI_ID 0xD5 /* ISSI Integrated Silicon Solutions */
OpenPOWER on IntegriCloud