coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
postcar_frame Struct Reference

#include <romstage.h>

Collaboration diagram for postcar_frame:
Collaboration graph

Data Fields

uintptr_t stack
 
int skip_common_mtrr
 
struct var_mtrr_context ctx
 

Detailed Description

Definition at line 18 of file romstage.h.

Field Documentation

◆ ctx

◆ skip_common_mtrr

int postcar_frame::skip_common_mtrr

Definition at line 20 of file romstage.h.

Referenced by fill_postcar_frame(), and postcar_frame_common_mtrrs().

◆ stack

uintptr_t postcar_frame::stack

Definition at line 19 of file romstage.h.

Referenced by load_postcar_cbfs(), postcar_frame_init(), run_postcar_phase(), and stack_push().


The documentation for this struct was generated from the following file: