diff options
-rw-r--r-- | UefiCpuPkg/Library/MpInitLib/MpHandOff.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MpInitLib/MpHandOff.h b/UefiCpuPkg/Library/MpInitLib/MpHandOff.h index 83e4055ec9..77854d6a81 100644 --- a/UefiCpuPkg/Library/MpInitLib/MpHandOff.h +++ b/UefiCpuPkg/Library/MpInitLib/MpHandOff.h @@ -1,6 +1,9 @@ /** @file
- Defines the HOB GUID used to describe the MSEG memory region allocated in PEI.
+ Defines the HOB GUID, which is utilized for transferring essential
+ information from the PEI to the DXE phase.
+
Copyright (c) 2015 - 2023, Intel Corporation. All rights reserved.<BR>
+
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
|