Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/PiSmmCis.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (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
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/PiSmmCis.h
r48674 r58459 3 3 VOLUME 4 System Management Mode Core Interface version. 4 4 5 Copyright (c) 2009 - 201 1, Intel Corporation. All rights reserved.<BR>5 Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR> 6 6 This program and the accompanying materials 7 7 are licensed and made available under the terms and conditions of the BSD License … … 30 30 /// 31 31 #define SMM_SPECIFICATION_MAJOR_REVISION 1 32 #define SMM_SPECIFICATION_MINOR_REVISION 2032 #define SMM_SPECIFICATION_MINOR_REVISION 30 33 33 #define EFI_SMM_SYSTEM_TABLE2_REVISION ((SMM_SPECIFICATION_MAJOR_REVISION<<16) | (SMM_SPECIFICATION_MINOR_REVISION)) 34 34 … … 107 107 called whenever a protocol interface is installed for Protocol by 108 108 SmmInstallProtocolInterface(). 109 If Function == NULL and Registration is an existing registration, then the callback is unhooked. 109 110 110 111 @param[in] Protocol The unique ID of the protocol for which the event is to be registered. … … 115 116 @retval EFI_INVALID_PARAMETER One or more of Protocol, Function and Registration is NULL. 116 117 @retval EFI_OUT_OF_RESOURCES Not enough memory resource to finish the request. 118 @retval EFI_NOT_FOUND If the registration is not found when Function == NULL. 117 119 **/ 118 120 typedef … … 132 134 @param[in,out] CommBufferSize Points to the size of the optional communication buffer. 133 135 134 @retval EFI_ SUCCESSInterrupt source was processed successfully but not quiesced.136 @retval EFI_WARN_INTERRUPT_SOURCE_PENDING Interrupt source was processed successfully but not quiesced. 135 137 @retval EFI_INTERRUPT_PENDING One or more SMI sources could not be quiesced. 136 @retval EFI_ WARN_INTERRUPT_SOURCE_PENDINGInterrupt source was not handled or quiesced.137 @retval EFI_ WARN_INTERRUPT_SOURCE_QUIESCEDInterrupt source was handled and quiesced.138 @retval EFI_NOT_FOUND Interrupt source was not handled or quiesced. 139 @retval EFI_SUCCESS Interrupt source was handled and quiesced. 138 140 **/ 139 141 typedef … … 217 219 UINTN CurrentlyExecutingCpu; 218 220 /// 219 /// The number of current operationalprocessors in the platform. This is a 1 based221 /// The number of possible processors in the platform. This is a 1 based 220 222 /// counter. This does not indicate the number of processors that entered SMM. 221 223 /// … … 298 300 UINTN CurrentlyExecutingCpu; 299 301 /// 300 /// The number of current operationalprocessors in the platform. This is a 1 based counter.302 /// The number of possible processors in the platform. This is a 1 based counter. 301 303 /// 302 304 UINTN NumberOfCpus;
Note:
See TracChangeset
for help on using the changeset viewer.