From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=VNkC/N48; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: chasel.chiu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658191046; x=1689727046; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HVu6Z8YdR9aIoUc5fYcE0M1KQvdHvSpM56irC+7jyxA=; b=VNkC/N48LFTntI75u2KpmBgz1uGpZ7AwCmvW0gufmek24ATKDYwVQyNQ WkgeVz1gx1wBA68DVlYAA3YVdc5dqj9158iC/+tRY47u+qAMxEu4/AIDS pjhY1RgZAB63Jf4yuYegtxE/Ai9G83DB78QQ37VR02x/LP7f/efKhylHf 3pee6NDybJrQ8aXSO0M16Ws1rqTDMd/Zw+adYWCAjdVLWD6nrg2niCygt saVJIHlg5YTBBwSE4G+1aypI8X4eBuAjDL/B3HWRk4GnzReZVm8ohw3je a7GUml6J+FhZZnT6Vj5kKohQplTcutTO+ELs3+O+sqMRbV40Upc4pp6oU Q==; 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" 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" 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: [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> X-Mailer: git-send-email 2.35.0.windows.1 In-Reply-To: <20220719003714.1519-1-chasel.chiu@intel.com> References: <20220719003714.1519-1-chasel.chiu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 --- 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=0D EFIAPI=0D CallFspWrapperResetSystem (=0D - IN UINT32 FspStatusResetType=0D + IN EFI_STATUS FspStatusResetType=0D )=0D {=0D //=0D --=20 2.35.0.windows.1