iPXE
|
An UNDI ROM ID structure. More...
#include <pxe.h>
Data Fields | |
UINT32_t | Signature |
Signature. More... | |
UINT8_t | StructLength |
Length of structure. More... | |
UINT8_t | StructCksum |
Checksum. More... | |
UINT8_t | StructRev |
Structure revision. More... | |
UINT8_t | UNDIRev [3] |
UNDI revision. More... | |
UINT16_t | UNDILoader |
Offset to UNDI loader. More... | |
UINT16_t | StackSize |
Minimum required stack segment size. More... | |
UINT16_t | DataSize |
Minimum required data segment size. More... | |
UINT16_t | CodeSize |
Minimum required code segment size. More... | |
UINT32_t undi_rom_id::Signature |
Signature.
Must be equal to UNDI_ROM_ID_SIGNATURE
Definition at line 145 of file pxe.h.
Referenced by undirom_parse_pxeromid().
UINT8_t undi_rom_id::StructRev |
UINT8_t undi_rom_id::UNDIRev[3] |
UINT16_t undi_rom_id::UNDILoader |
Offset to UNDI loader.
Definition at line 161 of file pxe.h.
Referenced by undirom_parse_pxeromid().
UINT16_t undi_rom_id::StackSize |
UINT16_t undi_rom_id::DataSize |
Minimum required data segment size.
Definition at line 165 of file pxe.h.
Referenced by undirom_parse_pxeromid().
UINT16_t undi_rom_id::CodeSize |
Minimum required code segment size.
Definition at line 167 of file pxe.h.
Referenced by undirom_parse_pxeromid().