1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

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>
This commit is contained in:
Rudolf Marek
2008-06-30 21:38:30 +00:00
parent 10693353ee
commit 3fdbccf697
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;