iPXE
|
A microcode update descriptor. More...
#include <ucode.h>
Data Fields | |
uint32_t | signature |
CPUID signature (or 0 to terminate list) More... | |
int32_t | version |
Microcode version. More... | |
uint64_t | address |
Microcode physical address. More... | |
A microcode update descriptor.
This must match the layout as used by the assembly code in ucode_mp.S.
uint32_t ucode_descriptor::signature |
uint64_t ucode_descriptor::address |