Home
last modified time | relevance | path

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

12

/openbmc/u-boot/cmd/
H A Dbootefi.c175 if (fdt_check_header(fdt)) { in efi_install_fdt()
H A Dfdt.c750 err = fdt_check_header(blob); in fdt_valid()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h260 int fdt_check_header(const void *fdt);
H A Dfdt_ro.c240 if (((err = fdt_check_header(fdt)) != 0) in fdt_get_name()
/openbmc/linux/drivers/of/
H A Dfdt.c390 if (fdt_check_header(blob)) { in __unflatten_device_tree()
1279 if (fdt_check_header(params)) in early_init_dt_verify()
H A Doverlay.c1005 fdt_check_header(overlay_fdt)) { in of_overlay_fdt_apply()
/openbmc/linux/arch/loongarch/kernel/
H A Dsetup.c303 if (!fdt_pointer || fdt_check_header(fdt_pointer)) in fdt_setup()
/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt.h310 int fdt_check_header(const void *fdt);
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c464 error = fdt_check_header(dpc_fdt_hdr); in load_mc_dpc()
540 error = fdt_check_header(dpl_fdt_hdr); in load_mc_dpl()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c217 if (((err = fdt_check_header(fdt)) != 0) in fdt_get_name()
/openbmc/u-boot/common/spl/
H A Dspl.c102 err = fdt_check_header(fdt_blob); in spl_fixup_fdt()
/openbmc/u-boot/common/
H A Dimage-fit.c1459 if (fdt_check_header(fit)) { in fit_check_format()
1947 if (image_type == IH_TYPE_FLATDT && fdt_check_header(buf)) { in fit_image_load()
H A Dimage.c878 if (fdt_check_header(img_addr) == 0) in genimg_get_format()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/
H A D0001-Platform-ARM-N1sdp-Add-support-to-parse-NT_FW_CONFIG.patch368 + if (fdt_check_header (NtFwCfgDtBlob) != 0) {
/openbmc/u-boot/tools/
H A Dfdtgrep.c789 ret = fdt_check_header(blob); in do_fdtgrep()
/openbmc/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c775 if (fdt_check_header(initial_boot_params)) in octeon_prune_device_tree()
/openbmc/u-boot/lib/
H A Dfdtdec.c618 fdt_check_header(gd->fdt_blob)) { in fdtdec_prepare_fdt()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped139 check_err(fdt_check_header(self._fdt));

12