Home
last modified time | relevance | path

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

/external/coreboot/util/cbfstool/
Dfit.c61 struct microcode_header { struct
288 while (file_length > sizeof(struct microcode_header)) { in parse_microcode_blob()
289 const struct microcode_header *mcu_header; in parse_microcode_blob()
319 if (file_length < sizeof(struct microcode_header)) in parse_microcode_blob()