public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"leif.lindholm@linaro.org" <leif.lindholm@linaro.org>,
	"Wang, Jian J" <jian.j.wang@intel.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Cc: "Steele, Kelly" <kelly.steele@intel.com>,
	"Bi, Dandan" <dandan.bi@intel.com>,
	"Gao, Liming" <liming.gao@intel.com>,
	"Sun, Zailiang" <zailiang.sun@intel.com>,
	"Qian, Yi" <yi.qian@intel.com>, Marcin Wojtas <mw@semihalf.com>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: Re: [edk2-devel] [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes
Date: Wed, 13 Nov 2019 18:48:16 +0000	[thread overview]
Message-ID: <E92EE9817A31E24EB0585FDF735412F5B9E1A5A8@ORSMSX113.amr.corp.intel.com> (raw)
In-Reply-To: <20191113181904.GD7323@bivouac.eciton.net>

Leif,

If it helps for testing purposes, the PR for edk2 has been run through EDK II CI.

    https://github.com/tianocore/edk2/pull/168

The public branch with the new lib is at:

    https://github.com/jwang36/edk2/tree/add-rnglibnull-instance

The lib is added in a single commit:

    https://github.com/jwang36/edk2/commit/b9802a924e8e5d3f9f12fd97d347be48eccae95e

Mike


> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On
> Behalf Of Leif Lindholm
> Sent: Wednesday, November 13, 2019 10:19 AM
> To: Wang, Jian J <jian.j.wang@intel.com>
> Cc: devel@edk2.groups.io; Kinney, Michael D
> <michael.d.kinney@intel.com>; Steele, Kelly
> <kelly.steele@intel.com>; Bi, Dandan
> <dandan.bi@intel.com>; Gao, Liming
> <liming.gao@intel.com>; Sun, Zailiang
> <zailiang.sun@intel.com>; Qian, Yi <yi.qian@intel.com>;
> Marcin Wojtas <mw@semihalf.com>; Ard Biesheuvel
> <ard.biesheuvel@linaro.org>
> Subject: Re: [edk2-devel] [PATCH edk2-platforms 0/5]
> Add RngLibNull for comming OpensslLib changes
> 
> Hi Jian,
> 
> Can MdePkg/Library/BaseRngLibNull/ be pushed to edk2,
> so that we can run some build tests?
> 
> Best Regards,
> 
> Leif
> 
> On Wed, Nov 13, 2019 at 02:11:40PM +0800, Jian J Wang
> wrote:
> > Ref:
> https://bugzilla.tianocore.org/show_bug.cgi?id=1871
> >
> > It's a prerequisite of removing dependency of
> TimerLib from OpensslLib.
> > RngLib will be used instead. To avoid build failure,
> add the null
> > instance of it in advance.
> >
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Kelly Steele <kelly.steele@intel.com>
> > Cc: Dandan Bi <dandan.bi@intel.com>
> > Cc: Liming Gao <liming.gao@intel.com>
> > Cc: Zailiang Sun <zailiang.sun@intel.com>
> > Cc: Yi Qian <yi.qian@intel.com>
> > Cc: Marcin Wojtas <mw@semihalf.com>
> > Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > Cc: Leif Lindholm <leif.lindholm@linaro.org>
> >
> > Jian J Wang (5):
> >   QuarkPlatformPkg: add null version of RngLib
> >   UserInterfaceFeaturePkg: add null version RngLib
> >   Vlv2TbltDevicePkg: add null version RngLib
> >   Armada7k8k: add null version RngLib
> >   MiscPlatforms: add null version RngLib
> >
> >  Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> | 1 +
> >  Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
> | 1 +
> >  Platform/Intel/QuarkPlatformPkg/Quark.dsc
> | 1 +
> >  Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc
> | 1 +
> >
> .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeatureP
> kg.dsc    | 1 +
> >  Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc
> | 1 +
> >  Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc
> | 1 +
> >  Platform/LeMaker/CelloBoard/CelloBoard.dsc
> | 1 +
> >  Platform/RaspberryPi/RPi3/RPi3.dsc
> | 1 +
> >  Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
> | 1 +
> >
> Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoar
> d.dsc     | 1 +
> >  Silicon/Hisilicon/Hisilicon.dsc.inc
> | 1 +
> >  Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc
> | 1 +
> >  13 files changed, 13 insertions(+)
> >
> > --
> > 2.17.1.windows.2
> >
> 
> 


  reply	other threads:[~2019-11-13 18:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-13  6:11 [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes Wang, Jian J
2019-11-13  6:11 ` [PATCH edk2-platforms 1/5] QuarkPlatformPkg: add null version of RngLib Wang, Jian J
2019-11-13  6:11 ` [PATCH edk2-platforms 2/5] UserInterfaceFeaturePkg: add null version RngLib Wang, Jian J
2019-11-13  6:11 ` [PATCH edk2-platforms 3/5] Vlv2TbltDevicePkg: " Wang, Jian J
2019-11-13  6:11 ` [PATCH edk2-platforms 4/5] Armada7k8k: " Wang, Jian J
2019-11-13  6:11 ` [PATCH edk2-platforms 5/5] MiscPlatforms: " Wang, Jian J
2019-11-13 18:19 ` [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes Leif Lindholm
2019-11-13 18:48   ` Michael D Kinney [this message]
2019-11-14  2:09     ` [edk2-devel] " Wang, Jian J

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=E92EE9817A31E24EB0585FDF735412F5B9E1A5A8@ORSMSX113.amr.corp.intel.com \
    --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