VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h

    r48674 r58459  
    44  internal application and drivers as well as all add-in card option-ROM drivers
    55
    6 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
     6Copyright (c) 2006 - 2013, 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. 
     
    676676  EFI_STRING_ID   string; ///< EFI_IFR_TYPE_STRING, EFI_IFR_TYPE_ACTION
    677677  EFI_HII_REF     ref;    ///< EFI_IFR_TYPE_REF
    678   // UINT8 buffer[];      ///< EFI_IFR_TYPE_ORDERED_LIST
     678  // UINT8 buffer[];      ///< EFI_IFR_TYPE_BUFFER
    679679} EFI_IFR_TYPE_VALUE;
    680680
     
    701701#define EFI_IFR_EQ_ID_VAL_OP           0x12
    702702#define EFI_IFR_EQ_ID_ID_OP            0x13
    703 #define EFI_IFR_EQ_ID_LIST_OP          0x14
     703#define EFI_IFR_EQ_ID_VAL_LIST_OP      0x14
    704704#define EFI_IFR_AND_OP                 0x15
    705705#define EFI_IFR_OR_OP                  0x16
     
    780780#define EFI_IFR_MODAL_TAG_OP           0x61
    781781#define EFI_IFR_REFRESH_ID_OP          0x62
     782#define EFI_IFR_WARNING_IF_OP          0x63
    782783
    783784//
     
    886887} EFI_IFR_IMAGE;
    887888
    888 typedef struct _EFI_IFR_MODAL {
    889   EFI_IFR_OP_HEADER        Header;
    890 } EFI_IFR_MODAL;
     889typedef struct _EFI_IFR_MODAL_TAG {
     890  EFI_IFR_OP_HEADER        Header;
     891} EFI_IFR_MODAL_TAG;
    891892
    892893typedef struct _EFI_IFR_LOCKED {
     
    905906  EFI_IFR_TYPE_VALUE       Value;
    906907} EFI_IFR_DEFAULT;
     908
     909typedef struct _EFI_IFR_DEFAULT_2 {
     910  EFI_IFR_OP_HEADER        Header;
     911  UINT16                   DefaultId;
     912  UINT8                    Type;
     913} EFI_IFR_DEFAULT_2;
    907914
    908915typedef struct _EFI_IFR_VALUE {
     
    11201127  EFI_STRING_ID            Error;
    11211128} EFI_IFR_NO_SUBMIT_IF;
     1129
     1130typedef struct _EFI_IFR_WARNING_IF {
     1131  EFI_IFR_OP_HEADER        Header;
     1132  EFI_STRING_ID            Warning;
     1133  UINT8                    TimeOut;
     1134} EFI_IFR_WARNING_IF;
    11221135
    11231136typedef struct _EFI_IFR_REFRESH {
Note: See TracChangeset for help on using the changeset viewer.

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