Show
Ignore:
Timestamp:
06/30/08 23:38:30 (5 months ago)
Author:
ruik
Message:

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@…>
Acked-by: Peter Stuge <peter@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/flashrom/flash.h

    r3393 r3398  
    372372void print_supported_chipsets(void); 
    373373extern int ich7_detected; 
     374extern int viaspi_detected; 
    374375extern int ich9_detected; 
    375376extern void *ich_spibar;