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
This commit is contained in:
Rudolf Marek
2008-06-30 21:38:30 +00:00
parent 7b425c1c11
commit 4a17e02003
4 changed files with 71 additions and 32 deletions

View File

@@ -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;