Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmServicesTableLib
- 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/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c
r48674 r58466 41 41 // 42 42 // Retrieve SMM Base2 Protocol, Do not use gBS from UefiBootServicesTableLib on purpose 43 // to prevent inclusion of gBS, gST, and gImageHandle from SMM Drivers unless the 44 // SMM driver explicity declares that dependency. 43 // to prevent inclusion of gBS, gST, and gImageHandle from SMM Drivers unless the 44 // SMM driver explicity declares that dependency. 45 45 // 46 46 Status = SystemTable->BootServices->LocateProtocol ( … … 72 72 73 73 /** 74 This function allows the caller to determine if the driver is executing in 74 This function allows the caller to determine if the driver is executing in 75 75 System Management Mode(SMM). 76 76 77 This function returns TRUE if the driver is executing in SMM and FALSE if the 77 This function returns TRUE if the driver is executing in SMM and FALSE if the 78 78 driver is not executing in SMM. 79 79 80 80 @retval TRUE The driver is executing in System Management Mode (SMM). 81 @retval FALSE The driver is not executing in System Management Mode (SMM). 81 @retval FALSE The driver is not executing in System Management Mode (SMM). 82 82 83 83 **/
Note:
See TracChangeset
for help on using the changeset viewer.