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

#include <imd_private.h>

Collaboration diagram for imd_entry:
Collaboration graph

Data Fields

uint32_t magic
 
int32_t start_offset
 
uint32_t size
 
uint32_t id
 

Detailed Description

Definition at line 14 of file imd_private.h.

Field Documentation

◆ id

uint32_t imd_entry::id

Definition at line 19 of file imd_private.h.

Referenced by imd_entry_assign(), imd_entry_id(), imdr_entry_find(), and imdr_print_entries().

◆ magic

uint32_t imd_entry::magic

Definition at line 15 of file imd_private.h.

Referenced by imd_entry_assign(), and imdr_recover().

◆ size

◆ start_offset

int32_t imd_entry::start_offset

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