coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bootblock_early_cpu_init (void)
 
void bootblock_early_northbridge_init (void)
 
void bootblock_early_southbridge_init (void)
 

Function Documentation

◆ bootblock_early_cpu_init()

void bootblock_early_cpu_init ( void  )

Definition at line 18 of file bootblock.c.

References set_flex_ratio_to_tdp_nominal().

Referenced by bootblock_soc_early_init().

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

◆ bootblock_early_northbridge_init()

void bootblock_early_northbridge_init ( void  )

◆ bootblock_early_southbridge_init()