iPXE
Data Fields
ucode_status Struct Reference

A microcode update status report. More...

#include <ucode.h>

Data Fields

uint32_t signature
 CPU signature. More...
 
uint32_t id
 APIC ID (for sanity checking) More...
 
int32_t before
 Initial microcode version. More...
 
int32_t after
 Final microcode version. More...
 

Detailed Description

A microcode update status report.

This must match the layout as used by the assembly code in ucode_mp.S.

Definition at line 89 of file ucode.h.

Field Documentation

◆ signature

uint32_t ucode_status::signature

CPU signature.

Definition at line 91 of file ucode.h.

◆ id

uint32_t ucode_status::id

APIC ID (for sanity checking)

Definition at line 93 of file ucode.h.

◆ before

int32_t ucode_status::before

Initial microcode version.

Definition at line 95 of file ucode.h.

◆ after

int32_t ucode_status::after

Final microcode version.

Definition at line 97 of file ucode.h.


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