coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
uart_init.c File Reference
#include <arch/io.h>
#include <arch/mmio.h>
#include <assert.h>
#include <console/uart.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <southbridge/intel/lynxpoint/iobp.h>
#include <southbridge/intel/lynxpoint/lp_gpio.h>
#include <southbridge/intel/lynxpoint/pch.h>
#include <types.h>
Include dependency graph for uart_init.c:

Go to the source code of this file.

Functions

static pci_devfn_t get_uart_pci_device (void)
 
void uart_bootblock_init (void)
 

Function Documentation

◆ get_uart_pci_device()

static pci_devfn_t get_uart_pci_device ( void  )
static

Definition at line 14 of file uart_init.c.

References dead_code_t, and PCI_DEV.

Referenced by uart_bootblock_init().

Here is the caller graph for this function:

◆ uart_bootblock_init()