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 <console/console.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)
 

Function Documentation

◆ bootblock_c_entry_bist()

asmlinkage void bootblock_c_entry_bist ( uint64_t  base_timestamp,
uint32_t  bist 
)

Definition at line 7 of file bootblock.c.

References bootblock_main_with_basetime(), console_init(), post_code, and report_bist_failure().

Here is the call graph for this function: