coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <acpi/acpi.h>
#include <arch/exception.h>
#include <bootblock_common.h>
#include <console/console.h>
#include <delay.h>
#include <metadata_hash.h>
#include <option.h>
#include <post.h>
#include <program_loading.h>
#include <security/tpm/tspi.h>
#include <symbols.h>
#include <timestamp.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

__weak void bootblock_mainboard_early_init (void)
 
__weak void bootblock_soc_early_init (void)
 
__weak void bootblock_soc_init (void)
 
__weak void bootblock_mainboard_init (void)
 
void bootblock_main_with_timestamp (uint64_t base_timestamp, struct timestamp_entry *timestamps, size_t num_timestamps)
 
void bootblock_main_with_basetime (uint64_t base_timestamp)
 
void main (void)
 

Function Documentation

◆ bootblock_main_with_basetime()

void bootblock_main_with_basetime ( uint64_t  base_timestamp)

Definition at line 71 of file bootblock.c.

References bootblock_main_with_timestamp(), and NULL.

Referenced by bootblock_c_entry(), and bootblock_c_entry_bist().

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

◆ bootblock_main_with_timestamp()

void bootblock_main_with_timestamp ( uint64_t  base_timestamp,
struct timestamp_entry timestamps,
size_t  num_timestamps 
)

◆ bootblock_mainboard_early_init()

__weak void bootblock_mainboard_early_init ( void  )

Definition at line 16 of file bootblock.c.

Referenced by bootblock_main(), bootblock_main_with_timestamp(), mb_set_up_early_espi(), and tegra210_main().

Here is the caller graph for this function:

◆ bootblock_mainboard_init()

__weak void bootblock_mainboard_init ( void  )

Definition at line 19 of file bootblock.c.

Referenced by bootblock_main(), bootblock_main_with_timestamp(), tegra124_main(), and tegra210_main().

Here is the caller graph for this function:

◆ bootblock_soc_early_init()

__weak void bootblock_soc_early_init ( void  )

Definition at line 17 of file bootblock.c.

◆ bootblock_soc_init()

__weak void bootblock_soc_init ( void  )

Definition at line 18 of file bootblock.c.

◆ main()

void main ( void  )

Definition at line 76 of file bootblock.c.

References bootblock_main_with_timestamp(), CONFIG, init_timer(), NULL, and timestamp_get.

Here is the call graph for this function: