[edk2-devel] [PATCH] UefiCpuPkg: Correct file description for MpHandOff header file

Yuanhao Xie posted 1 patch 6 months, 3 weeks ago
Failed in applying to current master (apply log)
UefiCpuPkg/Library/MpInitLib/MpHandOff.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
[edk2-devel] [PATCH] UefiCpuPkg: Correct file description for MpHandOff header file
Posted by Yuanhao Xie 6 months, 3 weeks ago
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>
---
 UefiCpuPkg/Library/MpInitLib/MpHandOff.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
 **/
 
-- 
2.36.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109382): https://edk2.groups.io/g/devel/message/109382
Mute This Topic: https://groups.io/mt/101813022/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH] UefiCpuPkg: Correct file description for MpHandOff header file
Posted by Laszlo Ersek 5 months, 4 weeks ago
On 10/7/23 08:32, Yuanhao Xie wrote:
> 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>
> ---
>  UefiCpuPkg/Library/MpInitLib/MpHandOff.h | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Queued in <https://github.com/tianocore/edk2/pull/4986>.



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110449): https://edk2.groups.io/g/devel/message/110449
Mute This Topic: https://groups.io/mt/101813022/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH] UefiCpuPkg: Correct file description for MpHandOff header file
Posted by Laszlo Ersek 5 months, 4 weeks ago
On 10/31/23 21:33, Laszlo Ersek wrote:
> On 10/7/23 08:32, Yuanhao Xie wrote:
>> 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>
>> ---
>>  UefiCpuPkg/Library/MpInitLib/MpHandOff.h | 5 ++++-
>>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> Queued in <https://github.com/tianocore/edk2/pull/4986>.

Commit ccbe2e938386.



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110451): https://edk2.groups.io/g/devel/message/110451
Mute This Topic: https://groups.io/mt/101813022/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH] UefiCpuPkg: Correct file description for MpHandOff header file
Posted by rahul.r.kumar@intel.com 6 months ago
Reviewed-by: Rahul R Kumar <rahul.r.kumar@intel.com>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110427): https://edk2.groups.io/g/devel/message/110427
Mute This Topic: https://groups.io/mt/101813022/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] UefiCpuPkg: Correct file description for MpHandOff header file
Posted by Dong, Eric 6 months ago
Reviewed-by: Eric Dong <eric.dong@intel.com>

-----Original Message-----
From: Xie, Yuanhao <yuanhao.xie@intel.com> 
Sent: Saturday, October 7, 2023 2:32 PM
To: devel@edk2.groups.io
Cc: Dong, Eric <eric.dong@intel.com>; Kumar, Rahul R <rahul.r.kumar@intel.com>; Tom Lendacky <thomas.lendacky@amd.com>; Xie, Yuanhao <yuanhao.xie@intel.com>
Subject: [PATCH] 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>
---
 UefiCpuPkg/Library/MpInitLib/MpHandOff.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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  **/
 
--
2.36.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110302): https://edk2.groups.io/g/devel/message/110302
Mute This Topic: https://groups.io/mt/101813022/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-