summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2002-07-18 03:32:00 +0000
committerOllie Lho <ollie@sis.com.tw>2002-07-18 03:32:00 +0000
commit6041bcda7ac8c8a7470bba58e8b26cdfd5746679 (patch)
tree3eb9bb0f8601aa5b3d6b120ecc8aa8151dfce233 /flash.h
parentb193490201129c82ebd133e275b1d6846595fdfc (diff)
downloadast2050-flashrom-6041bcda7ac8c8a7470bba58e8b26cdfd5746679.zip
ast2050-flashrom-6041bcda7ac8c8a7470bba58e8b26cdfd5746679.tar.gz
Add sst39vf020 support
Corresponding to coreboot v1 svn r606.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 286e219..959ef0b 100644
--- a/flash.h
+++ b/flash.h
@@ -28,6 +28,7 @@ struct flashchip {
#define SST_29EE020A 0x10 /* SST 29EE020 device code */
#define SST_28SF040 0x04 /* SST 29EE040 device code */
#define SST_39SF020 0xB6 /* SST 39SF020 device */
+#define SST_39VF020 0xD6 /* SST 39SF020 device */
#define WINBOND_ID 0xDA /* Winbond Manufacture ID code */
#define W_29C020C 0x45 /* Winbond w29c020c device code*/
OpenPOWER on IntegriCloud