Add more infrastructure for flashrom ICH9 support.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3314 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -336,6 +336,8 @@ void print_supported_boards(void);
|
||||
/* chipset_enable.c */
|
||||
int chipset_flash_enable(void);
|
||||
void print_supported_chipsets(void);
|
||||
extern int ich9_detected;
|
||||
extern void *ich_spibar;
|
||||
|
||||
/* Physical memory mapping device */
|
||||
#if defined (__sun) && (defined(__i386) || defined(__amd64))
|
||||
|
Reference in New Issue
Block a user