Show
Ignore:
Timestamp:
06/27/08 18:28:34 (5 months ago)
Author:
stepan
Message:

* ICH7 SPI support
* fix some variable names in ichspi.c (Offset -> offset)
* Dump ICH7 SPI bar with -V
* Improve error message in case IOPL goes wrong. (It might not even be an IOPL)

Signed-off-by: Stefan Reinauer <stepan@…>
Acked-by: Peter Stuge <peter@…>

Files:
1 modified

Legend:

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

    r3382 r3393  
    371371int chipset_flash_enable(void); 
    372372void print_supported_chipsets(void); 
     373extern int ich7_detected; 
    373374extern int ich9_detected; 
    374375extern void *ich_spibar;