coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.h File Reference

Go to the source code of this file.

Functions

void romstage (void)
 
void romstage_mainboard_init (void)
 
void mainboard_configure_pmc (void)
 
void mainboard_enable_vdd_cpu (void)
 

Function Documentation

◆ mainboard_configure_pmc()

void mainboard_configure_pmc ( void  )

Definition at line 15 of file romstage.c.

Referenced by ccplex_cpu_prepare().

Here is the caller graph for this function:

◆ mainboard_enable_vdd_cpu()

void mainboard_enable_vdd_cpu ( void  )

Definition at line 19 of file romstage.c.

Referenced by ccplex_cpu_prepare().

Here is the caller graph for this function:

◆ romstage()

◆ romstage_mainboard_init()

void romstage_mainboard_init ( void  )

Definition at line 10 of file romstage.c.

References ARRAY_SIZE, padcfgs, and soc_configure_pads().

Referenced by romstage().

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