coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <soc/addressmap.h>
#include <soc/clock.h>
#include <soc/funitcfg.h>
#include <soc/nvidia/tegra/i2c.h>
#include <soc/padconfig.h>
#include <soc/romstage.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

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_mainboard_init()

void romstage_mainboard_init ( void  )

Definition at line 10 of file romstage.c.

Referenced by romstage().

Here is the caller graph for this function: