coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_init.c File Reference
Include dependency graph for early_init.c:

Go to the source code of this file.

Functions

void mainboard_pch_lpc_setup (void)
 
void mainboard_get_spd (spd_raw_data *spd, bool id_only)
 

Variables

const struct southbridge_usb_port mainboard_usb_ports []
 

Function Documentation

◆ mainboard_get_spd()

void mainboard_get_spd ( spd_raw_data spd,
bool  id_only 
)

Definition at line 33 of file early_init.c.

References read_spd().

Here is the call graph for this function:

◆ mainboard_pch_lpc_setup()

void mainboard_pch_lpc_setup ( void  )

Definition at line 8 of file early_init.c.

References PCI_DEV, pci_read_config16(), and pci_write_config16().

Here is the call graph for this function:

Variable Documentation

◆ mainboard_usb_ports

const struct southbridge_usb_port mainboard_usb_ports[]
Initial value:
= {
{1, 0, 0},
{1, 0, 0},
{1, 0, 1},
{1, 0, 1},
{1, 0, 2},
{1, 0, 2},
{1, 0, 3},
{1, 0, 3},
{1, 0, 4},
{1, 0, 4},
{1, 0, 6},
{1, 0, 5},
{1, 0, 5},
{1, 0, 6},
}

Definition at line 8 of file early_init.c.