add support for PMC 49FL002 as used in the RD1-PMC2

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2332 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2006-06-25 09:56:45 +00:00
parent 92e8b809b4
commit 6472a0e274
2 changed files with 3 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ extern struct flashchip flashchips[];
#define SST_49LF008A 0x5A /* SST 49LF008A device */
#define PMC_ID 0x9D /* PMC Manufacturer ID[B code */
#define PMC_49FL002 0x6D /* PMC 49FL002 device code */
#define PMC_49FL004 0x6E /* PMC 49FL004 device code */
#define WINBOND_ID 0xDA /* Winbond Manufacture ID code */