diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-02-10 21:34:18 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-02-10 21:34:18 +0000 |
commit | c4bea221e038e40044100875119ad4e5aad0876f (patch) | |
tree | 452fa8de62eefbe99d5a9d21ec6317fd33a321dd /util/flash_and_burn/flash.h | |
parent | f69f7e252f1cca6a891dcaffcad763e91189e7b8 (diff) | |
download | coreboot-c4bea221e038e40044100875119ad4e5aad0876f.tar.xz |
now we support 8111 and these parts.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/flash.h')
-rw-r--r-- | util/flash_and_burn/flash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/flash_and_burn/flash.h b/util/flash_and_burn/flash.h index 0e62b89753..ace46a4f5d 100644 --- a/util/flash_and_burn/flash.h +++ b/util/flash_and_burn/flash.h @@ -37,6 +37,9 @@ struct flashchip { #define SST_39SF020 0xB6 /* SST 39SF020 device */ #define SST_39VF020 0xD6 /* SST 39SF020 device */ +#define PMC_ID 0x9D /* PMC Manufacturer ID[B code */ +#define PMC_49FL004 0x6E /* PMC 49FL004 device code */ + #define WINBOND_ID 0xDA /* Winbond Manufacture ID code */ #define W_29C011 0xC1 /* Winbond w29c011 device code*/ #define W_29C020C 0x45 /* Winbond w29c020c device code*/ |