[coreboot-gerrit] New patch to review for coreboot: c64008f uart8250io: Fix build with DEBUG_SMI

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Apr 23 09:26:21 CEST 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5574

-gerrit

commit c64008fca9c74fb3de7de854e01c88dfa8c5081d
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Apr 23 10:28:59 2014 +0300

    uart8250io: Fix build with DEBUG_SMI
    
    Change-Id: I5110af348d22c0abc940f0922854fdd7e0c7e2e9
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/drivers/uart/uart8250io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drivers/uart/uart8250io.c b/src/drivers/uart/uart8250io.c
index e1fb39b..4196350 100644
--- a/src/drivers/uart/uart8250io.c
+++ b/src/drivers/uart/uart8250io.c
@@ -134,7 +134,7 @@ void uart_tx_flush(void)
 	uart8250_tx_flush(bases[0]);
 }
 
-#ifndef __PRE_RAM__
+#if !defined(__PRE_RAM__) && !defined(__SMM__)
 void uart_fill_lb(void *data)
 {
 	struct lb_serial serial;



More information about the coreboot-gerrit mailing list