VirtualBox

Ignore:
Timestamp:
Mar 12, 2019 12:40:12 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129295
Message:

EFI: First step in UDK2018 merge. Does not build yet.

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Uefi/UefiPxe.h

    r58466 r77662  
    44  are needed for porting PXE to EFI.
    55
    6 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
     6Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
    77This program and the accompanying materials are licensed and made available under
    88the terms and conditions of the BSD License that accompanies this distribution.
     
    10801080  ///
    10811081  /// protocol driver can provide anything for this Unique_ID, UNDI remembers
    1082   /// that as just a 64bit value assocaited to the interface specified by
     1082  /// that as just a 64bit value associated to the interface specified by
    10831083  /// the ifnum and gives it back as a parameter to all the call-back routines
    10841084  /// when calling for that interface!
     
    14591459#define PXE_STATISTICS_UNSUPPORTED_PROTOCOL 0x15
    14601460
     1461///
     1462/// Number of valid frames received that were duplicated.
     1463///
     1464#define PXE_STATISTICS_RX_DUPLICATED_FRAMES 0x16
     1465
     1466///
     1467/// Number of encrypted frames received that failed to decrypt.
     1468///
     1469#define PXE_STATISTICS_RX_DECRYPT_ERROR_FRAMES 0x17
     1470
     1471///
     1472/// Number of frames that failed to transmit after exceeding the retry limit.
     1473///
     1474#define PXE_STATISTICS_TX_ERROR_FRAMES 0x18
     1475
     1476///
     1477/// Number of frames transmitted successfully after more than one attempt.
     1478///
     1479#define PXE_STATISTICS_TX_RETRY_FRAMES 0x19
     1480
    14611481typedef struct s_pxe_cpb_mcast_ip_to_mac {
    14621482  ///
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette