diff options
author | Yuanhao Xie <yuanhao.xie@intel.com> | 2023-10-07 14:32:03 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-31 20:55:37 +0000 |
commit | ccbe2e938386ed1ec49b3ad8ed6d107e7416e273 (patch) | |
tree | 993c2b417e739751c175dee47ec47eb4cf7c1f84 | |
parent | 36812d6c3e0c4402ea90e20566ac80de634d210b (diff) | |
download | edk2-ccbe2e938386ed1ec49b3ad8ed6d107e7416e273.tar.gz edk2-ccbe2e938386ed1ec49b3ad8ed6d107e7416e273.tar.bz2 edk2-ccbe2e938386ed1ec49b3ad8ed6d107e7416e273.zip |
UefiCpuPkg: Correct file description for MpHandOff header file
Cc: Eric Dong <eric.dong@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Yuanhao Xie <yuanhao.xie@intel.com>
Message-Id: <20231007063203.936-1-yuanhao.xie@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Rahul R Kumar <rahul.r.kumar@intel.com>
-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
**/
|