From nobody Sat May 18 04:46:26 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+91505+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91505+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1658191047; cv=none; d=zohomail.com; s=zohoarc; b=gQ+06v0p07qEx0BOYfTtmcKzchJZ7tU1QrBsVYg0fARAUm6lxmm2UEFxc+DsEyf4a1bP31+9kzK4hIbu7EHFVU5HoU9O1qqx7lH9B5QPhPlEvLsAjRuLhvdxCUr0rV4fp9BAxesIKc4rOjxW5mxBWQMiLj9iw/+VO2ialhu4vrU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1658191047; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=POQq9aMQ7oOXdtLHL7tlNXxBhzZ+8RRHuAF4G5Tllys=; b=ehxOuE6OvcOZpxVGrsDTBDmf+NWBdF5HG1qfgIGxW4kWNVuGf0oF0rzvG4NCV4xbXdLvj+rMa4gdkvwxGIPvHcgvDGFZvQ0JHfsU4RnbUQofeEXa7u83nXM0SNx3L6K6u6ko6IvSmJh+ypwfsQym+DufxhaXj4/jqmjEuX3tyUg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91505+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1658191047329623.2161110682962; Mon, 18 Jul 2022 17:37:27 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id fVf8YY1788612xuaogVJdvLa; Mon, 18 Jul 2022 17:37:27 -0700 X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web08.35227.1658191045465223760 for ; Mon, 18 Jul 2022 17:37:26 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10412"; a="287501954" X-IronPort-AV: E=Sophos;i="5.92,282,1650956400"; d="scan'208";a="287501954" X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2022 17:37:25 -0700 X-IronPort-AV: E=Sophos;i="5.92,282,1650956400"; d="scan'208";a="924556301" X-Received: from cchiu4-mobl.gar.corp.intel.com ([10.209.6.246]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2022 17:37:24 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Isaac Oram , Liming Gao , Eric Dong Subject: [edk2-devel] [PATCH v2 1/2] MinPlatformPkg/FspWrapper: FspResetType support for X64 build. Date: Mon, 18 Jul 2022 17:37:12 -0700 Message-Id: <20220719003714.1519-2-chasel.chiu@intel.com> In-Reply-To: <20220719003714.1519-1-chasel.chiu@intel.com> References: <20220719003714.1519-1-chasel.chiu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,chasel.chiu@intel.com X-Gm-Message-State: 4ygYxxsiGTdGeSnsabSlEBs5x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1658191047; bh=VbACLRGBpHbb/XaOFhRL0iE7JxoSFd3LgjfggzEa72o=; h=Cc:Date:From:Reply-To:Subject:To; b=tbaDXbsVCRM/ErL03PF6gDIM70rPE8jQMAT8itAvDN/J0U60wyhBy0qX37zu9iYQup6 fHsPV7Jig/oetzSJNFyvuw1t+klvaYsFfZfOLsYtzU9ReWMz6Gp+UUzYf3SkjY//J1uCW adME5cHLGkBbkaDd76Y8IMEBUvWCHMNTF4M= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1658191049044100005 Content-Type: text/plain; charset="utf-8" FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing on the build and this patch extended the support for 64bit build. Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Signed-off-by: Chasel Chiu Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/FspWrapper/Library/DxeFspWrapperPlatformLib/= DxeFspWrapperPlatformResetLib.c | 2 +- Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/= PeiFspWrapperPlatformResetLib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/DxeFspWrapper= PlatformLib/DxeFspWrapperPlatformResetLib.c b/Platform/Intel/MinPlatformPkg= /FspWrapper/Library/DxeFspWrapperPlatformLib/DxeFspWrapperPlatformResetLib.c index b4d509db85..832027d3ee 100644 --- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/DxeFspWrapperPlatfor= mLib/DxeFspWrapperPlatformResetLib.c +++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/DxeFspWrapperPlatfor= mLib/DxeFspWrapperPlatformResetLib.c @@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent VOID EFIAPI CallFspWrapperResetSystem ( - UINT32 ResetType + EFI_STATUS ResetType ) { EFI_RESET_TYPE EfiResetType; diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapper= PlatformLib/PeiFspWrapperPlatformResetLib.c b/Platform/Intel/MinPlatformPkg= /FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformResetLib.c index 191bcb2fbb..2f6f7d058c 100644 --- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatfor= mLib/PeiFspWrapperPlatformResetLib.c +++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatfor= mLib/PeiFspWrapperPlatformResetLib.c @@ -21,7 +21,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent VOID EFIAPI CallFspWrapperResetSystem ( - UINT32 ResetType + EFI_STATUS ResetType ) { EFI_RESET_TYPE EfiResetType; --=20 2.35.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91505): https://edk2.groups.io/g/devel/message/91505 Mute This Topic: https://groups.io/mt/92473322/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 18 04:46:26 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+91506+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91506+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1658191047; cv=none; d=zohomail.com; s=zohoarc; b=gX+QqGIzJpDzqodrnZf+Y1DV6LBA7tASRyVjmHf4FWp5oPuiB/TvIbbI0/VQxLkBb6eXZhtRWaOgNALPE8mxq+T2zGby/dsV9qXTPsXWqV145Qbs8vpzhEPANVPYGcGfU5IjMHBBuKKpGqY0B/jxZCATqOJzYkcaTZzByAP86ZQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1658191047; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=EQyn6pXxDYmuKUd2Q7eboieE2m4eJU4dtqHbFEoB/l4=; b=e39wZLvXE2MlNQuhp7uaRfzFHrmJqhkTDuNc4UgpymUk3hqnlf4PSxF6/7LfiaJ0pHnoH15q9ErZbpPN4P18KWbEeJ5tNlokpEZAv2WpFazgnmpM72Po3TQeSUaDk+kueWmO+mCZ6Rf5xx1GFMySyR2o8cwGGbTY5nKObhzudlY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91506+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 165819104792269.710199511381; Mon, 18 Jul 2022 17:37:27 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id XqgIYY1788612x0Hx3zy37lm; Mon, 18 Jul 2022 17:37:27 -0700 X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web08.35227.1658191045465223760 for ; Mon, 18 Jul 2022 17:37:26 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10412"; a="287501955" X-IronPort-AV: E=Sophos;i="5.92,282,1650956400"; d="scan'208";a="287501955" X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2022 17:37:25 -0700 X-IronPort-AV: E=Sophos;i="5.92,282,1650956400"; d="scan'208";a="924556305" X-Received: from cchiu4-mobl.gar.corp.intel.com ([10.209.6.246]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2022 17:37:25 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Isaac Oram , Nate DeSimone Subject: [edk2-devel] [PATCH v2 2/2] WhitleySiliconPkg: FspResetType support for X64 build. Date: Mon, 18 Jul 2022 17:37:13 -0700 Message-Id: <20220719003714.1519-3-chasel.chiu@intel.com> In-Reply-To: <20220719003714.1519-1-chasel.chiu@intel.com> References: <20220719003714.1519-1-chasel.chiu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,chasel.chiu@intel.com X-Gm-Message-State: YeDdSH21RfDZm14bN8eU4sb8x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1658191047; bh=YE7KMsOUGb7stAwY76sJOspbMFk3dyj6/yZgKEREx2E=; h=Cc:Date:From:Reply-To:Subject:To; b=Jtr4eY6/dHxL/uPhqfEQkQt1cJ2Bh8KRUNTZap79HYBrRGwOa3u1ENfVjStH2MlWIYa nsYOM/NQ49HvfYcjOU9xpCnMPmWiKIwR92/aSbhCt8hLZzwEmw/tLdB2pzAbXzdUbG+8e 7wrGPotd3yAegDUD/dyJa5+ukqVIO3RjjmA= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1658191049024100002 Content-Type: text/plain; charset="utf-8" FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing on the build and this patch extended the support for 64bit build. Cc: Isaac Oram Cc: Nate DeSimone Signed-off-by: Chasel Chiu Reviewed-by: Nate DeSimone --- Silicon/Intel/WhitleySiliconPkg/Library/FspWrapperPlatformLib/FspWrapperPl= atformLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Intel/WhitleySiliconPkg/Library/FspWrapperPlatformLib/= FspWrapperPlatformLib.c b/Silicon/Intel/WhitleySiliconPkg/Library/FspWrappe= rPlatformLib/FspWrapperPlatformLib.c index 95a1f2a33c..e61e8178ed 100644 --- a/Silicon/Intel/WhitleySiliconPkg/Library/FspWrapperPlatformLib/FspWrap= perPlatformLib.c +++ b/Silicon/Intel/WhitleySiliconPkg/Library/FspWrapperPlatformLib/FspWrap= perPlatformLib.c @@ -190,7 +190,7 @@ GetS3MemoryInfo ( VOID EFIAPI CallFspWrapperResetSystem ( - IN UINT32 FspStatusResetType + IN EFI_STATUS FspStatusResetType ) { // --=20 2.35.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91506): https://edk2.groups.io/g/devel/message/91506 Mute This Topic: https://groups.io/mt/92473323/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-