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

Go to the source code of this file.

Functions

__weak void mainboard_lpc_decode (void)
 
__weak void mainboard_pre_raminit_config (int s3_resume)
 
__weak void mainboard_get_spd_map (u8 spd_map[4])
 
void mainboard_romstage_entry (void)
 

Function Documentation

◆ mainboard_get_spd_map()

__weak void mainboard_get_spd_map ( u8  spd_map[4])

Definition at line 19 of file romstage.c.

◆ mainboard_lpc_decode()

__weak void mainboard_lpc_decode ( void  )

Definition at line 11 of file romstage.c.

Referenced by mainboard_romstage_entry().

Here is the caller graph for this function:

◆ mainboard_pre_raminit_config()

__weak void mainboard_pre_raminit_config ( int  s3_resume)

Definition at line 15 of file romstage.c.

Referenced by mainboard_romstage_entry().

Here is the caller graph for this function:

◆ mainboard_romstage_entry()