diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2008-06-30 21:38:30 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2008-06-30 21:38:30 +0000 |
commit | 4a17e02003f40495b37393b017e7c9ea4bb85638 (patch) | |
tree | 469840e1fa670fced0e7a9f4793d64de7dd2c3a3 /util/flashrom/flash.h | |
parent | 7b425c1c1115f258107bad368a1b1f7345a7254b (diff) |
This patch adds support for VIA SPI controller on VT8237S. It is similar with
few documented exceptions to ICH7 SPI controller.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3398 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 9847fd3dfd..98804def33 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/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; |