Home
last modified time | relevance | path

Searched refs:fit_loader (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/openbmc/qemu/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
178 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
262 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/openbmc/qemu/hw/mips/
H A Dboston.c420 static const struct fit_loader boston_fit_loader = {