Searched refs:fdto (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 73 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment) in overlay_get_target_phandle() argument 78 val = fdt_getprop(fdto, fragment, "target", &len); in overlay_get_target_phandle() 103 static int overlay_get_target(const void *fdt, const void *fdto, in overlay_get_target() argument 111 phandle = overlay_get_target_phandle(fdto, fragment); in overlay_get_target() 118 path = fdt_getprop(fdto, fragment, "target-path", &path_len); in overlay_get_target() 201 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() argument 207 ret = overlay_phandle_add_offset(fdto, node, "phandle", delta); in overlay_adjust_node_phandles() 211 ret = overlay_phandle_add_offset(fdto, node, "linux,phandle", delta); in overlay_adjust_node_phandles() 215 fdt_for_each_subnode(child, fdto, node) { in overlay_adjust_node_phandles() 216 ret = overlay_adjust_node_phandles(fdto, child, delta); in overlay_adjust_node_phandles() [all …]
|
| H A D | libfdt.h | 1897 int fdt_overlay_apply(void *fdt, void *fdto);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | fitimage.bbclass | 12 # FITIMAGE_IMAGES ?= "kernel fdt fdto setup ramdisk bootscript" 22 # FITIMAGE_IMAGE_fdto[type] ?= "fdto" 39 # Valid options for the [type] varflag are: "kernel", "fdt", "fdto", "fdtapply", "ramdisk", "bootsc… 409 elif imgtype == 'fdto': 497 … bb.fatal("Empty 'configurations' node generated! At least one 'fdt' or 'fdto' type is required.")
|
| /openbmc/u-boot/include/ |
| H A D | fdt_support.h | 289 int fdt_overlay_apply_verbose(void *fdt, void *fdto);
|
| /openbmc/u-boot/common/ |
| H A D | fdt_support.c | 1736 int fdt_overlay_apply_verbose(void *fdt, void *fdto) in fdt_overlay_apply_verbose() argument 1744 err = fdt_overlay_apply(fdt, fdto); in fdt_overlay_apply_verbose()
|