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

#include <imd_private.h>

Collaboration diagram for imd_root:
Collaboration graph

Data Fields

uint32_t max_entries
 
uint32_t num_entries
 
uint32_t flags
 
uint32_t entry_align
 
int32_t max_offset
 
struct imd_entry entries [0]
 

Detailed Description

Definition at line 22 of file imd_private.h.

Field Documentation

◆ entries

◆ entry_align

uint32_t imd_root::entry_align

Definition at line 26 of file imd_private.h.

Referenced by imd_entry_add_to_root(), imdr_create_empty(), and imdr_recover().

◆ flags

uint32_t imd_root::flags

Definition at line 25 of file imd_private.h.

Referenced by imd_lockdown(), and root_is_locked().

◆ max_entries

uint32_t imd_root::max_entries

Definition at line 23 of file imd_private.h.

Referenced by imd_entry_add_to_root(), imdr_create_empty(), and imdr_recover().

◆ max_offset

int32_t imd_root::max_offset

Definition at line 28 of file imd_private.h.

Referenced by imd_root_data_left(), imdr_limit_size(), and imdr_recover().

◆ num_entries


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