iPXE
Data Fields
ucode_update Struct Reference

A microcode update. More...

Data Fields

struct ucode_vendorvendor
 CPU vendor, if known. More...
 
uint32_t signature
 Boot processor CPU signature. More...
 
uint32_t platform
 Platform ID. More...
 
unsigned int count
 Number of potentially relevant signatures found. More...
 
struct ucode_descriptordesc
 Update descriptors (if being populated) More...
 

Detailed Description

A microcode update.

Definition at line 86 of file ucode.c.

Field Documentation

◆ vendor

struct ucode_vendor* ucode_update::vendor

CPU vendor, if known.

Definition at line 88 of file ucode.c.

Referenced by ucode_describe(), ucode_exec(), and ucode_update_all().

◆ signature

uint32_t ucode_update::signature

Boot processor CPU signature.

Definition at line 90 of file ucode.c.

Referenced by ucode_describe(), and ucode_exec().

◆ platform

uint32_t ucode_update::platform

Platform ID.

Definition at line 92 of file ucode.c.

Referenced by ucode_describe(), and ucode_exec().

◆ count

unsigned int ucode_update::count

Number of potentially relevant signatures found.

Definition at line 94 of file ucode.c.

Referenced by ucode_describe(), ucode_exec(), and ucode_update_all().

◆ desc

struct ucode_descriptor* ucode_update::desc

Update descriptors (if being populated)

Definition at line 96 of file ucode.c.

Referenced by ucode_describe(), ucode_exec(), ucode_status(), and ucode_update_all().


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