[coreboot-gerrit] New patch to review for coreboot: f5eb95a superio/winbond/w83627hg: Add rudimentary UART LDN romstage support

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Jul 8 12:14:05 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/6220

-gerrit

commit f5eb95afad62cd35bc83a16f45fbed64304e58e0
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Jul 8 20:11:42 2014 +1000

    superio/winbond/w83627hg: Add rudimentary UART LDN romstage support
    
    Change-Id: I2ae9f64ce1bb379b8a2b12175a8a74061baef74b
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/superio/winbond/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/superio/winbond/Kconfig b/src/superio/winbond/Kconfig
index 1a0e6a8..6165882 100644
--- a/src/superio/winbond/Kconfig
+++ b/src/superio/winbond/Kconfig
@@ -31,6 +31,10 @@ config SUPERIO_WINBOND_W83627EHG
 	bool
 	select SUPERIO_WINBOND_COMMON_ROMSTAGE
 
+config SUPERIO_WINBOND_W83627HG
+	bool
+	select SUPERIO_WINBOND_COMMON_ROMSTAGE
+
 config SUPERIO_WINBOND_W83627HF
 	bool
 	select SUPERIO_WINBOND_COMMON_ROMSTAGE



More information about the coreboot-gerrit mailing list