From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by mx.groups.io with SMTP id smtpd.web11.2961.1615406879703142614 for ; Wed, 10 Mar 2021 12:07:59 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=jl9xxnFu; spf=pass (domain: gmail.com, ip: 209.85.210.173, mailfrom: kuqin12@gmail.com) Received: by mail-pf1-f173.google.com with SMTP id b23so4215795pfo.8 for ; Wed, 10 Mar 2021 12:07:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=pOG8hB685ld6WhVJBPd6p3H92n53Wdjcng6rm67QsuM=; b=jl9xxnFusq3lz8SiVd2tR46+mKX236AKdNMec7AKLrENSc4VwtWEdjwPGNWWpLH2f7 6mwYPIUKM8C8lfcrNJ3jGu055G48Wvl1KbhnNDpk+mwm9FONtMHPjxAE9tbjgpTcmdeG ghIJkwlwgtTlRyb272wsiuUXnZ0ERfdR8uJyh3VXAEjh2QiNNGI+4qnAd0egOZiHZD4T l/RwzZMxlEnudk7pzPckP6hx3Eq/4E2TzpiRSa862qJASGqUa69gdvHZt50GpDpNEAuh vqn5hhiJeZ1yolOmYom6f04G4O+H7dBkteH+4uwVusEaSZIkKvxRtOdx6LI6FzDCYZl6 Y3Lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=pOG8hB685ld6WhVJBPd6p3H92n53Wdjcng6rm67QsuM=; b=f9HrwSbdGniIjGeA60H6GoDuSwn3TCiecljG3+IEO2LHPVylF84t2TYsHbO8/vaK/m Q9q9WfW88x9owvr5Kso3WgOPiEqOPpwSvvA1k2THYqeNBaJ3nsk76rjGS9sqwbI3ewyX vhrhXZ88okyRAfrzSgzLRPRLxXPtldXeADxa9tfTfc7pabyLaYpwf3yjUHu3kAscAFxa fp1O0tLSXhtzCEJATn/WBCeMCt15wB34Fqcv8CUu4IdyRE1VgNQ5iRuyeIBT7XgCjxQT B0bnGczwviZjChrfn4zPXLxMcjKWxTGe0VNbD8PWRyZxsAOEGhExJRLp7nSbT0hhEPdX BLow== X-Gm-Message-State: AOAM5320WUUVPASe4X9p8UG4hTrlM9r2m3LowPZisNTn+8pIY6cSWp8t XABOJnwEFMNzu2L+7vY7CK4HHG7fHZXajpPf X-Google-Smtp-Source: ABdhPJzQkrTM4wEiBywktOOX2CkILGehnbdn23Re7VL3s2XAxnUK6YCVbZC4XqDYUIbh0Dsd1WgGNA== X-Received: by 2002:a62:8485:0:b029:1fc:823d:2a70 with SMTP id k127-20020a6284850000b02901fc823d2a70mr4309170pfd.18.1615406878996; Wed, 10 Mar 2021 12:07:58 -0800 (PST) Return-Path: Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l15sm218894pjq.9.2021.03.10.12.07.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Mar 2021 12:07:58 -0800 (PST) From: Kun Qin To: devel@edk2.groups.io Cc: Michael D Kinney , Kelly Steele Subject: [edk2-staging][PATCH V1 3/5] QuarkPlatformPkg: Quark DSC File: Added new library for VariableSmmRuntimeDxe Date: Wed, 10 Mar 2021 12:07:36 -0800 Message-Id: <20210310200738.1220-4-kuqin12@gmail.com> X-Mailer: git-send-email 2.30.0.windows.1 In-Reply-To: <20210310200738.1220-1-kuqin12@gmail.com> References: <20210310200738.1220-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3250 This change added NULL MmUnblockMemoryLib instance in Quark.dsc to resolve new dependency by VariableSmmRuntimeDxe. The library interface is consumed by variable module to better support variable runtime cache feature. Cc: Michael D Kinney Cc: Kelly Steele Signed-off-by: Kun Qin --- Platform/Intel/QuarkPlatformPkg/Quark.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc b/Platform/Intel/QuarkPlatformPkg/Quark.dsc index e29c7465b1e4..c58da58348e3 100644 --- a/Platform/Intel/QuarkPlatformPkg/Quark.dsc +++ b/Platform/Intel/QuarkPlatformPkg/Quark.dsc @@ -146,6 +146,7 @@ [LibraryClasses] ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf -- 2.30.0.windows.1