Home
last modified time | relevance | path

Searched refs:fit_conf_get_node (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dsource.c124 conf_noffset = fit_conf_get_node(fit_hdr, NULL); in source()
H A Dfdt.c635 cfg_noffset = fit_conf_get_node(working_fdt, NULL); in do_fdt()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit.c61 conf_noffset = fit_conf_get_node(fit, NULL); /* NULL for default conf */ in fit_default_conf_get_node()
197 conf_noffset = fit_conf_get_node(fit, NULL); /* NULL for default conf */ in fit_get_blob()
280 cfg_noffset = fit_conf_get_node(fit, NULL); in fit_image_pre_process()
H A Dfit_misc.c225 conf_noffset = fit_conf_get_node(fit, NULL); /* NULL for default conf */ in fit_rollback_index_verify()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dsec_firmware.c49 conf_node_off = fit_conf_get_node(sec_firmware_img, conf_node_name); in sec_firmware_get_data()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c632 conf_noffset = fit_conf_get_node(fit, NULL); in spl_load_kernel_fit()
741 conf_noffset = fit_conf_get_node(fit, NULL); in spl_internal_load_simple_fit()
H A Dspl_fit_tb_px30.S1101 bl fit_conf_get_node
1613 bl fit_conf_get_node
H A Dspl_fit_tb_rv1106.S1137 bl fit_conf_get_node
1654 bl fit_conf_get_node
H A Dspl_fit_tb_rv1126b.S1133 bl fit_conf_get_node
1574 bl fit_conf_get_node
H A Dspl_fit_tb_rv1126.S1116 bl fit_conf_get_node
1625 bl fit_conf_get_node
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1933 int fit_conf_get_node(const void *fit, const char *conf_uname) in fit_conf_get_node() function
2123 cfg_noffset = fit_conf_get_node(fit_hdr, images->fit_uname_cfg); in fit_get_node_from_config()
2229 cfg_noffset = fit_conf_get_node(fit, in fit_image_load_index()
2537 cfg_noffset = fit_conf_get_node(fit, fit_uname_config); in boot_get_fdt_fit()
H A Dimage.c1275 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg); in boot_get_fpga()
1385 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg); in boot_get_loadable()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c371 conf_noffset = fit_conf_get_node(fit, fit_uname_cfg); in brought_up_all_amp()
/rk3399_rockchip-uboot/tools/
H A Dimage-host.c761 cfg_noffset = fit_conf_get_node(fit, NULL); in fit_check_sign()
/rk3399_rockchip-uboot/include/
H A Dimage.h1086 int fit_conf_get_node(const void *fit, const char *conf_uname);