iPXE
Data Fields
intel_ucode_ext_header Struct Reference

An Intel microcode update file extended header. More...

#include <ucode.h>

Data Fields

uint32_t count
 Extended signature count. More...
 
uint32_t checksum
 Extended checksum. More...
 
uint8_t reserved [12]
 Reserved. More...
 

Detailed Description

An Intel microcode update file extended header.

Definition at line 149 of file ucode.h.

Field Documentation

◆ count

uint32_t intel_ucode_ext_header::count

Extended signature count.

Definition at line 151 of file ucode.h.

Referenced by ucode_parse_intel().

◆ checksum

uint32_t intel_ucode_ext_header::checksum

Extended checksum.

Definition at line 153 of file ucode.h.

◆ reserved

uint8_t intel_ucode_ext_header::reserved[12]

Reserved.

Definition at line 155 of file ucode.h.


The documentation for this struct was generated from the following file: