coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
memmap.c File Reference
#include <arch/romstage.h>
#include <cbmem.h>
#include <console/console.h>
#include <device/pci_ops.h>
#include <cpu/x86/smm.h>
#include <soc/soc_util.h>
#include <soc/pci_devs.h>
#include <soc/util.h>
#include <security/intel/txt/txt_platform.h>
Include dependency graph for memmap.c:

Go to the source code of this file.

Functions

void smm_region (uintptr_t *start, size_t *size)
 
void fill_postcar_frame (struct postcar_frame *pcf)
 
union dpr_register txt_get_chipset_dpr (void)
 

Function Documentation

◆ fill_postcar_frame()

void fill_postcar_frame ( struct postcar_frame pcf)

Definition at line 30 of file memmap.c.

References ALIGN_DOWN, ALIGN_UP, BIOS_DEBUG, cbmem_get_region(), cbmem_top(), CONFIG, MiB, MTRR_TYPE_WRBACK, postcar_enable_tseg_cache(), postcar_frame_add_mtrr(), and printk.

Referenced by prepare_and_run_postcar().

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

◆ smm_region()

◆ txt_get_chipset_dpr()

union dpr_register txt_get_chipset_dpr ( void  )

Definition at line 30 of file memmap.c.