|
iPXE
|
A microcode update. More...
Data Fields | |
| struct ucode_vendor * | vendor |
| 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_descriptor * | desc |
| Update descriptors (if being populated) More... | |
| struct ucode_vendor* ucode_update::vendor |
CPU vendor, if known.
Definition at line 89 of file ucode.c.
Referenced by ucode_describe(), ucode_exec(), and ucode_update_all().
| uint32_t ucode_update::signature |
Boot processor CPU signature.
Definition at line 91 of file ucode.c.
Referenced by ucode_describe(), and ucode_exec().
| uint32_t ucode_update::platform |
Platform ID.
Definition at line 93 of file ucode.c.
Referenced by ucode_describe(), and ucode_exec().
| unsigned int ucode_update::count |
Number of potentially relevant signatures found.
Definition at line 95 of file ucode.c.
Referenced by ucode_describe(), ucode_exec(), and ucode_update_all().
| struct ucode_descriptor* ucode_update::desc |
Update descriptors (if being populated)
Definition at line 97 of file ucode.c.
Referenced by ucode_describe(), ucode_exec(), ucode_status(), and ucode_update_all().
1.8.15