From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 78017AC0C42 for ; Sat, 7 Oct 2023 06:32:21 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=1bV3/CwbJAQ2adbp4sR6ZEs+nkdXLx6d9fNlzr3jdYs=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1696660340; v=1; b=AhF2G5ZNVcCs+PuiMV66PvXkJS+9qnP0dU1xvXHiSk0T4LgFMWO8eywXNkJLB93LV8tLyO8m ifAWxEq6HDC0/B2SlkaJguDM5gRKD1vRzOBm6asmB1CwN6TGZ1iMD0SdSlPBcne74n/agol6oeB w7xFGhu67kvTHhilIkFGcMMk= X-Received: by 127.0.0.2 with SMTP id WIThYY7687511x9XoJAlt2t0; Fri, 06 Oct 2023 23:32:20 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.13447.1696660339085041584 for ; Fri, 06 Oct 2023 23:32:19 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10855"; a="387774941" X-IronPort-AV: E=Sophos;i="6.03,205,1694761200"; d="scan'208";a="387774941" X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2023 23:32:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10855"; a="729105600" X-IronPort-AV: E=Sophos;i="6.03,205,1694761200"; d="scan'208";a="729105600" X-Received: from shwdeopenlab705.ccr.corp.intel.com ([10.239.55.100]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2023 23:32:16 -0700 From: "Yuanhao Xie" To: devel@edk2.groups.io Cc: Eric Dong , Rahul Kumar , Tom Lendacky , Yuanhao Xie Subject: [edk2-devel] [PATCH] UefiCpuPkg: Correct file description for MpHandOff header file Date: Sat, 7 Oct 2023 14:32:03 +0800 Message-Id: <20231007063203.936-1-yuanhao.xie@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,yuanhao.xie@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: rnmy315pnKNXWHl23TMHwlfLx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=AhF2G5ZN; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Cc: Eric Dong Cc: Rahul Kumar Cc: Tom Lendacky Signed-off-by: Yuanhao Xie --- 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.
+ 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/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-