summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/phoenix/psp_verstage/uart.c
blob: d2cba278919f3620081c584e151f1a5ccc7f3156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

/* TODO: Can this be made common?  Kconfig option? */

#include <bl_uapp/bl_syscall_public.h>
#include <amdblocks/uart.h>
#include <types.h>

uintptr_t get_uart_base(unsigned int idx)
{
	/* Mapping the UART is not supported. */
	return 0;
}