Searched refs:fit_conf_get_node (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/arch/arm/cpu/armv8/ |
D | sec_firmware.c | 49 conf_node_off = fit_conf_get_node(sec_firmware_img, conf_node_name); in sec_firmware_get_data() 129 conf_node_off = fit_conf_get_node(sec_firmware_img, conf_node_name); in sec_firmware_check_copy_loadable()
|
/external/u-boot/drivers/net/pfe_eth/ |
D | pfe_firmware.c | 104 conf_node_off = fit_conf_get_node(pfe_fit_addr, conf_node_name); in pfe_get_fw()
|
/external/u-boot/common/ |
D | image-fit.c | 1653 int fit_conf_get_node(const void *fit, const char *conf_uname) in fit_conf_get_node() function 1760 cfg_noffset = fit_conf_get_node(fit_hdr, images->fit_uname_cfg); in fit_get_node_from_config() 1858 cfg_noffset = fit_conf_get_node(fit, in fit_image_load() 2119 cfg_noffset = fit_conf_get_node(fit, fit_uname_config); in boot_get_fdt_fit() 2163 cfg_noffset = fit_conf_get_node(fit, uconfig); in boot_get_fdt_fit()
|
D | image.c | 1374 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg); in boot_get_fpga() 1484 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg); in boot_get_loadable()
|
/external/u-boot/common/spl/ |
D | spl.c | 209 conf_noffset = fit_conf_get_node((const void *)header, in spl_load_fit_image()
|
/external/u-boot/drivers/fpga/ |
D | socfpga_arria10.c | 580 confs_noffset = fit_conf_get_node(buffer_p, NULL); in first_loading_rbf_to_buffer()
|
/external/u-boot/tools/ |
D | image-host.c | 742 cfg_noffset = fit_conf_get_node(fit, NULL); in fit_check_sign()
|
/external/u-boot/cmd/ |
D | fdt.c | 677 cfg_noffset = fit_conf_get_node(working_fdt, NULL); in do_fdt()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 1067 int fit_conf_get_node(const void *fit, const char *conf_uname);
|
/external/u-boot/include/ |
D | image.h | 1067 int fit_conf_get_node(const void *fit, const char *conf_uname);
|