coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock_common.h File Reference
#include <arch/cpu.h>
#include <main_decl.h>
#include <timestamp.h>
#include <types.h>
Include dependency graph for bootblock_common.h:

Go to the source code of this file.

Data Structures

struct  bootblock_arg
 

Functions

void decompressor_soc_init (void)
 
void bootblock_mainboard_early_init (void)
 
void bootblock_mainboard_init (void)
 
void bootblock_soc_early_init (void)
 
void bootblock_soc_init (void)
 
asmlinkage void bootblock_c_entry (uint64_t base_timestamp)
 
asmlinkage void bootblock_c_entry_bist (uint64_t base_timestamp, uint32_t bist)
 
asmlinkage void ap_bootblock_c_entry (void)
 
void bootblock_main_with_basetime (uint64_t base_timestamp)
 
void bootblock_main_with_timestamp (uint64_t base_timestamp, struct timestamp_entry *timestamps, size_t num_timestamps)
 

Function Documentation

◆ ap_bootblock_c_entry()

asmlinkage void ap_bootblock_c_entry ( void  )

Definition at line 37 of file bootblock.c.

References CONFIG, enable_lapic(), enable_pci_mmconf(), get_ap_entry_ptr(), halt(), set_early_mtrrs(), and void().

Here is the call graph for this function:

◆ bootblock_c_entry()

◆ 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(), console_init(), post_code, report_bist_failure(), and saved_bist.

Here is the call graph for this function:

◆ 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()

void bootblock_mainboard_early_init ( void  )

Definition at line 16 of file bootblock.c.

◆ bootblock_mainboard_init()

void bootblock_mainboard_init ( void  )

Definition at line 19 of file bootblock.c.

◆ bootblock_soc_early_init()

void bootblock_soc_early_init ( void  )

Definition at line 20 of file bootblock.c.

◆ bootblock_soc_init()

void bootblock_soc_init ( void  )

Definition at line 27 of file bootblock.c.

◆ decompressor_soc_init()

void decompressor_soc_init ( void  )

Definition at line 37 of file decompressor.c.

References DEV_MEM, GiB, mmu_config_range(), mmu_enable(), mmu_init(), mtk_mmu_init(), REGION_SIZE, sc7180_mmu_init(), sc7280_mmu_init(), and SECURE_MEM.

Referenced by main().

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