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/Ppi/ReadOnlyVariable2.h

    r58466 r77662  
    33  This ppi permits read-only access to the UEFI variable store during the PEI phase.
    44
    5 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
     5Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
    66This program and the accompanying materials are licensed and made available under
    77the terms and conditions of the BSD License that accompanies this distribution.
     
    4242                                On return, points to the size of the data returned in Data.
    4343  @param  Data                  Points to the buffer which will hold the returned variable value.
     44                                May be NULL with a zero DataSize in order to determine the size of the buffer needed.
    4445
    4546  @retval EFI_SUCCESS           The variable was read successfully.
    46   @retval EFI_NOT_FOUND         The variable could not be found.
     47  @retval EFI_NOT_FOUND         The variable was not found.
    4748  @retval EFI_BUFFER_TOO_SMALL  The DataSize is too small for the resulting data.
    4849                                DataSize is updated with the size required for
     
    6061  OUT       UINT32                          *Attributes,
    6162  IN OUT    UINTN                           *DataSize,
    62   OUT       VOID                            *Data
     63  OUT       VOID                            *Data OPTIONAL
    6364  );
    6465
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