VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c

    r48674 r58466  
    44  This library hides the global variable for the EFI Runtime Services so the
    55  caller does not need to deal with the possibility of being called from an
    6   OS virtual address space. All pointer values are different for a virtual 
     6  OS virtual address space. All pointer values are different for a virtual
    77  mapping than from the normal physical mapping at boot services time.
    88
     
    126126
    127127/**
    128   If a runtime driver exits with an error, it must call this routine 
     128  If a runtime driver exits with an error, it must call this routine
    129129  to free the allocated resource before the exiting.
    130130  It will ASSERT() if gBS is NULL.
     
    181181
    182182/**
    183   This function allows the caller to determine if UEFI SetVirtualAddressMap() has been called. 
     183  This function allows the caller to determine if UEFI SetVirtualAddressMap() has been called.
    184184
    185185  This function returns TRUE after all the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE functions have
     
    467467  may create and manage its own variables without the risk of name conflicts by using a unique VendorGuid.
    468468
    469   @param  VariableName The name of the vendor's variable; it's a Null-Terminated 
     469  @param  VariableName The name of the vendor's variable; it's a Null-Terminated
    470470                       Unicode String
    471471  @param  VendorGuid   Unify identifier for vendor.
     
    531531
    532532/**
    533   This service is a wrapper for the UEFI Runtime Service ConvertPointer(). 
     533  This service is a wrapper for the UEFI Runtime Service ConvertPointer().
    534534
    535535  The ConvertPointer() function is used by an EFI component during the SetVirtualAddressMap() operation.
     
    563563
    564564  For IA32, x64, and EBC, this service is a wrapper for the UEFI Runtime Service
    565   ConvertPointer().  See the UEFI Specification for details. 
     565  ConvertPointer().  See the UEFI Specification for details.
    566566  For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure
    567567  and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical
     
    615615  LIST_ENTRY  *Link;
    616616  LIST_ENTRY  *NextLink;
    617  
     617
    618618  //
    619619  // For NULL List, return EFI_SUCCESS
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf

    r58459 r58466  
    4545  UefiRuntimeServicesTableLib
    4646  DebugLib
    47  
     47
    4848[Guids]
    4949  gEfiEventExitBootServicesGuid             ## CONSUMES ## Event
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