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.web08.5817.1615885582776014540 for ; Tue, 16 Mar 2021 02:06:23 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: zhiguang.liu@intel.com) IronPort-SDR: 1gn5LYcnE6VpbDh7bknwfdU5ionQrHu5VrqnwpOdXpNqTTMueEj+mO9BQWUun3eBenIFVDJ2Cb IgXWTH5zgelg== X-IronPort-AV: E=McAfee;i="6000,8403,9924"; a="250591473" X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="250591473" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 02:06:20 -0700 IronPort-SDR: Vr1+Ag4Q/Qrkqu0sweDye7j3T58f9Q1DBNLsoFuHQ8+HOeofrnPHWawRxcF2iqhAjTlPIsh3CL PQpjuN1brubw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="605187723" Received: from fieedk002.ccr.corp.intel.com ([10.239.158.144]) by fmsmga005.fm.intel.com with ESMTP; 16 Mar 2021 02:06:19 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Nate DeSimone , Chasel Chiu , Liming Gao , Eric Dong Subject: [edk2-platforms] Intel/MinPlatformPkg: resolve MmUnblockMemoryLib Date: Tue, 16 Mar 2021 17:06:07 +0800 Message-Id: <20210316090607.858-1-zhiguang.liu@intel.com> X-Mailer: git-send-email 2.30.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The below Edk2 patch makes VariableSmmRuntimeDxe begin to consume MmUnblock= MemoryLib. It cause multiple platforms build failure. f463dbadede138dc96a66dae6f361c54f0b3093c MdeModulePkg: VariableSmmRuntimeDxe: Added request unblock memory inter= face This change added NULL MmUnblockMemoryLib instance in MinPlatformPkg dsc in= clude files Cc: Nate DeSimone Cc: Chasel Chiu Cc: Liming Gao Cc: Eric Dong Signed-off-by: Zhiguang Liu --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc b/Pla= tform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc index fa9098d525..ee91dd8bd6 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc @@ -116,6 +116,7 @@ !endif=0D BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf=0D VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf=0D + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibN= ull.inf=0D =0D [LibraryClasses.common.UEFI_DRIVER]=0D Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.in= f=0D --=20 2.30.0.windows.2