mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Add more infrastructure for flashrom ICH9 support
Corresponding to flashrom svn r234 and coreboot v2 svn r3314. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
2
flash.h
2
flash.h
@ -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