1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

Add support for the SST 49LF160C

Corresponding to flashrom svn r87 and coreboot v2 svn r2539.

Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Alan Carvalho de Assis
2007-01-27 13:39:06 +00:00
committed by Uwe Hermann
parent 3618346f13
commit 474230ad42
3 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,7 @@ extern struct flashchip flashchips[];
#define SST_49LF004C 0x54 /* SST 49LF004C device */
#define SST_49LF008C 0x59 /* SST 49LF008C device */
#define SST_49LF016C 0x5C /* SST 49LF016C device */
#define SST_49LF160C 0x4C /* SST 49LF160C device */
#define PMC_ID 0x9D /* PMC Manufacturer ID code */
#define PMC_49FL002 0x6D /* PMC 49FL002 device code */