Add dump support for the Winbond W83697SF.
Signed-off-by: Idwer Vollering <idwer_v@hotmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2870 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Uwe Hermann
parent
e447df1b25
commit
7a90c14e9c
@@ -48,7 +48,7 @@ and print its vendor, name, ID, revision, and config port.\n"
|
||||
#define RSVD -4 /* Reserved */
|
||||
#define MISC -5 /* Needs special comment in output */
|
||||
#define MAXNAMELEN 30 /* Maximum Name Length */
|
||||
#define MAXLDN 0xa /* Biggest LDN */
|
||||
#define MAXLDN 0xf /* Biggest LDN */
|
||||
#define LDNSIZE (MAXLDN + 3) /* Biggest LDN + 0 + NOLDN + EOT */
|
||||
#define MAXNUMIDX 70 /* Maximum number of indexes */
|
||||
#define IDXSIZE (MAXNUMIDX + 1)
|
||||
|
Reference in New Issue
Block a user