From 970d7701c77f7d2f3b9691bc2644b2812caa1228 Mon Sep 17 00:00:00 2001 From: Varshit Pandya Date: Fri, 6 Oct 2023 18:14:02 +0530 Subject: soc/amd/genoa: Enable uart Signed-off-by: Arthur Heymans Signed-off-by: Varshit Pandya Change-Id: I1529657f30b6e228c2e3cd7e0438255522381367 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76507 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/genoa/include/soc/uart.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/soc/amd/genoa/include/soc/uart.h (limited to 'src/soc/amd/genoa/include') diff --git a/src/soc/amd/genoa/include/soc/uart.h b/src/soc/amd/genoa/include/soc/uart.h new file mode 100644 index 0000000000..ae8f118461 --- /dev/null +++ b/src/soc/amd/genoa/include/soc/uart.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef AMD_GENOA_UART_H +#define AMD_GENOA_UART_H + +#include + +void clear_uart_legacy_config(void); /* disable legacy I/O decode for FCH UART */ + +#endif /* AMD_GENOA_UART_H */ -- cgit v1.2.3