From b695ff01c3b8798aae49e81f8ee8e25f5f3cf7e1 Mon Sep 17 00:00:00 2001 From: Vadim Girlin Date: Sat, 24 Aug 2013 12:18:17 +0000 Subject: IT87: Add ability to select between chips on GIGABYTE DualBIOS boards Thanks to Vadim Girlin for finding out how to do that. This is known to work on GA-MA770-UD3, GA-B75M-D3V, GA-B75N and GA-H61M-S1 (only M_BIOS is populated). Tested-by: Damien Zammit Tested-by: Anton Kochkov Corresponding to flashrom svn r1720. Signed-off-by: Vadim Girlin Signed-off-by: Damien Zammit Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- internal.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'internal.c') diff --git a/internal.c b/internal.c index ab3c81f..30b184f 100644 --- a/internal.c +++ b/internal.c @@ -331,9 +331,8 @@ int internal_init(void) return ret; #if defined(__i386__) || defined(__x86_64__) - /* Probe unconditionally for IT87* LPC->SPI translation and for - * IT87* Parallel write enable. - */ + /* Probe unconditionally for ITE Super I/O chips. This enables LPC->SPI translation on IT87* and + * parallel writes on IT8705F. Also, this handles the manual chip select for Gigabyte's DualBIOS. */ init_superio_ite(); #endif -- cgit v1.1