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

Data Fields

fdt32_t magic
 
fdt32_t totalsize
 
fdt32_t off_dt_struct
 
fdt32_t off_dt_strings
 
fdt32_t off_mem_rsvmap
 
fdt32_t version
 
fdt32_t last_comp_version
 
fdt32_t boot_cpuid_phys
 
fdt32_t size_dt_strings
 
fdt32_t size_dt_struct
 

Detailed Description

Definition at line 58 of file fdt.h.

Field Documentation

◆ boot_cpuid_phys

fdt32_t fdt_header::boot_cpuid_phys

Definition at line 68 of file fdt.h.

◆ last_comp_version

fdt32_t fdt_header::last_comp_version

Definition at line 65 of file fdt.h.

◆ magic

fdt32_t fdt_header::magic

Definition at line 59 of file fdt.h.

◆ off_dt_strings

fdt32_t fdt_header::off_dt_strings

Definition at line 62 of file fdt.h.

◆ off_dt_struct

fdt32_t fdt_header::off_dt_struct

Definition at line 61 of file fdt.h.

◆ off_mem_rsvmap

fdt32_t fdt_header::off_mem_rsvmap

Definition at line 63 of file fdt.h.

◆ size_dt_strings

fdt32_t fdt_header::size_dt_strings

Definition at line 71 of file fdt.h.

◆ size_dt_struct

fdt32_t fdt_header::size_dt_struct

Definition at line 74 of file fdt.h.

◆ totalsize

fdt32_t fdt_header::totalsize

Definition at line 60 of file fdt.h.

◆ version

fdt32_t fdt_header::version

Definition at line 64 of file fdt.h.


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