aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/uart.h10
-rw-r--r--src/soc/amd/common/block/uart/uart_console.c2
2 files changed, 11 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/uart.h b/src/soc/amd/common/block/include/amdblocks/uart.h
new file mode 100644
index 0000000000..95d73237f7
--- /dev/null
+++ b/src/soc/amd/common/block/include/amdblocks/uart.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef AMD_BLOCK_UART_H
+#define AMD_BLOCK_UART_H
+
+#include <types.h>
+
+uintptr_t get_uart_base(unsigned int idx); /* get MMIO base address of FCH UART */
+
+#endif /* AMD_BLOCK_UART_H */
diff --git a/src/soc/amd/common/block/uart/uart_console.c b/src/soc/amd/common/block/uart/uart_console.c
index ff9122fbe4..9f37190d24 100644
--- a/src/soc/amd/common/block/uart/uart_console.c
+++ b/src/soc/amd/common/block/uart/uart_console.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <amdblocks/uart.h>
#include <console/uart.h>
-#include <soc/uart.h>
/*
* uart_platform_base and uart_platform_refclk are used by the console UART driver and need to