coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fsp_report.c File Reference
#include <arch/symbols.h>
#include <console/console.h>
#include <fsp/util.h>
Include dependency graph for fsp_report.c:

Go to the source code of this file.

Functions

void report_fsp_output (void)
 

Variables

uintptr_t temp_memory_start
 
uintptr_t temp_memory_end
 

Function Documentation

◆ report_fsp_output()

void report_fsp_output ( void  )

Definition at line 11 of file fsp_report.c.

References _car_region_size, _car_region_start, BIOS_DEBUG, BIOS_ERR, region::offset, printk, region_is_subregion(), region::size, temp_memory_end, and temp_memory_start.

Referenced by bootblock_soc_init().

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

Variable Documentation

◆ temp_memory_end

uintptr_t temp_memory_end

Definition at line 9 of file fsp_report.c.

Referenced by report_fsp_output().

◆ temp_memory_start

uintptr_t temp_memory_start

Definition at line 8 of file fsp_report.c.

Referenced by report_fsp_output().