TianoCore EDK2 master
|
#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 |
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.