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 <arch/bootblock.h>
#include <cpu/x86/bist.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

asmlinkage void bootblock_c_entry_bist (uint64_t base_timestamp, uint32_t bist)
 
void __weak bootblock_early_northbridge_init (void)
 
void __weak bootblock_early_southbridge_init (void)
 
void __weak bootblock_early_cpu_init (void)
 
void bootblock_soc_early_init (void)
 
void bootblock_soc_init (void)
 

Variables

static uint32_t saved_bist
 

Function Documentation

◆ bootblock_c_entry_bist()

asmlinkage void bootblock_c_entry_bist ( uint64_t  base_timestamp,
uint32_t  bist 
)

Definition at line 9 of file bootblock.c.

References bootblock_main_with_basetime(), and saved_bist.

Here is the call graph for this function:

◆ bootblock_early_cpu_init()

void __weak bootblock_early_cpu_init ( void  )

Definition at line 18 of file bootblock.c.

Referenced by bootblock_soc_early_init().

Here is the caller graph for this function:

◆ bootblock_early_northbridge_init()

void __weak bootblock_early_northbridge_init ( void  )

Definition at line 16 of file bootblock.c.

Referenced by bootblock_soc_early_init().

Here is the caller graph for this function:

◆ bootblock_early_southbridge_init()

void __weak bootblock_early_southbridge_init ( void  )

Definition at line 17 of file bootblock.c.

Referenced by bootblock_soc_early_init().

Here is the caller graph for this function:

◆ bootblock_soc_early_init()

void bootblock_soc_early_init ( void  )

Definition at line 20 of file bootblock.c.

References bootblock_early_cpu_init(), bootblock_early_northbridge_init(), and bootblock_early_southbridge_init().

Referenced by bootblock_main(), and bootblock_main_with_timestamp().

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

◆ bootblock_soc_init()

void bootblock_soc_init ( void  )

Definition at line 27 of file bootblock.c.

References report_bist_failure(), and saved_bist.

Referenced by bootblock_main(), and bootblock_main_with_timestamp().

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

Variable Documentation

◆ saved_bist

uint32_t saved_bist
static

Definition at line 7 of file bootblock.c.

Referenced by bootblock_c_entry_bist(), and bootblock_soc_init().