[edk2-devel] [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes

Wang, Jian J posted 5 patches 4 years, 5 months ago
Failed in applying to current master (apply log)
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/UserInterfaceFeaturePkg.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/SynQuacerEvalBoard.dsc     | 1 +
Silicon/Hisilicon/Hisilicon.dsc.inc                              | 1 +
Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc                    | 1 +
13 files changed, 13 insertions(+)
[edk2-devel] [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes
Posted by Wang, Jian J 4 years, 5 months ago
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/UserInterfaceFeaturePkg.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/SynQuacerEvalBoard.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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50563): https://edk2.groups.io/g/devel/message/50563
Mute This Topic: https://groups.io/mt/55347937/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes
Posted by Leif Lindholm 4 years, 5 months ago
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/UserInterfaceFeaturePkg.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/SynQuacerEvalBoard.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
> 

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50593): https://edk2.groups.io/g/devel/message/50593
Mute This Topic: https://groups.io/mt/55347937/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes
Posted by Michael D Kinney 4 years, 5 months ago
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
> >
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50596): https://edk2.groups.io/g/devel/message/50596
Mute This Topic: https://groups.io/mt/55347937/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes
Posted by Wang, Jian J 4 years, 5 months ago
It's pushed at c9af866cdd6214d65c1539e7008f6a7255316c80

Regards,
Jian

> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Thursday, November 14, 2019 2:48 AM
> To: devel@edk2.groups.io; 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
> 
> 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/b9802a924e8e5d3f9f12fd97d347be
> 48eccae95e
> 
> 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
> > >
> >
> > 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50605): https://edk2.groups.io/g/devel/message/50605
Mute This Topic: https://groups.io/mt/55347937/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-