Home
last modified time | relevance | path

Searched refs:working_fdt (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/cmd/
Dfdt.c37 struct fdt_header *working_fdt; variable
44 working_fdt = buf; in set_working_fdt_addr()
108 blob = working_fdt; in do_fdt()
152 if (!working_fdt) { in do_fdt()
174 working_fdt = (struct fdt_header *)simple_strtoul(argv[2], NULL, 16); in do_fdt()
175 if (!fdt_valid(&working_fdt)) in do_fdt()
185 len = fdt_totalsize(working_fdt); in do_fdt()
188 if (len < fdt_totalsize(working_fdt)) { in do_fdt()
191 len, fdt_totalsize(working_fdt)); in do_fdt()
199 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()
[all …]
/external/u-boot/tools/
Dfdt_host.h30 int fit_check_sign(const void *working_fdt, const void *key);
/external/u-boot/include/linux/
Dlibfdt.h310 extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
/external/u-boot/common/
Dbootstage.c300 if (add_bootstages_devicetree(working_fdt)) in bootstage_fdt_add_report()
/external/u-boot/drivers/net/fsl-mc/
Dmc.c1419 fdt_fixup_board_enet(working_fdt); in fsl_mc_ldpaa_exit()