From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.27848.1649672039227943461 for ; Mon, 11 Apr 2022 03:14:00 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=cqcia/TX; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: gang.c.chen@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649672039; x=1681208039; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=T4TRUWrQgUmx1+qak+UykwOZqRWz3jI4CKjNlD9OzrE=; b=cqcia/TXi/CAEaOjb1mBE5/zDNeoALrtjCQrUT+DgFYF6KPSwSjWVigi 1KRElhQ8B5dY5L8E0yiGA1KEDmfhetrIEO1lw6T8SoHkf3kLaBzT0GoL7 D0HtK0xmOOPHoxagGiUM+lgafVBZN06bk7ntU3OIh7kbSJDdgAdmW+bWi a/urGJ32BP3dk2UUoddJJeQJYLjV+fCRb5pdG8kEudxymARM7J4/EOFIU dRJvRhIqJvQEodqtpKph4I1J1as0eW3zQEGCNyzn96ui9XX6+VwXBYOwF hZHXLMP4qHpRhYgVQi4S2lF3NbACf6sAIJVE/8I8wlYJB2GJL1YkQr1mg g==; X-IronPort-AV: E=McAfee;i="6400,9594,10313"; a="322525970" X-IronPort-AV: E=Sophos;i="5.90,251,1643702400"; d="scan'208";a="322525970" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2022 03:13:58 -0700 X-IronPort-AV: E=Sophos;i="5.90,251,1643702400"; d="scan'208";a="572060626" Received: from gchen29.sh.intel.com ([10.239.154.135]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2022 03:13:56 -0700 From: "Chen, Gang C" To: devel@edk2.groups.io Cc: guomin.jiang@intel.com, dandan.bi@intel.com, di.zhang@intel.com Subject: [PATCH 0/2] update the property of PcdCpuStackGuard Date: Mon, 11 Apr 2022 18:13:48 +0800 Message-Id: <20220411101350.697997-1-gang.c.chen@intel.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This serial patch is to change the property of PcdCpuStackGuard from PcdsFixedAtBuild to PcdsDynamicEx. The purpose of this change is for the requirement to set the different value in FSP API mode and FSP Dispatch mode. And there is duplicated check for this PCD in both InitializeCpuExceptionHandlersEx and InitializeMpExceptionStackSwitchHandlers. The patch is to remove the duplicted check in InitializeCpuExceptionHandlersEx. Gang Chen (2): MdeModulePkg/dec: update the PcdCpuStackGuard property UefiCpuPkg/CpuExceptionHandlerLib: remove duplicated pcd check MdeModulePkg/MdeModulePkg.dec | 14 +++++++------- .../CpuExceptionHandlerLib/PeiCpuException.c | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) -- 2.35.1