From nobody Sat May 4 10:43:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+72646+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72646+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1615424939; cv=none; d=zohomail.com; s=zohoarc; b=KZqkdQuxN2Q6nIXZJqq8QVjjjXq9fUGJjJpe/FEEnvCqSurLinwMKFYjNfFTWrH8nZriVtj1h+DqNGga802Z8FtwVGCGQSiBZuT2X2fTPLdO78PKYs1a2KSgtLs8TmUmcNETDEKa/qTwvYOKcIVh36KlhPwweOf6EO9jAse5UBw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1615424939; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=cJfoaXUU6lQOaUGnB65AizKED5HiiMvkUzdcW0tZ4w4=; b=Dck1v5hhQs2b204rVppz5CT8GGFZYsclbSqTJ0rcXkAZKn+ZUdShQPoTB7oqPjqxiO68slnQW7T7/w1mA3COEvCNJUF97w9dEsFnu5r9QBkb+4LzG+lgKPzTFCGBwcBmr55/2Iqe+ffFPnFFNWFnXIee+xHIHUlu8XyReNRN+kI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72646+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1615424939614942.6069997827735; Wed, 10 Mar 2021 17:08:59 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id BAJ1YY1788612xO2JKANJGBZ; Wed, 10 Mar 2021 17:08:59 -0800 X-Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web10.3106.1615406878526954977 for ; Wed, 10 Mar 2021 12:07:58 -0800 X-Received: by mail-pf1-f180.google.com with SMTP id b23so4215766pfo.8 for ; Wed, 10 Mar 2021 12:07:58 -0800 (PST) X-Gm-Message-State: Ch2TO2738PfQMyb4pUHw25MUx1787277AA= X-Google-Smtp-Source: ABdhPJzUGVg97oekW7QROrW4btqZk8PPR1pTPL09sF47x+pvxHCQGSpl/1LzxwVmNrfQ5qpfy9ShlA== X-Received: by 2002:a05:6a00:1a46:b029:1d5:9acd:798c with SMTP id h6-20020a056a001a46b02901d59acd798cmr4482031pfv.25.1615406877822; Wed, 10 Mar 2021 12:07:57 -0800 (PST) X-Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l15sm218894pjq.9.2021.03.10.12.07.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Mar 2021 12:07:57 -0800 (PST) From: Kun Qin To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [edk2-staging][PATCH V1 1/5] MinPlatformPkg: CoreCommonLib: Added new library for VariableSmmRuntimeDxe Date: Wed, 10 Mar 2021 12:07:34 -0800 Message-Id: <20210310200738.1220-2-kuqin12@gmail.com> In-Reply-To: <20210310200738.1220-1-kuqin12@gmail.com> References: <20210310200738.1220-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1615424939; bh=nbTPR+o+8iav54TY9ChN+m1yKv16M2gnWp3m4iPO27I=; h=Cc:Date:From:Reply-To:Subject:To; b=mKrNH/vmbvZXWEKMTeMbpHT/HymrvxUqab1fTmaSW0mu9TULKyLlAXpbjk5aGWpe7pX +Scsa7L4spJJtQ45bFA5ycJLtuyuoryHMWla/XW+30ni6ZjmsrT08lcUxgIrFlFeysaCW aQAtpw+zPeHn5VhubCVxXJwiIBhkOhKQsfE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3250 This change added NULL MmUnblockMemoryLib instance in dsc files of CoreCommonLib to resolve newly introduced dependency. The library interface is consumed by VariableSmmRuntimeDxe to better support variable runtime cache feature. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Kun Qin Reviewed-by: Liming Gao --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc b/= Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc index cb40e111b5dd..bcabb797e91a 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -159,6 +159,7 @@ [LibraryClasses.common] LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf =20 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibN= ull.inf =20 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf --=20 2.30.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72646): https://edk2.groups.io/g/devel/message/72646 Mute This Topic: https://groups.io/mt/81243532/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 4 10:43:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+72647+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72647+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1615424942; cv=none; d=zohomail.com; s=zohoarc; b=gGPZhitBel5b64K+8FQBZnYeNLwJuBTL+NyzPO2VKaVeyvKgGAXG32ncByOzMB7esU/WM1v4ZwuYDgGEZnLiOVqJv7NV4L/hapZBY2yuFRHbTIQBOrrl6wq3LGdPswSezpAuThanzRME7XE1P4pBBMCbY3d0lgrUcUMfXa7jNGg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1615424942; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=DU7csy/KUljWqYL9JUf4jGutg4Gnpj+37LRP6X5RoEE=; b=P/mkwxFWiZ8ZFrDHys8cycA+ofFZaUiJ5Nt0LSeT9nkO8DM4OVnar5cMnOmou81xva2hspgFMGOliZyafPa8L/KJwGqJNXQb1QTl50AQELmaHLhlEHqvxz3KvXXqlb8uVpOuAiy83Hm2Oo9DvWHZD0Dr2ZGBLiSYvJWV7ci+0O4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72647+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1615424942692165.94785307729603; Wed, 10 Mar 2021 17:09:02 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id ykNTYY1788612xBalhTqIhJQ; Wed, 10 Mar 2021 17:09:02 -0800 X-Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mx.groups.io with SMTP id smtpd.web08.3126.1615406879108473709 for ; Wed, 10 Mar 2021 12:07:59 -0800 X-Received: by mail-pg1-f170.google.com with SMTP id e6so12129302pgk.5 for ; Wed, 10 Mar 2021 12:07:59 -0800 (PST) X-Gm-Message-State: 2kVhPLAtah4Y9VICnilkOa7Gx1787277AA= X-Google-Smtp-Source: ABdhPJxbY2/CqW3vvdoxfiw0EQ2HmA4OtGUmoFCMu/dQW0q1QLKjWxZnIliCwrZaZBFqiUryE0g3Iw== X-Received: by 2002:a62:f244:0:b029:1f8:40aa:8d64 with SMTP id y4-20020a62f2440000b02901f840aa8d64mr4326148pfl.81.1615406878401; Wed, 10 Mar 2021 12:07:58 -0800 (PST) X-Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l15sm218894pjq.9.2021.03.10.12.07.57 (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: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [edk2-staging][PATCH V1 2/5] MinPlatformPkg: Core Include Files: Added Tcg2Acpi driver after separation Date: Wed, 10 Mar 2021 12:07:35 -0800 Message-Id: <20210310200738.1220-3-kuqin12@gmail.com> In-Reply-To: <20210310200738.1220-1-kuqin12@gmail.com> References: <20210310200738.1220-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1615424942; bh=ITkwRMTB9vCOIjXv36kl3RczMgIEGcSVcA0MfIaQ9aE=; h=Cc:Date:From:Reply-To:Subject:To; b=ZG9XvEPW1k1GZVsLaYdXguG079YBo3ftP7VF9rHuxQJK372dwo4jHNNry+beoVcGsbB 4sst8wI8XLVF5451Uuq+d0rSpUB9IMmO0j/VKdCtYdOMXJDtsSgJavHT5yOTutigeizz/ HTkHvytiSvx2XnVLUa5iWdKWypHlLhoTw2g= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3251 This change follows the commit that separates the original Tcg2Smm driver into Tcg2Acpi and Tcg2 MM based on functionality in DXE and MM. The new Tcg2Acpi driver now will be responsible for patching and publishing ACPI table from DXE, and Tcg2 MM driver will be handling runtime MMI requests from ACPI calls. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Kun Qin Reviewed-by: Liming Gao --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 1 + Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf | 3 = ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc b= /Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc index a76a9bf5fdf9..c2ade240f314 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc @@ -155,6 +155,7 @@ NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256= .inf } SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf + SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.inf SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf !endif =20 diff --git a/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateIncl= ude.fdf b/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude= .fdf index 45dda7ea0a91..3edc878e173b 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf +++ b/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreSecurityLateInclude.fdf @@ -14,6 +14,7 @@ !if gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable =3D=3D TRUE INF SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf INF SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf -INF RuleOverride =3D DRIVER_ACPITABLE SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf +INF SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf +INF RuleOverride =3D DRIVER_ACPITABLE SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.i= nf INF SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf !endif --=20 2.30.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72647): https://edk2.groups.io/g/devel/message/72647 Mute This Topic: https://groups.io/mt/81243533/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 4 10:43:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+72648+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72648+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1615424939; cv=none; d=zohomail.com; s=zohoarc; b=VEIiB5M/oAZh+rr1mG5A3Vny63Itb05NAkRRooqq7N3hJTQTR+9ZoDD4f0X3VmLGm/mN7k5n9kVUFJ5ftqpriIqpNbpWjzcV89PeWFg/aehJng/Bf9+FBFLWEXu17t+eJjhLUZbnFRMoLprbnbVY4yA6Xof/a0GxTvmfdlgaPVA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1615424939; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=YO3Ie2stwDTuYBp51IIiOWg0vG0sB9uoM1Bt5UAUROg=; b=JV8zLie199CxoO5e+PoSg53aJ6HkxMjttZvena94025Q+/HD6xQjrRPMDX2DmIDDa89oEs/kh57zO8VCDLv9g7xRIfPaIzEJrVmtq+KqbBgC77Bi4OZLmNY7MrL9CoqVj5dz2zSHIQ8Yj/nSKcIy50iFDlw/EiFjomZ7Ukm/ag0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72648+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1615424939886708.0230522862272; Wed, 10 Mar 2021 17:08:59 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id hADyYY1788612xteMoaK7nwz; Wed, 10 Mar 2021 17:08:59 -0800 X-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 X-Received: by mail-pf1-f173.google.com with SMTP id b23so4215795pfo.8 for ; Wed, 10 Mar 2021 12:07:59 -0800 (PST) X-Gm-Message-State: vclTrPJZh69ikK2Xn1DFbtSdx1787277AA= 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) X-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-devel] [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> In-Reply-To: <20210310200738.1220-1-kuqin12@gmail.com> References: <20210310200738.1220-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1615424939; bh=54JfLoOUiEqafY8oGKRi1ABCqOGu+gIzYsd3HVAIZAI=; h=Cc:Date:From:Reply-To:Subject:To; b=DqVv7VU3LaFZzbNLac6VbFxn3qltPUJZZyJGZG3WXW4kO8dvq1vbeDpaboTmldnTNix ohevLVauwOClz7aIaGYHd3H0zAjTR1usCxDtNRZIm/LayyVCWHeM1fFw5qzU0UpGpKCFH Y1oFFsKVza+IHwICqzLwO7ui9sQyH5gyFKA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3250 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 Reviewed-by: Kelly Steele --- Platform/Intel/QuarkPlatformPkg/Quark.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc b/Platform/Intel/Qua= rkPlatformPkg/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/DxeRepor= tStatusCodeLib.inf ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExt= ractGuidedSectionLib.inf LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibN= ull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf --=20 2.30.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72648): https://edk2.groups.io/g/devel/message/72648 Mute This Topic: https://groups.io/mt/81243534/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 4 10:43:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+72649+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72649+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1615424940; cv=none; d=zohomail.com; s=zohoarc; b=CGBmhKY4EaZjrp0D4GjSgt74QO9aqUsc0Tys9YW4jPk20ZnPKX2RxlBWRzDFAL4eDv5cdW/fx1m/2dEGwWSkvVoJH3GSB9neZCrCeaFSv1eZOq5+0YZ0toH90kPwwJhEVyi+7wvfte0UyDxE+FiGLonpoc/NBa/GGZIenVyD41k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1615424940; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=WrCFLmFLN0lNV9NVnx//Ub5j5xeyzh05WWpQuO1hOfc=; b=da+5WEqhLClfBX9UXM7XalA3p0P+lUXKVEmTDLnRyOxB5AKSUip0Jxc6CrVksIAxZbbNDcb6MVDB+3dlL0BS12l/Rxrs4hATd3hWDRnoRrZADhKZCZcvy6mX1M92ozQczMWhCqleLcBG3qxSyY1yqMQlZLVog7j+eweFJ48x9ho= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72649+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1615424940210502.58074003673096; Wed, 10 Mar 2021 17:09:00 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id UqlPYY1788612xMoe8ffhzxu; Wed, 10 Mar 2021 17:08:59 -0800 X-Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mx.groups.io with SMTP id smtpd.web12.3006.1615406880256200917 for ; Wed, 10 Mar 2021 12:08:00 -0800 X-Received: by mail-pj1-f54.google.com with SMTP id lr10-20020a17090b4b8ab02900dd61b95c5eso5600861pjb.4 for ; Wed, 10 Mar 2021 12:08:00 -0800 (PST) X-Gm-Message-State: sgQnYN5TXqs2lT91OuHDYKECx1787277AA= X-Google-Smtp-Source: ABdhPJw5+Ih+Cvqh4ncSSIgdu8JkfYmZ5mUVRLhlDYskxMj18O1vhU9QStcL3V5o0Sng5Nb9EO89Aw== X-Received: by 2002:a17:902:e8d2:b029:e3:c3e5:98ae with SMTP id v18-20020a170902e8d2b02900e3c3e598aemr4597414plg.78.1615406879557; Wed, 10 Mar 2021 12:07:59 -0800 (PST) X-Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l15sm218894pjq.9.2021.03.10.12.07.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Mar 2021 12:07:59 -0800 (PST) From: Kun Qin To: devel@edk2.groups.io Cc: Zailiang Sun , Yi Qian Subject: [edk2-devel] [edk2-staging][PATCH V1 4/5] Vlv2TbltDevicePkg: PlatformPkg DSC: Added library for VariableSmmRuntimeDxe Date: Wed, 10 Mar 2021 12:07:37 -0800 Message-Id: <20210310200738.1220-5-kuqin12@gmail.com> In-Reply-To: <20210310200738.1220-1-kuqin12@gmail.com> References: <20210310200738.1220-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1615424939; bh=diK1xL/oZCHa5aVss8KO9xw18RPjlPt2cue9IN/5KvU=; h=Cc:Date:From:Reply-To:Subject:To; b=h4DROCgesoGBquP6/4URUxaLhatBIGIzR1MQXRYGctEFMqPCoIHLhQuZm2A6rpnhXYD t1VdJJES5Wa6TxOevZLeI9IBrOYLPmd6sWX/n4ikKVkUGbhjvzbUqLVxC91AFIF0s283a t3jkkpTB8x7JRRWsbBdeQ/Ig9TwPPZMg+34= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3250 This change added NULL MmUnblockMemoryLib instance in PlatformPkg dsc file to resolve new dependency by VariableSmmRuntimeDxe. The library interface is consumed by variable module to better support variable runtime cache feature. Cc: Zailiang Sun Cc: Yi Qian Signed-off-by: Kun Qin --- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Platfor= m/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc index 409f31c982d7..33e93b74800c 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc @@ -311,6 +311,7 @@ [LibraryClasses.IA32] LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf EfiRegTableLib|Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.i= nf HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRou= terDxe.inf + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibN= ull.inf =20 [LibraryClasses.IA32.DXE_DRIVER] DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Platform= /Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index 38bd825c8bdc..f7a876353649 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc @@ -313,6 +313,7 @@ [LibraryClasses.X64] LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf EfiRegTableLib|Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.i= nf HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRou= terDxe.inf + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibN= ull.inf =20 [LibraryClasses.X64.DXE_DRIVER] DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf --=20 2.30.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72649): https://edk2.groups.io/g/devel/message/72649 Mute This Topic: https://groups.io/mt/81243535/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 4 10:43:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+72650+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72650+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1615424940; cv=none; d=zohomail.com; s=zohoarc; b=MAb7wJw9D+DmiYYNDetrTSTiA85eXn8YPmX/412q2sWklUlWgZg5aJVBM4myAKJtneeT/h9fjySmoHh7yUAtRtFL6e6xyEJ5YCkOB31AZAthCixCKPDRFhDA76ylJ/9j9YF6EfpqNpYdWzMN59nxZk2l4EaoZLR5miS1quItkPw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1615424940; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=ALW6UptFvTW1Z8VU+aCYE//nezSQ/QpMWOsBBOWU/lI=; b=CYYXiZ9t6cRXK6sQwacNHpreWrE+F5G0d2YqlgilkLRrrI52q5gbWvNU93Pre6E1X3VaQelpPflvJVzb7CrooBzvCgRNSDLFRqtvhDxx6gJDHKKxIELpzeoxRYJWtd6fhuyVC5Bh0B32BOJYFqVflb872A9um2U1rdP6r4K5+7E= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+72650+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1615424940634435.67948114560295; Wed, 10 Mar 2021 17:09:00 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id cG1wYY1788612x1Oz0Gq6eoO; Wed, 10 Mar 2021 17:09:00 -0800 X-Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mx.groups.io with SMTP id smtpd.web12.3007.1615406880782199178 for ; Wed, 10 Mar 2021 12:08:00 -0800 X-Received: by mail-pj1-f52.google.com with SMTP id q6-20020a17090a4306b02900c42a012202so8117556pjg.5 for ; Wed, 10 Mar 2021 12:08:00 -0800 (PST) X-Gm-Message-State: fOV8xMM9bMt08inuMnhNkRJjx1787277AA= X-Google-Smtp-Source: ABdhPJxuA+PIYNk6g0O7QA+DudPuliihhUkvWEsD3HqSwouViZUMadEPDqC7eOrH4UZ1KEPjubnBwQ== X-Received: by 2002:a17:902:cec8:b029:e4:a497:da92 with SMTP id d8-20020a170902cec8b02900e4a497da92mr4680224plg.74.1615406880165; Wed, 10 Mar 2021 12:08:00 -0800 (PST) X-Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l15sm218894pjq.9.2021.03.10.12.07.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Mar 2021 12:07:59 -0800 (PST) From: Kun Qin To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm Subject: [edk2-devel] [edk2-staging][PATCH V1 5/5] Socionext: DeveloperBox DSC File: Added library for VariableSmmRuntimeDxe Date: Wed, 10 Mar 2021 12:07:38 -0800 Message-Id: <20210310200738.1220-6-kuqin12@gmail.com> In-Reply-To: <20210310200738.1220-1-kuqin12@gmail.com> References: <20210310200738.1220-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1615424940; bh=PDFWp/SmzaJ04tgd98twKMYEnyUUpZrYxRe8m1FkPy8=; h=Cc:Date:From:Reply-To:Subject:To; b=dNYRRbUxKeMNqiaOKPzvXbuDPul1ctV0488OMVlcJQz1abp8Kh+8af34qn+jsJlLmQk Aex39rZl4BtB5u5MTXJtk8IWVUqHFfWXqeeBEQkYOLaWmOdyN5bME3m+M8+Cf9Y8SNdpO RMDQHF0aGtWAmYbQsRs/dFnhgz+UC11q1KI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3250 This change added NULL MmUnblockMemoryLib instance in DeveloperBox.dsc to resolve new dependency by VariableSmmRuntimeDxe. The library interface is consumed by variable module to better support variable runtime cache feature. Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Kun Qin --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/So= cionext/DeveloperBox/DeveloperBox.dsc index 0a11b796cca5..acaa4cd90fc5 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -49,6 +49,8 @@ [LibraryClasses] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf !endif =20 + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibN= ull.inf + [LibraryClasses.common.SEC] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf --=20 2.30.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72650): https://edk2.groups.io/g/devel/message/72650 Mute This Topic: https://groups.io/mt/81243536/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-