Searched refs:fdto (Results 1 – 7 of 7) 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/linux/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 28 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment) in overlay_get_target_phandle() argument 33 val = fdt_getprop(fdto, fragment, "target", &len); in overlay_get_target_phandle() 43 int fdt_overlay_target_offset(const void *fdt, const void *fdto, in fdt_overlay_target_offset() argument 51 phandle = overlay_get_target_phandle(fdto, fragment_offset); in fdt_overlay_target_offset() 58 path = fdt_getprop(fdto, fragment_offset, "target-path", &path_len); in fdt_overlay_target_offset() 141 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() argument 147 ret = overlay_phandle_add_offset(fdto, node, "phandle", delta); in overlay_adjust_node_phandles() 151 ret = overlay_phandle_add_offset(fdto, node, "linux,phandle", delta); in overlay_adjust_node_phandles() 155 fdt_for_each_subnode(child, fdto, node) { in overlay_adjust_node_phandles() 156 ret = overlay_adjust_node_phandles(fdto, child, delta); in overlay_adjust_node_phandles() [all …]
|
H A D | libfdt.h | 2124 int fdt_overlay_apply(void *fdt, void *fdto); 2141 int fdt_overlay_target_offset(const void *fdt, const 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… 407 elif imgtype == 'fdto':
|
/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()
|