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

Go to the source code of this file.

Functions

uintptr_t uart_platform_base (unsigned int idx)
 
unsigned int uart_platform_refclk (void)
 

Function Documentation

◆ uart_platform_base()

uintptr_t uart_platform_base ( unsigned int  idx)

Definition at line 11 of file uart_console.c.

References get_uart_base().

Here is the call graph for this function:

◆ uart_platform_refclk()

unsigned int uart_platform_refclk ( void  )

Definition at line 16 of file uart_console.c.