Home
last modified time | relevance | path

Searched refs:node_path (Results 1 – 6 of 6) sorted by relevance

/u-boot/boot/
A Dimage-cipher.c75 char node_path[128]; in fit_image_setup_decrypt() local
127 snprintf(node_path, sizeof(node_path), "/%s/key-%s-%s-%s", in fit_image_setup_decrypt()
130 snprintf(node_path, sizeof(node_path), "/%s/key-%s-%s", in fit_image_setup_decrypt()
133 noffset = fdt_path_offset(fdt, node_path); in fit_image_setup_decrypt()
142 printf("Can't get key in cipher node '%s'\n", node_path); in fit_image_setup_decrypt()
150 printf("Can't get IV in cipher node '%s'\n", node_path); in fit_image_setup_decrypt()
/u-boot/test/py/tests/
A Dvboot_evil.py110 node_path = path + '/' + str(prop_name)
112 if node_path == searched_node_name:
227 def change_node_name(dt_struct, dt_strings, node_path, node_name): argument
243 determine_offset(dt_struct, dt_strings, node_path))
390 node_path = images_path + loaded_kernel
391 dt_struct = change_node_name(dt_struct, dt_strings, node_path,
/u-boot/arch/arm/mach-imx/mx6/
A Dmodule_fuse.c204 mx6_fuse_descs[i].node_path); in ft_system_setup()
217 …printf("Unable to update property %s:%s, err=%s\n", mx6_fuse_descs[i].node_path, "status", fdt_str… in ft_system_setup()
219 printf("Modify %s disabled\n", mx6_fuse_descs[i].node_path); in ft_system_setup()
/u-boot/arch/arm/include/asm/mach-imx/
A Dmodule_fuse.h71 const char *node_path; member
/u-boot/tools/binman/
A Dentry.py204 def Lookup(node_path, etype, expanded, missing_etype=False): argument
234 (etype, node_path, module_name, e))
A Dftest.py5768 for node_path, expected in [
5773 node = fit.GetNode(node_path)

Completed in 46 milliseconds