TianoCore EDK2 master
Loading...
Searching...
No Matches
FDT_HEADER Struct Reference

#include <MdePkg/Include/Library/FdtLib.h>

Data Fields

UINT32 Magic
 
UINT32 TotalSize
 
UINT32 OffsetDtStruct
 
UINT32 OffsetDtStrings
 
UINT32 OffsetMemRsvmap
 
UINT32 Version
 
UINT32 LastCompVersion
 
UINT32 BootCpuidPhys
 
UINT32 SizeDtStrings
 
UINT32 SizeDtStruct
 

Detailed Description

Flattened Device Tree definition

The Devicetree Blob (DTB) format is a binary encoding with big-endian. When producing or consuming the blob data, CpuToFdt*() or Fdt*ToCpu() provided by this library may be called to convert data between big-endian and little-endian.

Definition at line 139 of file FdtLib.h.

Field Documentation

◆ BootCpuidPhys

UINT32 FDT_HEADER::BootCpuidPhys

Definition at line 149 of file FdtLib.h.

◆ LastCompVersion

UINT32 FDT_HEADER::LastCompVersion

Definition at line 146 of file FdtLib.h.

◆ Magic

UINT32 FDT_HEADER::Magic

Definition at line 140 of file FdtLib.h.

◆ OffsetDtStrings

UINT32 FDT_HEADER::OffsetDtStrings

Definition at line 143 of file FdtLib.h.

◆ OffsetDtStruct

UINT32 FDT_HEADER::OffsetDtStruct

Definition at line 142 of file FdtLib.h.

◆ OffsetMemRsvmap

UINT32 FDT_HEADER::OffsetMemRsvmap

Definition at line 144 of file FdtLib.h.

◆ SizeDtStrings

UINT32 FDT_HEADER::SizeDtStrings

Definition at line 152 of file FdtLib.h.

◆ SizeDtStruct

UINT32 FDT_HEADER::SizeDtStruct

Definition at line 155 of file FdtLib.h.

◆ TotalSize

UINT32 FDT_HEADER::TotalSize

Definition at line 141 of file FdtLib.h.

◆ Version

UINT32 FDT_HEADER::Version

Definition at line 145 of file FdtLib.h.


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