From: "gaoliming" <gaoliming@byosoft.com.cn>
To: "'Kinney, Michael D'" <michael.d.kinney@intel.com>,
<michael.kubacki@outlook.com>, <devel@edk2.groups.io>
Cc: "'Jiang, Guomin'" <guomin.jiang@intel.com>,
"'Xu, Wei6'" <wei6.xu@intel.com>,
"'Matthew Carlson'" <matthewfcarlson@gmail.com>
Subject: 回复: [PATCH v1 1/1] FmpDevicePkg: Add RngLib instance to DSC
Date: Mon, 19 Oct 2020 09:49:25 +0800 [thread overview]
Message-ID: <000e01d6a5ba$12f5ff60$38e1fe20$@byosoft.com.cn> (raw)
In-Reply-To: <MN2PR11MB4461A3B0711E0821210BAACDD2030@MN2PR11MB4461.namprd11.prod.outlook.com>
Pull request for this patch https://github.com/tianocore/edk2/pull/1028
Thanks
Liming
> -----邮件原件-----
> 发件人: Kinney, Michael D <michael.d.kinney@intel.com>
> 发送时间: 2020年10月16日 23:12
> 收件人: michael.kubacki@outlook.com; devel@edk2.groups.io; Kinney,
> Michael D <michael.d.kinney@intel.com>
> 抄送: Jiang, Guomin <guomin.jiang@intel.com>; Xu, Wei6
> <wei6.xu@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>; Matthew
> Carlson <matthewfcarlson@gmail.com>
> 主题: RE: [PATCH v1 1/1] FmpDevicePkg: Add RngLib instance to DSC
>
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
>
> > -----Original Message-----
> > From: michael.kubacki@outlook.com <michael.kubacki@outlook.com>
> > Sent: Thursday, October 15, 2020 1:43 PM
> > To: devel@edk2.groups.io
> > Cc: Jiang, Guomin <guomin.jiang@intel.com>; Xu, Wei6
> <wei6.xu@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>; Kinney,
> Michael D
> > <michael.d.kinney@intel.com>; Matthew Carlson
> <matthewfcarlson@gmail.com>
> > Subject: [PATCH v1 1/1] FmpDevicePkg: Add RngLib instance to DSC
> >
> > From: Michael Kubacki <michael.kubacki@microsoft.com>
> >
> > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3010
> >
> > Commit b5701a4 in CryptoPkg introduced a dependency on RngLib.
> >
> > The FmpDevicePkg build currently fails since it does not specify
> > a RngLib instance and OpensslLib links against RngLib.
> >
> > Cc: Guomin Jiang <guomin.jiang@intel.com>
> > Cc: Wei6 Xu <wei6.xu@intel.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Matthew Carlson <matthewfcarlson@gmail.com>
> > Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> > ---
> > FmpDevicePkg/FmpDevicePkg.dsc | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/FmpDevicePkg/FmpDevicePkg.dsc
> b/FmpDevicePkg/FmpDevicePkg.dsc
> > index bdb73f28288f..cfeadd833038 100644
> > --- a/FmpDevicePkg/FmpDevicePkg.dsc
> > +++ b/FmpDevicePkg/FmpDevicePkg.dsc
> > @@ -6,7 +6,7 @@
> > # Capsules. The behavior of the Firmware Management Protocol
> instance is
> > # customized using libraries and PCDs.
> > #
> > -# Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
> > +# Copyright (c) Microsoft Corporation.<BR>
> > # Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.<BR>
> > # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All
> rights reserved.<BR>
> > #
> > @@ -57,6 +57,7 @@ [LibraryClasses]
> > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
> > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
> > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
> > + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf
> > !endif
> >
> FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpA
> uthenticationLibPkcs7.inf
> >
> CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/
> CapsuleUpdatePolicyLibNull.inf
> > --
> > 2.28.0.windows.1
prev parent reply other threads:[~2020-10-19 1:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-15 20:42 [PATCH v1 1/1] FmpDevicePkg: Add RngLib instance to DSC Michael Kubacki
2020-10-16 0:56 ` 回复: [edk2-devel] " gaoliming
2020-10-16 15:12 ` Michael D Kinney
2020-10-19 1:49 ` gaoliming [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000e01d6a5ba$12f5ff60$38e1fe20$@byosoft.com.cn' \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox