coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <stdint.h>
#include <amdblocks/cpu.h>
#include <bootblock_common.h>
#include <console/console.h>
#include <cpu/x86/tsc.h>
#include <soc/psp_transfer.h>
#include <soc/southbridge.h>
#include <amdblocks/amd_pci_mmconf.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 12 of file bootblock.c.

References boot_with_psp_timestamp(), bootblock_main_with_basetime(), CONFIG, early_cache_setup(), enable_pci_mmconf(), tsc_freq_mhz(), and write_resume_eip().

Here is the call graph for this function:

◆ bootblock_soc_early_init()

void bootblock_soc_early_init ( void  )

Definition at line 34 of file bootblock.c.

References fch_pre_init().

Here is the call graph for this function:

◆ bootblock_soc_init()

void bootblock_soc_init ( void  )

Definition at line 39 of file bootblock.c.

References BIOS_DEBUG, CONFIG, cpuid_eax(), fch_early_init(), printk, show_psp_transfer_info(), val, and verify_psp_transfer_buf().

Here is the call graph for this function: