coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <bootblock_common.h>
#include <intelblocks/fast_spi.h>
#include <intelblocks/systemagent.h>
#include <intelblocks/tco.h>
#include <intelblocks/uart.h>
#include <soc/bootblock.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

asmlinkage void bootblock_c_entry (uint64_t base_timestamp)
 
void bootblock_soc_early_init (void)
 
void bootblock_soc_init (void)
 

Function Documentation

◆ bootblock_c_entry()

asmlinkage void bootblock_c_entry ( uint64_t  base_timestamp)

Definition at line 10 of file bootblock.c.

References bootblock_main_with_basetime().

Here is the call graph for this function:

◆ bootblock_soc_early_init()

void bootblock_soc_early_init ( void  )

◆ bootblock_soc_init()

void bootblock_soc_init ( void  )

Definition at line 26 of file bootblock.c.

References bootblock_pch_init(), report_platform_info(), and tco_configure().

Here is the call graph for this function: