From a9424d597de410b07e34c47d7c0613f0595d5d9a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 27 Jun 2008 16:28:34 +0000 Subject: 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 Acked-by: Peter Stuge --- flash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flash.h') 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; -- cgit v1.1