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

#include <smm_reloc.h>

Collaboration diagram for ied_header:
Collaboration graph

Data Fields

char signature [10]
 
u32 size
 
u8 reserved [34]
 

Detailed Description

Definition at line 30 of file smm_reloc.h.

Field Documentation

◆ reserved

u8 ied_header::reserved[34]

Definition at line 33 of file smm_reloc.h.

◆ signature

char ied_header::signature[10]

Definition at line 31 of file smm_reloc.h.

Referenced by setup_ied_area().

◆ size

u32 ied_header::size

Definition at line 32 of file smm_reloc.h.


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