Home
last modified time | relevance | path

Searched defs:fit_hdr (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/cmd/
H A Ddisk.c24 const void *fit_hdr = NULL; in common_diskboot() local
H A Dsource.c54 const void* fit_hdr; in source() local
H A Dximg.c44 const void* fit_hdr; in do_imgextract() local
H A Dfpga.c319 const void *fit_hdr = (const void *)fpga_data; in do_fpga_loadmk() local
H A Dnand.c853 const void *fit_hdr = NULL; in nand_load_image() local
H A Dfdc.c643 const void *fit_hdr = NULL; in do_fdcboot() local
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c117 void *fit_hdr; in parse_mc_firmware_fit_image() local
/openbmc/u-boot/common/
H A Dimage-fit.c1731 void *fit_hdr; in fit_get_node_from_config() local
/openbmc/u-boot/include/
H A Dimage.h1005 static inline const char *fit_get_name(const void *fit_hdr, in fit_get_name()