[coreboot-gerrit] Patch set updated for coreboot: fe3ea5e superio/ite/it8712f: Drop model specific sio func for generic ver

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed May 28 22:34:57 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5837

-gerrit

commit fe3ea5e2ebeaf91ceaf6c51a48e2540d2b01d0a2
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sat May 24 09:11:31 2014 +1000

    superio/ite/it8712f: Drop model specific sio func for generic ver
    
    Drop it8712f_kill_watchdog() in favor of common ite_kill_watchdog()
    introduced in commit rev:
    
    a7d14a1 ite/common: Introduce common watchdog and 3.3V VSB helpers
    
    Change-Id: I9fc4d3ee7992618b5b14e35166e848d6e1cffa8b
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/superio/ite/it8712f/early_serial.c | 7 -------
 src/superio/ite/it8712f/it8712f.h      | 1 -
 2 files changed, 8 deletions(-)

diff --git a/src/superio/ite/it8712f/early_serial.c b/src/superio/ite/it8712f/early_serial.c
index d678f3f..1317248 100644
--- a/src/superio/ite/it8712f/early_serial.c
+++ b/src/superio/ite/it8712f/early_serial.c
@@ -74,10 +74,3 @@ void it8712f_enable_3vsbsw(void)
 	it8712f_sio_write(IT8712F_GPIO, IT8712F_CONFIG_REG_MFC, 0x80);
 	it8712f_exit_conf();
 }
-
-void it8712f_kill_watchdog(void)
-{
-	it8712f_enter_conf();
-	it8712f_sio_write(IT8712F_GPIO, IT8712F_CONFIG_REG_WATCHDOG, 0x00);
-	it8712f_exit_conf();
-}
diff --git a/src/superio/ite/it8712f/it8712f.h b/src/superio/ite/it8712f/it8712f.h
index b40e473..8ff528d 100644
--- a/src/superio/ite/it8712f/it8712f.h
+++ b/src/superio/ite/it8712f/it8712f.h
@@ -35,7 +35,6 @@
 #define IT8712F_GAME 0x09 /* GAME port */
 #define IT8712F_IR   0x0a /* Consumer IR */
 
-void it8712f_kill_watchdog(void);
 void it8712f_enable_3vsbsw(void);
 
 #endif /* SUPERIO_ITE_IT8712F_H */



More information about the coreboot-gerrit mailing list