HomeSort by relevance Sort by last modified time
    Searched refs:fdt (Results 101 - 109 of 109) sorted by null

1 2 3 45

  /system/libufdt/
ufdt_convert.c 88 /* fdt_create() sets the dt_string_off to the end of fdt buffer,
94 void *fdt = tree->fdtps[i]; local
95 const char *strtab_start = (const char *)fdt + fdt_off_dt_strings(fdt);
96 int strtab_size = fdt_size_dt_strings(fdt);
386 static int _ufdt_output_strtab_to_fdt(const struct ufdt *tree, void *fdt) {
388 string tables to the end of the target fdt buffer in reversed order.
391 (char *)fdt + fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
    [all...]
ufdt_overlay.c 38 * device tree (FDT).
41 * ufdt -- unflattned device tree) from FDT. In the real tree, we can perform
555 void *fdt = overlay_tree->fdtps[i]; local
556 if (ufdt_add_fdt(main_tree, fdt) < 0) {
567 dto_error("failed to add more fdt into main ufdt tree.\n");
624 * Will dto_malloc a new fdt blob and return it. Will not dto_free parameters.
641 dto_error("Bad fdt size!\n");
  /system/libufdt/tests/
verifyDTBO.sh 24 adb pull /sys/firmware/fdt final_dt > /dev/null
run_performance_test.sh 79 apply_overlay fdt $base_dts $overlay_dts $merged_dts
  /external/devlib/devlib/platform/
arm.py 54 fdt=None,
71 self.fdt = fdt
139 'fdt': self.fdt,
161 'fdt': self.fdt,
  /external/devlib/devlib/module/
vexpress.py 172 image, fdt, bootargs, initrd,
176 self.uefi_config = self._create_config(image, fdt, bootargs, initrd)
188 def _create_config(self, image, fdt, bootargs, initrd): # pylint: disable=R0201
195 if fdt:
197 config_dict['fdt_path'] = fdt
260 image, fdt, initrd, bootargs,
266 self.fdt = fdt
282 write_characters(tty, 'fl linux fdt {}'.format(self.fdt))
    [all...]
  /external/dtc/
fdtdump.c 14 #include <fdt.h>
159 "Scan for an embedded fdt in file",
211 /* try and locate an embedded fdt in a bigger blob */
230 printf("%s: skipping fdt magic at offset %#zx\n",
236 die("%s: could not locate fdt magic\n", file);
237 printf("%s: found fdt at offset %#zx\n", file, p - buf);
dtc.h 37 #include <fdt.h>
  /external/dtc/tests/
trees.S 1 #include <fdt.h>

Completed in 722 milliseconds

1 2 3 45