Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c
r48674 r58466 4 4 This library hides the global variable for the EFI Runtime Services so the 5 5 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 7 7 mapping than from the normal physical mapping at boot services time. 8 8 … … 126 126 127 127 /** 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 129 129 to free the allocated resource before the exiting. 130 130 It will ASSERT() if gBS is NULL. … … 181 181 182 182 /** 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. 184 184 185 185 This function returns TRUE after all the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE functions have … … 467 467 may create and manage its own variables without the risk of name conflicts by using a unique VendorGuid. 468 468 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 470 470 Unicode String 471 471 @param VendorGuid Unify identifier for vendor. … … 531 531 532 532 /** 533 This service is a wrapper for the UEFI Runtime Service ConvertPointer(). 533 This service is a wrapper for the UEFI Runtime Service ConvertPointer(). 534 534 535 535 The ConvertPointer() function is used by an EFI component during the SetVirtualAddressMap() operation. … … 563 563 564 564 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. 566 566 For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure 567 567 and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical … … 615 615 LIST_ENTRY *Link; 616 616 LIST_ENTRY *NextLink; 617 617 618 618 // 619 619 // For NULL List, return EFI_SUCCESS -
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
r58459 r58466 45 45 UefiRuntimeServicesTableLib 46 46 DebugLib 47 47 48 48 [Guids] 49 49 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
Note:
See TracChangeset
for help on using the changeset viewer.