Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/UefiPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.c
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/UefiPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.c
r99404 r108794 26 26 Find SmmSwDispatch2Context by SwSmiInputValue. 27 27 28 @param[in] SwSmiInputValue The value to i ndentify the SmmSwDispatch2 context28 @param[in] SwSmiInputValue The value to identify the SmmSwDispatch2 context 29 29 30 30 @return Pointer to EFI_SMM_SW_DISPATCH2_CONTEXT context … … 52 52 Find SmmSwDispatch2Context by DispatchHandle. 53 53 54 @param DispatchHandle The handle to i ndentify the SmmSwDispatch2 context54 @param DispatchHandle The handle to identify the SmmSwDispatch2 context 55 55 56 56 @return Pointer to EFI_SMM_SW_DISPATCH2_CONTEXT context … … 179 179 Check the SwSmiInputValue is already used 180 180 181 @param[in] SwSmiInputValue To i ndentify the SmmSwDispatch2 context181 @param[in] SwSmiInputValue To identify the SmmSwDispatch2 context 182 182 183 183 @retval EFI_SUCCESS SwSmiInputValue could be used.
Note:
See TracChangeset
for help on using the changeset viewer.