From b1b0294e6fd565497ec8175986b4913b925fc587 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 16 Feb 2021 01:34:55 +0100 Subject: soc/amd/picasso/uart: move uart_inject_ssdt to common code Signed-off-by: Felix Held Change-Id: Ic033fc2817d44ff873f93a45e069c0e8aa0be99f Reviewed-on: https://review.coreboot.org/c/coreboot/+/50780 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/common/block/include/amdblocks/uart.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd/common/block/include/amdblocks') diff --git a/src/soc/amd/common/block/include/amdblocks/uart.h b/src/soc/amd/common/block/include/amdblocks/uart.h index 95d73237f7..4fd1b592cd 100644 --- a/src/soc/amd/common/block/include/amdblocks/uart.h +++ b/src/soc/amd/common/block/include/amdblocks/uart.h @@ -3,8 +3,10 @@ #ifndef AMD_BLOCK_UART_H #define AMD_BLOCK_UART_H +#include #include uintptr_t get_uart_base(unsigned int idx); /* get MMIO base address of FCH UART */ +void uart_inject_ssdt(const struct device *dev); #endif /* AMD_BLOCK_UART_H */ -- cgit v1.2.3