From 3eabe6e9ec471125ab7f33eff91ad3069960c83d Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Sun, 24 Jul 2016 19:22:17 -0700 Subject: drivers/uart: Enable debug serial output during postcar Build the UART drivers for the postcar stage. TEST=Build and run on Galileo Gen2 Change-Id: I8bf51135ab7e62fa4bc3e8d45583f2feac56942f Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/15843 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/include/console/uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/console/uart.h') diff --git a/src/include/console/uart.h b/src/include/console/uart.h index a3d650b500..ffcc088422 100644 --- a/src/include/console/uart.h +++ b/src/include/console/uart.h @@ -57,7 +57,7 @@ void oxford_remap(unsigned int new_base); #define __CONSOLE_SERIAL_ENABLE__ CONFIG_CONSOLE_SERIAL && \ (ENV_BOOTBLOCK || ENV_ROMSTAGE || ENV_RAMSTAGE || ENV_VERSTAGE || \ - (ENV_SMM && CONFIG_DEBUG_SMI)) + ENV_POSTCAR || (ENV_SMM && CONFIG_DEBUG_SMI)) #if __CONSOLE_SERIAL_ENABLE__ static inline void __uart_init(void) { uart_init(CONFIG_UART_FOR_CONSOLE); } -- cgit v1.2.3