Home
last modified time | relevance | path

Searched refs:fdt_check_header (Results 1 – 25 of 26) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/test/optee/
Dcmd_ut_optee.c109 ut_assertok(fdt_check_header(fdt_base)); in do_ut_optee()
110 ut_assertok(fdt_check_header(fdt_optee)); in do_ut_optee()
111 ut_assertok(fdt_check_header(fdt_no_optee)); in do_ut_optee()
/third_party/uboot/u-boot-2020.01/common/
Dimage-fdt.c65 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) { in image_get_fdt()
106 if (fdt_check_header(fdt_blob) != 0) in boot_fdt_add_mem_rsv_regions()
166 if (fdt_check_header(fdt_blob) != 0) { in boot_relocate_fdt()
448 if (fdt_check_header(fdt_blob) != 0) { in boot_get_fdt()
467 !fdt_check_header((char *)fdt_data)) { in boot_get_fdt()
479 if (fdt_check_header(fdt_blob)) in boot_get_fdt()
Dload_fip.c282 extern int fdt_check_header(const void *fdt);
560 ret = fdt_check_header(fdt); in load_fip_amp()
673 ret = fdt_check_header(fdt); in load_fip()
Dfdt_support.c194 err = fdt_check_header(fdt); in fdt_root()
281 err = fdt_check_header(fdt); in fdt_chosen()
431 err = fdt_check_header(blob); in fdt_fixup_memory_banks()
483 err = fdt_check_header(blob); in fdt_set_usable_memory()
596 err = fdt_check_header(blob); in fdt_record_loadable()
Dimage-fit.c1593 ret = fdt_check_header(fit); in fit_check_format()
2193 if (image_type == IH_TYPE_FLATDT && fdt_check_header(loadbuf)) { in fit_image_load()
Dimage.c997 if (fdt_check_header(img_addr) == 0) in genimg_get_format()
/third_party/uboot/u-boot-2020.01/tools/
Dfit_common.c29 if (fdt_check_header(ptr) != EXIT_SUCCESS || in fit_verify_header()
86 if (fdt_check_header(ptr)) { in mmap_fdt()
Dfdtgrep.c789 ret = fdt_check_header(blob); in do_fdtgrep()
/third_party/uboot/u-boot-2020.01/lib/optee/
Doptee.c126 if (fdt_check_header(old_blob)) in optee_copy_fdt_nodes()
129 if (fdt_check_header(new_blob)) in optee_copy_fdt_nodes()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/fsl-layerscape/
Dppa.c110 ret = fdt_check_header(fitp); in ppa_init()
175 ret = fdt_check_header(&fit); in ppa_init()
/third_party/uboot/u-boot-2020.01/test/overlay/
Dcmd_ut_overlay.c228 ut_assertok(fdt_check_header(fdt_base)); in do_ut_overlay()
229 ut_assertok(fdt_check_header(fdt_overlay)); in do_ut_overlay()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/
Dsec_firmware.c309 if (fdt_check_header(sec_firmware_img)) { in sec_firmware_is_valid()
476 err = fdt_check_header(fdt); in fdt_fixup_kaslr()
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/
Dpfe_firmware.c147 ret = fdt_check_header(pfe_fit_addr); in pfe_fit_check()
/third_party/uboot/u-boot-2020.01/drivers/ddr/imx/imx8m/
Dhelper.c37 if (gd->fdt_blob && !fdt_check_header(gd->fdt_blob)) { in ddr_load_train_firmware()
/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt.c82 int fdt_check_header(const void *fdt) in fdt_check_header() function
Dlibfdt.h293 int fdt_check_header(const void *fdt);
Dfdt_ro.c872 err = fdt_check_header(fdt); in fdt_check_full()
/third_party/uboot/u-boot-2020.01/lib/
Dof_live.c280 if (fdt_check_header(blob)) { in unflatten_device_tree()
Dfdtdec.c566 fdt_check_header(gd->fdt_blob)) { in fdtdec_prepare_fdt()
/third_party/uboot/u-boot-2020.01/cmd/
Dbootefi.c251 if (fdt_check_header(fdt)) { in efi_install_fdt()
Dfdt.c751 err = fdt_check_header(blob); in fdt_valid()
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/
Dmc.c477 error = fdt_check_header(dpc_fdt_hdr); in load_mc_dpc()
553 error = fdt_check_header(dpl_fdt_hdr); in load_mc_dpl()
/third_party/uboot/u-boot-2020.01/common/spl/
Dspl.c102 err = fdt_check_header(fdt_blob); in spl_fixup_fdt()
/third_party/uboot/u-boot-2020.01/lib/libfdt/
Dfdt_ro.c875 err = fdt_check_header(fdt); in fdt_check_full()
/third_party/uboot/u-boot-2020.01/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped139 check_err(fdt_check_header(self._fdt));

12