From fd6fb26ae77ae125fb9b9f0c7949e3e8b5796fd1 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 13 May 2015 13:37:43 -0500 Subject: verstage: provide support for serial console verstage previously lacked serial console support. Add the necessary objects and macro checks to allow verstage to include the serial console. Change-Id: Ibe911ad347cac0b089f5bc0d4263956f44f3d116 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/10196 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/drivers/uart/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/uart/Makefile.inc') diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc index 1c2b69ee78..509837ec3f 100644 --- a/src/drivers/uart/Makefile.inc +++ b/src/drivers/uart/Makefile.inc @@ -4,6 +4,7 @@ romstage-y += util.c ramstage-y += util.c bootblock-y += util.c secmon-y += util.c +verstage-y += util.c smm-$(CONFIG_DEBUG_SMI) += util.c # Add the driver, only one can be enabled. The driver files may -- cgit v1.2.3