|
iPXE
|
Device tree header. More...
#include <fdt.h>
Data Fields | |
| uint32_t | magic |
| Magic signature. More... | |
| uint32_t | totalsize |
| Total size of device tree. More... | |
| uint32_t | off_dt_struct |
| Offset to structure block. More... | |
| uint32_t | off_dt_strings |
| Offset to strings block. More... | |
| uint32_t | off_mem_rsvmap |
| Offset to memory reservation block. More... | |
| uint32_t | version |
| Version of this data structure. More... | |
| uint32_t | last_comp_version |
| Lowest version to which this structure is compatible. More... | |
| uint32_t | boot_cpuid_phys |
| Physical ID of the boot CPU. More... | |
| uint32_t | size_dt_strings |
| Length of string block. More... | |
| uint32_t | size_dt_struct |
| Length of structure block. More... | |
| uint32_t fdt_header::totalsize |
| uint32_t fdt_header::off_dt_struct |
| uint32_t fdt_header::off_dt_strings |
| uint32_t fdt_header::off_mem_rsvmap |
Offset to memory reservation block.
Definition at line 28 of file fdt.h.
Referenced by fdt_insert().
| uint32_t fdt_header::last_comp_version |
| uint32_t fdt_header::boot_cpuid_phys |
| uint32_t fdt_header::size_dt_strings |
| uint32_t fdt_header::size_dt_struct |
1.8.15