* [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library @ 2020-11-24 7:34 Zhiguang Liu 2020-11-24 8:42 ` Chiu, Chasel 2020-11-25 1:58 ` 回复: " gaoliming 0 siblings, 2 replies; 5+ messages in thread From: Zhiguang Liu @ 2020-11-24 7:34 UTC (permalink / raw) To: devel; +Cc: Chasel Chiu, Nate DeSimone, Liming Gao, Eric Dong Makes the changes because of the new added library instances: VariablePolicyLib and VariablePolicyHelperLib Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Eric Dong <eric.dong@intel.com> Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com> --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 2 ++ Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 1 + Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + 3 files changed, 4 insertions(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc index 23ab53dbfe..46bb2cecae 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -160,3 +160,5 @@ SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf \ No newline at end of file diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc index f0e578f8cc..d7ed8f98cd 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc @@ -36,6 +36,7 @@ <LibraryClasses> NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf + NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf } !else MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc index 026ddf4cd7..fa9098d525 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc @@ -115,6 +115,7 @@ TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf !endif BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf [LibraryClasses.common.UEFI_DRIVER] Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf -- 2.25.1.windows.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library 2020-11-24 7:34 [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library Zhiguang Liu @ 2020-11-24 8:42 ` Chiu, Chasel 2020-11-25 1:58 ` 回复: " gaoliming 1 sibling, 0 replies; 5+ messages in thread From: Chiu, Chasel @ 2020-11-24 8:42 UTC (permalink / raw) To: Liu, Zhiguang, devel@edk2.groups.io Cc: Desimone, Nathaniel L, Liming Gao, Dong, Eric Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> > -----Original Message----- > From: Liu, Zhiguang <zhiguang.liu@intel.com> > Sent: Tuesday, November 24, 2020 3:35 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L > <nathaniel.l.desimone@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>; > Dong, Eric <eric.dong@intel.com> > Subject: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library > > Makes the changes because of the new added library instances: > VariablePolicyLib and VariablePolicyHelperLib > > Cc: Chasel Chiu <chasel.chiu@intel.com> > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > Cc: Liming Gao <gaoliming@byosoft.com.cn> > Cc: Eric Dong <eric.dong@intel.com> > > Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com> > --- > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 2 ++ > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 1 + > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + > 3 files changed, 4 insertions(+) > > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > index 23ab53dbfe..46bb2cecae 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > @@ -160,3 +160,5 @@ > SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf > SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf+ > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.in > f+ > VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Variab > lePolicyHelperLib.inf > \ No newline at end of file > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > index f0e578f8cc..d7ed8f98cd 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > @@ -36,6 +36,7 @@ > <LibraryClasses> > NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf+ > NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf } !else > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {diff -- > git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > index 026ddf4cd7..fa9098d525 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > @@ -115,6 +115,7 @@ > TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf !endif > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf+ > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRu > ntimeDxe.inf [LibraryClasses.common.UEFI_DRIVER] > Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.in > f-- > 2.25.1.windows.1 ^ permalink raw reply [flat|nested] 5+ messages in thread
* 回复: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library 2020-11-24 7:34 [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library Zhiguang Liu 2020-11-24 8:42 ` Chiu, Chasel @ 2020-11-25 1:58 ` gaoliming 2020-11-25 8:10 ` [edk2-devel] " Zhiguang Liu 1 sibling, 1 reply; 5+ messages in thread From: gaoliming @ 2020-11-25 1:58 UTC (permalink / raw) To: 'Zhiguang Liu', devel Cc: 'Chasel Chiu', 'Nate DeSimone', 'Eric Dong' Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > -----邮件原件----- > 发件人: Zhiguang Liu <zhiguang.liu@intel.com> > 发送时间: 2020年11月24日 15:35 > 收件人: devel@edk2.groups.io > 抄送: Chasel Chiu <chasel.chiu@intel.com>; Nate DeSimone > <nathaniel.l.desimone@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>; > Eric Dong <eric.dong@intel.com> > 主题: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library > > Makes the changes because of the new added library instances: > VariablePolicyLib > and VariablePolicyHelperLib > > Cc: Chasel Chiu <chasel.chiu@intel.com> > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > Cc: Liming Gao <gaoliming@byosoft.com.cn> > Cc: Eric Dong <eric.dong@intel.com> > > Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com> > --- > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 2 ++ > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 1 + > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + > 3 files changed, 4 insertions(+) > > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > index 23ab53dbfe..46bb2cecae 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > @@ -160,3 +160,5 @@ > SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf > > > > SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf > > + > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib > .inf > > + > VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Vari > ablePolicyHelperLib.inf > \ No newline at end of file > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > index f0e578f8cc..d7ed8f98cd 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > @@ -36,6 +36,7 @@ > <LibraryClasses> > > NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > > NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf > > + > NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf > > } > > !else > > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf > { > > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > index 026ddf4cd7..fa9098d525 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > @@ -115,6 +115,7 @@ > TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf > > !endif > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf > > + > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib > RuntimeDxe.inf > > > > [LibraryClasses.common.UEFI_DRIVER] > > > Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2 > .inf > > -- > 2.25.1.windows.1 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] 回复: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library 2020-11-25 1:58 ` 回复: " gaoliming @ 2020-11-25 8:10 ` Zhiguang Liu 2020-11-25 8:18 ` Dong, Eric 0 siblings, 1 reply; 5+ messages in thread From: Zhiguang Liu @ 2020-11-25 8:10 UTC (permalink / raw) To: devel@edk2.groups.io, gaoliming@byosoft.com.cn, Dong, Eric, Chiu, Chasel, Desimone, Nathaniel L Cc: Tian, Hot Hi Maintainers, Can you help push this patch? This is a little urgent. It has already got R-B from Chasel and Liming Thanks Zhiguang > -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of gaoliming > Sent: Wednesday, November 25, 2020 9:58 AM > To: Liu, Zhiguang <zhiguang.liu@intel.com>; devel@edk2.groups.io > Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L > <nathaniel.l.desimone@intel.com>; Dong, Eric <eric.dong@intel.com> > Subject: [edk2-devel] 回复: [PATCH] Platform\Intel\MinPlatformPkg: Add > Variable Policy library > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > -----邮件原件----- > > 发件人: Zhiguang Liu <zhiguang.liu@intel.com> > > 发送时间: 2020年11月24日 15:35 > > 收件人: devel@edk2.groups.io > > 抄送: Chasel Chiu <chasel.chiu@intel.com>; Nate DeSimone > > <nathaniel.l.desimone@intel.com>; Liming Gao > > <gaoliming@byosoft.com.cn>; Eric Dong <eric.dong@intel.com> > > 主题: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library > > > > Makes the changes because of the new added library instances: > > VariablePolicyLib > > and VariablePolicyHelperLib > > > > Cc: Chasel Chiu <chasel.chiu@intel.com> > > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > > Cc: Eric Dong <eric.dong@intel.com> > > > > Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com> > > --- > > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 2 ++ > > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 1 + > > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + > > 3 files changed, 4 insertions(+) > > > > diff --git > > a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > > index 23ab53dbfe..46bb2cecae 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > > @@ -160,3 +160,5 @@ > > SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf > > > > > > > > SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf > > > > + > > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolic > > VariablePolicyLib|yLib > > .inf > > > > + > > VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/V > > VariablePolicyHelperLib|ari > > ablePolicyHelperLib.inf > > \ No newline at end of file > > diff --git > > a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > index f0e578f8cc..d7ed8f98cd 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > @@ -36,6 +36,7 @@ > > <LibraryClasses> > > > > NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > > > > NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf > > > > + > > NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf > > > > } > > > > !else > > > > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf > > { > > > > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > index 026ddf4cd7..fa9098d525 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > @@ -115,6 +115,7 @@ > > TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf > > > > !endif > > > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf > > > > + > > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolic > > VariablePolicyLib|yLib > > RuntimeDxe.inf > > > > > > > > [LibraryClasses.common.UEFI_DRIVER] > > > > > > > Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2 > > .inf > > > > -- > > 2.25.1.windows.1 > > > > > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] 回复: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library 2020-11-25 8:10 ` [edk2-devel] " Zhiguang Liu @ 2020-11-25 8:18 ` Dong, Eric 0 siblings, 0 replies; 5+ messages in thread From: Dong, Eric @ 2020-11-25 8:18 UTC (permalink / raw) To: Liu, Zhiguang, devel@edk2.groups.io, gaoliming@byosoft.com.cn, Chiu, Chasel, Desimone, Nathaniel L Cc: Tian, Hot [-- Attachment #1: Type: text/plain, Size: 5735 bytes --] Reviewed-by: Eric Dong <eric.dong@intel.com> Pushed this change. SHA-1: d3cba2c7ea69b075944b6cd5ad9eb3f70af09694 * Platform\Intel\MinPlatformPkg: Add Variable Policy library Makes the changes because of the new added library instances: VariablePolicyLib and VariablePolicyHelperLib Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Eric Dong <eric.dong@intel.com> Thanks, Eric From: Liu, Zhiguang <zhiguang.liu@intel.com> Sent: Wednesday, November 25, 2020 4:10 PM To: devel@edk2.groups.io; gaoliming@byosoft.com.cn; Dong, Eric <eric.dong@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> Cc: Tian, Hot <hot.tian@intel.com> Subject: RE: [edk2-devel] 回复: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library Hi Maintainers, Can you help push this patch? This is a little urgent. It has already got R-B from Chasel and Liming Thanks Zhiguang > -----Original Message----- > From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> <devel@edk2.groups.io<mailto:devel@edk2.groups.io>> On Behalf Of gaoliming > Sent: Wednesday, November 25, 2020 9:58 AM > To: Liu, Zhiguang <zhiguang.liu@intel.com<mailto:zhiguang.liu@intel.com>>; devel@edk2.groups.io<mailto:devel@edk2.groups.io> > Cc: Chiu, Chasel <chasel.chiu@intel.com<mailto:chasel.chiu@intel.com>>; Desimone, Nathaniel L > <nathaniel.l.desimone@intel.com<mailto:nathaniel.l.desimone@intel.com>>; Dong, Eric <eric.dong@intel.com<mailto:eric.dong@intel.com>> > Subject: [edk2-devel] 回复: [PATCH] Platform\Intel\MinPlatformPkg: Add > Variable Policy library > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn<mailto:gaoliming@byosoft.com.cn>> > > > -----邮件原件----- > > 发件人: Zhiguang Liu <zhiguang.liu@intel.com<mailto:zhiguang.liu@intel.com>> > > 发送时间: 2020年11月24日 15:35 > > 收件人: devel@edk2.groups.io<mailto:devel@edk2.groups.io> > > 抄送: Chasel Chiu <chasel.chiu@intel.com<mailto:chasel.chiu@intel.com>>; Nate DeSimone > > <nathaniel.l.desimone@intel.com<mailto:nathaniel.l.desimone@intel.com>>; Liming Gao > > <gaoliming@byosoft.com.cn<mailto:gaoliming@byosoft.com.cn>>; Eric Dong <eric.dong@intel.com<mailto:eric.dong@intel.com>> > > 主题: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library > > > > Makes the changes because of the new added library instances: > > VariablePolicyLib > > and VariablePolicyHelperLib > > > > Cc: Chasel Chiu <chasel.chiu@intel.com<mailto:chasel.chiu@intel.com>> > > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com<mailto:nathaniel.l.desimone@intel.com>> > > Cc: Liming Gao <gaoliming@byosoft.com.cn<mailto:gaoliming@byosoft.com.cn>> > > Cc: Eric Dong <eric.dong@intel.com<mailto:eric.dong@intel.com>> > > > > Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com<mailto:zhiguang.liu@intel.com>> > > --- > > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 2 ++ > > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 1 + > > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 1 + > > 3 files changed, 4 insertions(+) > > > > diff --git > > a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > > index 23ab53dbfe..46bb2cecae 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > > @@ -160,3 +160,5 @@ > > SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf > > > > > > > > SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf > > > > + > > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolic > > VariablePolicyLib|yLib > > .inf > > > > + > > VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/V > > VariablePolicyHelperLib|ari > > ablePolicyHelperLib.inf > > \ No newline at end of file > > diff --git > > a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > index f0e578f8cc..d7ed8f98cd 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > @@ -36,6 +36,7 @@ > > <LibraryClasses> > > > > NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > > > > NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf > > > > + > > NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf > > > > } > > > > !else > > > > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf > > { > > > > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > index 026ddf4cd7..fa9098d525 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc > > @@ -115,6 +115,7 @@ > > TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf > > > > !endif > > > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf > > > > + > > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolic > > VariablePolicyLib|yLib > > RuntimeDxe.inf > > > > > > > > [LibraryClasses.common.UEFI_DRIVER] > > > > > > > Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2 > > .inf > > > > -- > > 2.25.1.windows.1 > > > > > > > [-- Attachment #2: Type: text/html, Size: 18639 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-11-25 8:18 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-11-24 7:34 [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library Zhiguang Liu 2020-11-24 8:42 ` Chiu, Chasel 2020-11-25 1:58 ` 回复: " gaoliming 2020-11-25 8:10 ` [edk2-devel] " Zhiguang Liu 2020-11-25 8:18 ` Dong, Eric
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox