Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiDebugPrintHobLib
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 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/MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.c
r48674 r58466 26 26 /** 27 27 The constructor reads variable and sets HOB 28 28 29 29 @param FileHandle The handle of FFS header the loaded driver. 30 30 @param PeiServices The pointer to the PEI services. … … 45 45 UINT64 GlobalErrorLevel; 46 46 UINT32 HobErrorLevel; 47 47 48 48 Status = PeiServicesLocatePpi ( 49 49 &gEfiPeiReadOnlyVariable2PpiGuid, … … 54 54 if (!EFI_ERROR (Status)) { 55 55 Size = sizeof (GlobalErrorLevel); 56 Status = Variable->GetVariable ( 57 Variable, 56 Status = Variable->GetVariable ( 57 Variable, 58 58 DEBUG_MASK_VARIABLE_NAME, 59 59 &gEfiGenericVariableGuid,
Note:
See TracChangeset
for help on using the changeset viewer.