Home
last modified time | relevance | path

Searched defs:fw_file (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dqfw.h78 struct fw_file { struct
79 struct fw_cfg_file cfg; /* firmware file information */
80 unsigned long addr; /* firmware file in-memory address */
81 struct list_head list; /* list node to link to fw_list */
/openbmc/qemu/hw/core/
H A Dloader.c943 char *fw_file; member