Re: [edk2-devel] 回复: [PATCH] Platform\Intel\MinPlatformPkg: Add Variable Policy library

Dong, Eric eric.dong at intel.com
Wed Nov 25 08:18:50 UTC 2020


Reviewed-by: Eric Dong <eric.dong at 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 at intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu at intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu at intel.com>
Reviewed-by: Liming Gao <gaoliming at byosoft.com.cn>
Reviewed-by: Eric Dong <eric.dong at intel.com>


Thanks,
Eric
From: Liu, Zhiguang <zhiguang.liu at intel.com>
Sent: Wednesday, November 25, 2020 4:10 PM
To: devel at edk2.groups.io; gaoliming at byosoft.com.cn; Dong, Eric <eric.dong at intel.com>; Chiu, Chasel <chasel.chiu at intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone at intel.com>
Cc: Tian, Hot <hot.tian at 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 at edk2.groups.io<mailto:devel at edk2.groups.io> <devel at edk2.groups.io<mailto:devel at edk2.groups.io>> On Behalf Of gaoliming
> Sent: Wednesday, November 25, 2020 9:58 AM
> To: Liu, Zhiguang <zhiguang.liu at intel.com<mailto:zhiguang.liu at intel.com>>; devel at edk2.groups.io<mailto:devel at edk2.groups.io>
> Cc: Chiu, Chasel <chasel.chiu at intel.com<mailto:chasel.chiu at intel.com>>; Desimone, Nathaniel L
> <nathaniel.l.desimone at intel.com<mailto:nathaniel.l.desimone at intel.com>>; Dong, Eric <eric.dong at intel.com<mailto:eric.dong at intel.com>>
> Subject: [edk2-devel] 回复: [PATCH] Platform\Intel\MinPlatformPkg: Add
> Variable Policy library
>
> Reviewed-by: Liming Gao <gaoliming at byosoft.com.cn<mailto:gaoliming at byosoft.com.cn>>
>
> > -----邮件原件-----
> > 发件人: Zhiguang Liu <zhiguang.liu at intel.com<mailto:zhiguang.liu at intel.com>>
> > 发送时间: 2020年11月24日 15:35
> > 收件人: devel at edk2.groups.io<mailto:devel at edk2.groups.io>
> > 抄送: Chasel Chiu <chasel.chiu at intel.com<mailto:chasel.chiu at intel.com>>; Nate DeSimone
> > <nathaniel.l.desimone at intel.com<mailto:nathaniel.l.desimone at intel.com>>; Liming Gao
> > <gaoliming at byosoft.com.cn<mailto:gaoliming at byosoft.com.cn>>; Eric Dong <eric.dong at intel.com<mailto:eric.dong at 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 at intel.com<mailto:chasel.chiu at intel.com>>
> > Cc: Nate DeSimone <nathaniel.l.desimone at intel.com<mailto:nathaniel.l.desimone at intel.com>>
> > Cc: Liming Gao <gaoliming at byosoft.com.cn<mailto:gaoliming at byosoft.com.cn>>
> > Cc: Eric Dong <eric.dong at intel.com<mailto:eric.dong at intel.com>>
> >
> > Signed-off-by: Zhiguang Liu <zhiguang.liu at intel.com<mailto:zhiguang.liu at 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
>
>
>
>
>
> 
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67944): https://edk2.groups.io/g/devel/message/67944
Mute This Topic: https://groups.io/mt/78491926/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20201125/e07e4039/attachment.htm>


More information about the edk2-devel-archive mailing list