![Intel Extensible Firmware Interface Specification Download Page 427](http://html1.mh-extra.com/html/intel/extensible-firmware-interface/extensible-firmware-interface_specification_2073117427.webp)
32/64-bit UNDI Specification
Version 1.02
12/12/00
409
G.3.5 Compound
Types
All PXE structures must be byte packed.
G.3.5.1 PXE_HW_UNDI
This section defines the C structures and #defines for the !PXE H/W UNDI interface.
#pragma pack(1)
typedef struct s_pxe_hw_undi {
PXE_UINT32 Signature;
// PXE_ROMID_SIGNATURE
PXE_UINT8 Len;
// sizeof(PXE_HW_UNDI)
PXE_UINT8 Fudge;
// makes 8-bit cksum equal zero
PXE_UINT8 Rev;
// PXE_ROMID_REV
PXE_UINT8 IFcnt;
// physical connector count
PXE_UINT8 MajorVer;
// PXE_ROMID_MAJORVER
PXE_UINT8 MinorVer;
// PXE_ROMID_MINORVER
PXE_UINT16 reserved;
// zero, not used
PXE_UINT32 Implementation;
// implementation flags
} PXE_HW_UNDI;
#pragma pack()
// Status port bit definitions
// UNDI operation state
#define PXE_HWSTAT_STATE_MASK
0xC0000000
#define PXE_HWSTAT_BUSY
0xC0000000
#define PXE_HWSTAT_INITIALIZED
0x80000000
#define PXE_HWSTAT_STARTED
0x40000000
#define PXE_HWSTAT_STOPPED
0x00000000
Summary of Contents for Extensible Firmware Interface
Page 1: ...Extensible Firmware Interface Specification Version 1 02 December 12 2000...
Page 4: ...Extensible Firmware Interface Specification iv 12 12 00 Version 1 02...
Page 42: ...Extensible Firmware Interface Specification 24 12 01 00 Version 1 02...
Page 190: ...Extensible Firmware Interface Specification 172 12 12 00 Version 1 02...
Page 200: ...Extensible Firmware Interface Specification 182 12 12 00 Version 1 02...
Page 226: ...Extensible Firmware Interface Specification 208 12 12 00 Version 1 02...
Page 230: ...Extensible Firmware Interface Specification 212 12 12 00 Version 1 02...
Page 252: ...Extensible Firmware Interface Specification 234 12 12 00 Version 1 02...
Page 294: ...Extensible Firmware Interface Specification 276 12 12 00 Version 1 02...
Page 348: ...Extensible Firmware Interface Specification 330 12 01 00 Version 1 01...
Page 350: ...Extensible Firmware Interface Specification 332 12 12 00 Version 1 02...
Page 354: ...Extensible Firmware Interface Specification 336 12 12 00 Version 1 02...
Page 362: ...Extensible Firmware Interface Specification 344 12 12 00 Version 1 02...
Page 486: ...Extensible Firmware Interface Specification 468 12 12 00 Version 1 02...
Page 494: ...Extensible Firmware Interface Specification 476 12 12 00 Version 1 02...