summaryrefslogtreecommitdiff
path: root/util/flashrom/flash.h
diff options
context:
space:
mode:
authorMats Erik Andersson <mats.andersson@gisladisker.se>2008-10-07 12:21:12 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-10-07 12:21:12 +0000
commit0994c397a5ef65c4ee8ae4551cc90000c4b0c857 (patch)
treee4f6bbd0cd3608e33c0122ca0cb175316ab249aa /util/flashrom/flash.h
parenta643ea3beba32ed170f995b2d40169017edb1095 (diff)
downloadcoreboot-0994c397a5ef65c4ee8ae4551cc90000c4b0c857.tar.xz
Support for AM29F002(N)B[BT]. Fully tested on AM29F002NBT.
Probing, reading, and erasing use the Jedec-routines, whereas writing resort to the recent write_en29f002a(), since also these chips use a byte wise algorithm. Signed-off-by: Mats Erik Andersson <mats.andersson@gisladisker.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3639 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r--util/flashrom/flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h
index 1dcdbfbdb5..35f7ab4bfd 100644
--- a/util/flashrom/flash.h
+++ b/util/flashrom/flash.h
@@ -112,6 +112,8 @@ extern struct flashchip flashchips[];
#define ALLIANCE_ID 0x52 /* Alliance Semiconductor */
#define AMD_ID 0x01 /* AMD */
+#define AM_29F002BT 0xB0
+#define AM_29F002BB 0x34
#define AM_29F040B 0xA4
#define AM_29LV040B 0x4F
#define AM_29F016D 0xAD