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:25 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=Nee5Ns6d; 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=1658191045; x=1689727045; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=s0M+S95LOjFBOXiQ5dNoNy6ZgOQXNp+8wtkbehZTxI4=; b=Nee5Ns6dds77fB6siRF2Tw074OrwVCYHQtijt6vvQndGe/G3TFymHHiQ h5sifkQUtB/eZ2Ynb4vKvaUb7ZLHa2rhESZLIW1aCL5XvfxlOChhxF8mh 4d6BqMNR4+WrLlVTm3MNc3xTxiuGwCU9OeHaZKNqxtYr/V3clWCFYHwnh 0amHTETGSkkDZ/ExFdP6jtId+pOUozJZOya0IFqt6MAPgHyy9fxXBw4GD fRaYy9GDjwuyuAL4FKlvrg4WLEk3/yUWt/RE9WieYHNS7iGA+pAGwA9HD yurw6/t7jZNnWwCYPC52QDVtYQQSwVZw2He0cYj5CtzHHMRmpyWwrMWch g==; X-IronPort-AV: E=McAfee;i="6400,9594,10412"; a="287501953" X-IronPort-AV: E=Sophos;i="5.92,282,1650956400"; d="scan'208";a="287501953" 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="924556298" 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: [PATCH v2 0/2] MinPlatformPkg: FspResetType support for X64 build. Date: Mon, 18 Jul 2022 17:37:11 -0700 Message-Id: <20220719003714.1519-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.35.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit FSP_STATUS_RESET_REQUIRED_* will be either 32bit or 64bit basing on the build and this patch series extended the support for 64bit build. Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Signed-off-by: Chasel Chiu V2: Change ResetType from UINTN to EFI_STATUS Chasel Chiu (2): MinPlatformPkg/FspWrapper: FspResetType support for X64 build. WhitleySiliconPkg: FspResetType support for X64 build. Platform/Intel/MinPlatformPkg/FspWrapper/Library/DxeFspWrapperPlatformLib/DxeFspWrapperPlatformResetLib.c | 2 +- Platform/Intel/MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformResetLib.c | 2 +- Silicon/Intel/WhitleySiliconPkg/Library/FspWrapperPlatformLib/FspWrapperPlatformLib.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 2.35.0.windows.1