Searched refs:fit_conf_get_node (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/arm/cpu/armv8/ |
A D | sec_firmware.c | 55 conf_node_off = fit_conf_get_node(sec_firmware_img, conf_node_name); in sec_firmware_get_data() 135 conf_node_off = fit_conf_get_node(sec_firmware_img, conf_node_name); in sec_firmware_check_copy_loadable()
|
/u-boot/drivers/net/pfe_eth/ |
A D | pfe_firmware.c | 114 conf_node_off = fit_conf_get_node(pfe_fit_addr, conf_node_name); in pfe_get_fw()
|
/u-boot/common/ |
A D | image-fit.c | 1811 int fit_conf_get_node(const void *fit, const char *conf_uname) in fit_conf_get_node() function 1925 cfg_noffset = fit_conf_get_node(fit_hdr, images->fit_uname_cfg); in fit_get_node_from_config() 2026 cfg_noffset = fit_conf_get_node(fit, in fit_image_load() 2298 cfg_noffset = fit_conf_get_node(fit, fit_uname_config); in boot_get_fdt_fit() 2342 cfg_noffset = fit_conf_get_node(fit, uconfig); in boot_get_fdt_fit()
|
A D | image.c | 1485 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg); in boot_get_fpga() 1595 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg); in boot_get_loadable()
|
/u-boot/drivers/fpga/ |
A D | socfpga_arria10.c | 583 confs_noffset = fit_conf_get_node(buffer_p, NULL); in first_loading_rbf_to_buffer()
|
/u-boot/common/spl/ |
A D | spl.c | 240 conf_noffset = fit_conf_get_node((const void *)header, in spl_load_fit_image()
|
/u-boot/cmd/ |
A D | fdt.c | 677 cfg_noffset = fit_conf_get_node(working_fdt, NULL); in do_fdt()
|
/u-boot/include/ |
A D | image.h | 1186 int fit_conf_get_node(const void *fit, const char *conf_uname);
|
/u-boot/tools/ |
A D | image-host.c | 1116 cfg_noffset = fit_conf_get_node(fit, fit_uname_config); in fit_check_sign()
|
Completed in 38 milliseconds