aboutsummaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2008-06-30 21:38:30 +0000
committerRudolf Marek <r.marek@assembler.cz>2008-06-30 21:38:30 +0000
commit3fdbccf697e35e3061d7a78bed10061c71b60425 (patch)
tree271d5f182058cf38b21a81525bee9a4b049ed8da /flash.h
parent10693353eef0cddcfb844c318363da787f69e023 (diff)
downloadflashrom-3fdbccf697e35e3061d7a78bed10061c71b60425.tar.gz
flashrom-3fdbccf697e35e3061d7a78bed10061c71b60425.tar.bz2
flashrom-3fdbccf697e35e3061d7a78bed10061c71b60425.zip
This patch adds support for VIA SPI controller on VT8237S
It is similar with few documented exceptions to ICH7 SPI controller. Corresponding to flashrom svn r282 and coreboot v2 svn r3398. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> 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 9847fd3d..98804def 100644
--- a/flash.h
+++ b/flash.h
@@ -371,6 +371,7 @@ void print_supported_boards(void);
int chipset_flash_enable(void);
void print_supported_chipsets(void);
extern int ich7_detected;
+extern int viaspi_detected;
extern int ich9_detected;
extern void *ich_spibar;