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

#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;
}