coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
uart.h File Reference
#include <device/device.h>
#include <types.h>
Include dependency graph for uart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uintptr_t get_uart_base (unsigned int idx)
 
void uart_inject_ssdt (const struct device *dev)
 

Function Documentation

◆ get_uart_base()

uintptr_t get_uart_base ( unsigned int  idx)

Definition at line 9 of file uart.c.

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

Referenced by uart_platform_base().

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

◆ uart_inject_ssdt()

void uart_inject_ssdt ( const struct device dev)

Definition at line 8 of file uart_acpi.c.

References acpi_device_path(), acpi_device_status(), acpigen_pop_len(), acpigen_write_scope(), and acpigen_write_STA().

Here is the call graph for this function: