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

static uint8_tget_spd_data (int spd_index)
 
void mainboard_get_spd (spd_raw_data *spd, bool id_only)
 

Variables

const struct southbridge_usb_port mainboard_usb_ports []
 

Function Documentation

◆ get_spd_data()

static uint8_t* get_spd_data ( int  spd_index)
static

Definition at line 29 of file early_init.c.

References BIOS_DEBUG, cbfs_map(), die(), printk, and spd_index.

Referenced by mainboard_get_spd().

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

◆ mainboard_get_spd()

void mainboard_get_spd ( spd_raw_data spd,
bool  id_only 
)

Definition at line 45 of file early_init.c.

References die(), get_gpios(), get_spd_data(), memcpy(), memory, and spd_index.

Here is the call graph for this function:

Variable Documentation

◆ mainboard_usb_ports

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

Definition at line 1 of file early_init.c.