Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c38 struct fdt_header *working_fdt; variable
45 working_fdt = buf; in set_working_fdt_addr()
109 blob = working_fdt; in do_fdt()
153 if (!working_fdt) { in do_fdt()
154 working_fdt = (void *)gd->fdt_blob; in do_fdt()
173 working_fdt = (struct fdt_header *)simple_strtoul(argv[2], NULL, 16); in do_fdt()
174 if (!fdt_valid(&working_fdt)) in do_fdt()
184 len = fdt_totalsize(working_fdt); in do_fdt()
187 if (len < fdt_totalsize(working_fdt)) { in do_fdt()
190 len, fdt_totalsize(working_fdt)); in do_fdt()
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dfdt_host.h31 int fit_check_sign(const void *working_fdt, const void *key, int is_spl);
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlibfdt.h310 extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
/OK3568_Linux_fs/u-boot/common/
H A Dbootstage.c301 if (add_bootstages_devicetree(working_fdt)) in bootstage_fdt_add_report()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map