summaryrefslogtreecommitdiff
path: root/src/soc/amd/common
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-10-18 20:52:42 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-20 16:47:11 +0000
commit8ebdbbc3cb0aaca6581a7ba0a3ad92784ed502df (patch)
tree0b5f46981ea76cc9a99ac65fa05505d058ef831b /src/soc/amd/common
parentba35f3582e95fdc3d9313a63d6ee0072283f5c7f (diff)
soc/amd: move set_uart_config prototype to common UART header
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I97860292fd3cd0330fec40edb31089cd6608906b Reviewed-on: https://review.coreboot.org/c/coreboot/+/68560 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/uart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/uart.h b/src/soc/amd/common/block/include/amdblocks/uart.h
index 4e8ea8ca35..a613bbec83 100644
--- a/src/soc/amd/common/block/include/amdblocks/uart.h
+++ b/src/soc/amd/common/block/include/amdblocks/uart.h
@@ -16,5 +16,6 @@ struct soc_uart_ctrlr_info {
uintptr_t get_uart_base(unsigned int idx); /* get MMIO base address of FCH UART */
void uart_inject_ssdt(const struct device *dev);
+void set_uart_config(unsigned int idx); /* configure hardware of FCH UART selected by idx */
#endif /* AMD_BLOCK_UART_H */