diff options
author | Yinghai Lu <yinghai.lu@amd.com> | 2007-01-22 20:21:17 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-01-22 20:21:17 +0000 |
commit | 298f89850d009b2e7caf9739814f0aa16a143d13 (patch) | |
tree | cb5bada7507f3913f44149da8b863ae69217e9d8 /util/flashrom/flash.h | |
parent | 6a5bc46579719205967ba3acbeea765a6a4c2356 (diff) |
Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom.
Also add suport for NVIDIA MCP55.
Signed-off-by: Yinghai Lu <yinghai.lu@amd.com>
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 205cb60a21..6807f75402 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -56,6 +56,9 @@ extern struct flashchip flashchips[]; #define SST_49LF003A 0x1B /* SST 49LF003A device */ #define SST_49LF004A 0x60 /* SST 49LF004A device */ #define SST_49LF008A 0x5A /* SST 49LF008A device */ +#define SST_49LF004C 0x54 /* SST 49LF004C device */ +#define SST_49LF008C 0x59 /* SST 49LF008C device */ +#define SST_49LF016C 0x5C /* SST 49LF016C device */ #define PMC_ID 0x9D /* PMC Manufacturer ID code */ #define PMC_49FL002 0x6D /* PMC 49FL002 device code */ |