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/Library/DxeServicesLib.h

    r48674 r58459  
    33  These functions help access data from sections of FFS files or from file path.
    44
    5 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
     5Copyright (c) 2006 - 2012, 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. 
     
    236236  Allocate memory to store the found image. The caller is responsible to free memory.
    237237
    238   If File is NULL, then NULL is returned.
     238  If FilePath is NULL, then NULL is returned.
    239239  If FileSize is NULL, then NULL is returned.
    240240  If AuthenticationStatus is NULL, then NULL is returned.
     
    249249                                        the file buffer.
    250250  @param[out]      FileSize             Pointer to the size of the abstracted file buffer.
    251   @param[out]      AuthenticationStatus Pointer to a caller-allocated UINT32 in which the authentication
    252                                         status is returned.
    253 
    254   @retval NULL   File is NULL, or FileSize is NULL, or the file can't be found.
     251  @param[out]      AuthenticationStatus Pointer to the authentication status.
     252
     253  @retval NULL   FilePath is NULL, or FileSize is NULL, or AuthenticationStatus is NULL, or the file can't be found.
    255254  @retval other  The abstracted file buffer. The caller is responsible to free memory.
    256255**/
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