summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-06-27 16:28:34 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2008-06-27 16:28:34 +0000
commita9424d597de410b07e34c47d7c0613f0595d5d9a (patch)
tree16fc9db04f7ed29f19e454d979e9cc79216addc3 /flash.h
parent325b5d47d81fb4434e722abac9600396da394218 (diff)
downloadast2050-flashrom-a9424d597de410b07e34c47d7c0613f0595d5d9a.zip
ast2050-flashrom-a9424d597de410b07e34c47d7c0613f0595d5d9a.tar.gz
Multiple unrelated changes
* ICH7 SPI support * fix some variable names in ichspi.c (Offset -> offset) * Dump ICH7 SPI bar with -V * Improve error message in case IOPL goes wrong. (It might not even be an IOPL) Corresponding to flashrom svn r278 and coreboot v2 svn r3393. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 35d3d8f..9847fd3 100644
--- a/flash.h
+++ b/flash.h
@@ -370,6 +370,7 @@ void print_supported_boards(void);
/* chipset_enable.c */
int chipset_flash_enable(void);
void print_supported_chipsets(void);
+extern int ich7_detected;
extern int ich9_detected;
extern void *ich_spibar;
OpenPOWER on IntegriCloud