Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Ppi/MpServices.h
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- 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 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Ppi/MpServices.h
r58464 r77662 4 4 handling multiprocessor support. 5 5 6 Copyright (c) 2015 , Intel Corporation. All rights reserved.<BR>6 Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR> 7 7 This program and the accompanying materials 8 8 are licensed and made available under the terms and conditions of the BSD License … … 188 188 service returning. 189 189 @retval EFI_UNSUPPORTED Switching the BSP is not supported. 190 @retval EFI_ SUCCESSThe calling processor is an AP.190 @retval EFI_DEVICE_ERROR The calling processor is an AP. 191 191 @retval EFI_NOT_FOUND The processor with the handle specified by 192 192 ProcessorNumber does not exist. … … 243 243 244 244 /** 245 Enable or disable an applicationprocessor.245 Identify the currently executing processor. 246 246 247 247 @param[in] PeiServices An indirect pointer to the PEI Services Table
Note:
See TracChangeset
for help on using the changeset viewer.