Searched refs:fit_conf_get_node (Results 1 – 15 of 15) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | source.c | 124 conf_noffset = fit_conf_get_node(fit_hdr, NULL); in source()
|
| H A D | fdt.c | 635 cfg_noffset = fit_conf_get_node(working_fdt, NULL); in do_fdt()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 61 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 D | fit_misc.c | 225 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 D | sec_firmware.c | 49 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 D | spl_fit.c | 632 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 D | spl_fit_tb_px30.S | 1101 bl fit_conf_get_node 1613 bl fit_conf_get_node
|
| H A D | spl_fit_tb_rv1106.S | 1137 bl fit_conf_get_node 1654 bl fit_conf_get_node
|
| H A D | spl_fit_tb_rv1126b.S | 1133 bl fit_conf_get_node 1574 bl fit_conf_get_node
|
| H A D | spl_fit_tb_rv1126.S | 1116 bl fit_conf_get_node 1625 bl fit_conf_get_node
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 1933 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 D | image.c | 1275 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 D | rockchip_amp.c | 371 conf_noffset = fit_conf_get_node(fit, fit_uname_cfg); in brought_up_all_amp()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | image-host.c | 761 cfg_noffset = fit_conf_get_node(fit, NULL); in fit_check_sign()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1086 int fit_conf_get_node(const void *fit, const char *conf_uname);
|