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

#include <mbn_header.h>

Collaboration diagram for mbn_header:
Collaboration graph

Data Fields

u32 mbn_type
 
u32 mbn_version
 
u32 mbn_source
 
u32 mbn_destination
 
u32 mbn_total_size
 
u32 mbn_padding [5]
 

Detailed Description

Definition at line 10 of file mbn_header.h.

Field Documentation

◆ mbn_destination

u32 mbn_header::mbn_destination

Definition at line 14 of file mbn_header.h.

Referenced by load_ipq_blob().

◆ mbn_padding

u32 mbn_header::mbn_padding

Definition at line 16 of file mbn_header.h.

◆ mbn_source

u32 mbn_header::mbn_source

Definition at line 13 of file mbn_header.h.

◆ mbn_total_size

u32 mbn_header::mbn_total_size

Definition at line 15 of file mbn_header.h.

Referenced by initialize_dram(), and load_ipq_blob().

◆ mbn_type

u32 mbn_header::mbn_type

Definition at line 11 of file mbn_header.h.

◆ mbn_version

u32 mbn_header::mbn_version

Definition at line 12 of file mbn_header.h.

Referenced by load_ipq_blob().


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