Add dump support for Winbond (NSC) PC87427. Dumps available from real hardware.

Signed-off-by: Tom Sylla <tsylla@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3361 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Tom Sylla
2008-06-07 11:36:30 +00:00
committed by Peter Stuge
parent 6196416c27
commit 92af509faa
2 changed files with 60 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ and print its vendor, name, ID, revision, and config port.\n"
#define NANA -3 /* Not Available */
#define RSVD -4 /* Reserved */
#define MISC -5 /* Needs special comment in output */
#define MAXLDN 0x10 /* Biggest LDN */
#define MAXLDN 0x14 /* Biggest LDN */
#define LDNSIZE (MAXLDN + 3) /* Biggest LDN + 0 + NOLDN + EOT */
#define MAXNUMIDX 170 /* Maximum number of indexes */
#define IDXSIZE (MAXNUMIDX + 1)