[coreboot-gerrit] Patch set updated for coreboot: sio/nuvoton: Include generic nuvoton driver in bootblock stage

Boon Tiong Teo (boon.tiong.teo@intel.com) gerrit at coreboot.org
Thu Nov 10 17:23:53 CET 2016


Boon Tiong Teo (boon.tiong.teo at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17359

-gerrit

commit f2cd5cee7c2084bfa4bb43b2a3c74a6793916c71
Author: Teo Boon Tiong <boon.tiong.teo at intel.com>
Date:   Fri Nov 11 05:28:53 2016 +0800

    sio/nuvoton: Include generic nuvoton driver in bootblock stage
    
    The purpose of this change is to enable serial output in
    bootblock stage
    
    Change-Id: I8e075f1e70d1a6598dfdc34931218f5af9637178
    Signed-off-by: Teo Boon Tiong <boon.tiong.teo at intel.com>
---
 src/superio/nuvoton/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/superio/nuvoton/Makefile.inc b/src/superio/nuvoton/Makefile.inc
index e2e178b..c402416 100644
--- a/src/superio/nuvoton/Makefile.inc
+++ b/src/superio/nuvoton/Makefile.inc
@@ -14,6 +14,7 @@
 ##
 
 ## include generic nuvoton pre-ram stage driver
+bootblock-$(CONFIG_SUPERIO_NUVOTON_COMMON_ROMSTAGE) += common/early_serial.c
 romstage-$(CONFIG_SUPERIO_NUVOTON_COMMON_ROMSTAGE) += common/early_serial.c
 
 subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450



More information about the coreboot-gerrit mailing list