Searched defs:fdt_header (Results 1 – 1 of 1) sorted by relevance
6 struct fdt_header { struct7 uint32_t magic; /* magic word FDT_MAGIC */8 uint32_t totalsize; /* total size of DT block */9 uint32_t off_dt_struct; /* offset to structure */10 uint32_t off_dt_strings; /* offset to strings */11 uint32_t off_mem_rsvmap; /* offset to memory reserve map */12 uint32_t version; /* format version */13 uint32_t last_comp_version; /* last compatible version */16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're19 uint32_t size_dt_strings; /* size of the strings block */[all …]