coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
uart.c File Reference
#include <bl_uapp/bl_syscall_public.h>
#include <amdblocks/uart.h>
#include <types.h>
Include dependency graph for uart.c:

Go to the source code of this file.

Functions

uintptr_t get_uart_base (unsigned int idx)
 

Variables

static voiduart_bars [FCH_UART_ID_MAX]
 

Function Documentation

◆ get_uart_base()

uintptr_t get_uart_base ( unsigned int  idx)

Definition at line 9 of file uart.c.

References ARRAY_SIZE, svc_debug_print(), svc_map_fch_dev(), and uart_bars.

Referenced by uart_platform_base().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ uart_bars

void* uart_bars[FCH_UART_ID_MAX]
static

Definition at line 7 of file uart.c.

Referenced by get_uart_base().