Home
last modified time | relevance | path

Searched defs:fdt_header (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/scripts/dtc/libfdt/
Dfdt.h6 struct fdt_header { struct
7 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're
19 uint32_t size_dt_strings; /* size of the strings block */
[all …]