[edk2-devel] [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf

Jake Garver via groups.io posted 1 patch 1 year, 3 months ago
Failed in applying to current master (apply log)
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 6 ++++++
1 file changed, 6 insertions(+)
[edk2-devel] [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
Posted by Jake Garver via groups.io 1 year, 3 months ago
These sections were removed mistakenly.  SmmCryptLib.inf supports these
architectures.

Signed-off-by: Jake Garver <jake@nvidia.com>
---
 CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
index 55df99f843..ab19930871 100644
--- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
+++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
@@ -75,6 +75,12 @@
 [Sources.X64]
   Rand/CryptRandTsc.c
 
+[Sources.ARM]
+  Rand/CryptRand.c
+
+[Sources.AARCH64]
+  Rand/CryptRand.c
+
 [Packages]
   MdePkg/MdePkg.dec
   CryptoPkg/CryptoPkg.dec
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99041): https://edk2.groups.io/g/devel/message/99041
Mute This Topic: https://groups.io/mt/96528220/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
Posted by Michael D Kinney 1 year, 3 months ago
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

Mike


> -----Original Message-----
> From: Jake Garver <jake@nvidia.com>
> Sent: Wednesday, January 25, 2023 11:22 AM
> To: devel@edk2.groups.io
> Cc: jbrasen@nvidia.com; ashishsingha@nvidia.com; Yao, Jiewen <jiewen.yao@intel.com>; Wang, Jian J
> <jian.j.wang@intel.com>; Lu, Xiaoyu1 <xiaoyu1.lu@intel.com>; Jiang, Guomin <guomin.jiang@intel.com>; Kinney, Michael
> D <michael.d.kinney@intel.com>; Jake Garver <jake@nvidia.com>
> Subject: [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
> 
> These sections were removed mistakenly.  SmmCryptLib.inf supports these
> architectures.
> 
> Signed-off-by: Jake Garver <jake@nvidia.com>
> ---
>  CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> index 55df99f843..ab19930871 100644
> --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> @@ -75,6 +75,12 @@
>  [Sources.X64]
>    Rand/CryptRandTsc.c
> 
> +[Sources.ARM]
> +  Rand/CryptRand.c
> +
> +[Sources.AARCH64]
> +  Rand/CryptRand.c
> +
>  [Packages]
>    MdePkg/MdePkg.dec
>    CryptoPkg/CryptoPkg.dec
> --
> 2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99042): https://edk2.groups.io/g/devel/message/99042
Mute This Topic: https://groups.io/mt/96528220/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
Posted by Yao, Jiewen 1 year, 3 months ago
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>

> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Thursday, January 26, 2023 3:44 AM
> To: Jake Garver <jake@nvidia.com>; devel@edk2.groups.io
> Cc: jbrasen@nvidia.com; ashishsingha@nvidia.com; Yao, Jiewen
> <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Lu, Xiaoyu1
> <xiaoyu1.lu@intel.com>; Jiang, Guomin <guomin.jiang@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: RE: [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in
> SmmCryptLib.inf
> 
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> Mike
> 
> 
> > -----Original Message-----
> > From: Jake Garver <jake@nvidia.com>
> > Sent: Wednesday, January 25, 2023 11:22 AM
> > To: devel@edk2.groups.io
> > Cc: jbrasen@nvidia.com; ashishsingha@nvidia.com; Yao, Jiewen
> <jiewen.yao@intel.com>; Wang, Jian J
> > <jian.j.wang@intel.com>; Lu, Xiaoyu1 <xiaoyu1.lu@intel.com>; Jiang, Guomin
> <guomin.jiang@intel.com>; Kinney, Michael
> > D <michael.d.kinney@intel.com>; Jake Garver <jake@nvidia.com>
> > Subject: [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in
> SmmCryptLib.inf
> >
> > These sections were removed mistakenly.  SmmCryptLib.inf supports these
> > architectures.
> >
> > Signed-off-by: Jake Garver <jake@nvidia.com>
> > ---
> >  CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > index 55df99f843..ab19930871 100644
> > --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > @@ -75,6 +75,12 @@
> >  [Sources.X64]
> >    Rand/CryptRandTsc.c
> >
> > +[Sources.ARM]
> > +  Rand/CryptRand.c
> > +
> > +[Sources.AARCH64]
> > +  Rand/CryptRand.c
> > +
> >  [Packages]
> >    MdePkg/MdePkg.dec
> >    CryptoPkg/CryptoPkg.dec
> > --
> > 2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99055): https://edk2.groups.io/g/devel/message/99055
Mute This Topic: https://groups.io/mt/96528220/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
Posted by Ard Biesheuvel 1 year, 3 months ago
On Thu, 26 Jan 2023 at 02:42, Yao, Jiewen <jiewen.yao@intel.com> wrote:
>
> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
>

Thanks, I'll go and merge this.


> > -----Original Message-----
> > From: Kinney, Michael D <michael.d.kinney@intel.com>
> > Sent: Thursday, January 26, 2023 3:44 AM
> > To: Jake Garver <jake@nvidia.com>; devel@edk2.groups.io
> > Cc: jbrasen@nvidia.com; ashishsingha@nvidia.com; Yao, Jiewen
> > <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Lu, Xiaoyu1
> > <xiaoyu1.lu@intel.com>; Jiang, Guomin <guomin.jiang@intel.com>; Kinney,
> > Michael D <michael.d.kinney@intel.com>
> > Subject: RE: [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in
> > SmmCryptLib.inf
> >
> > Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> >
> > Mike
> >
> >
> > > -----Original Message-----
> > > From: Jake Garver <jake@nvidia.com>
> > > Sent: Wednesday, January 25, 2023 11:22 AM
> > > To: devel@edk2.groups.io
> > > Cc: jbrasen@nvidia.com; ashishsingha@nvidia.com; Yao, Jiewen
> > <jiewen.yao@intel.com>; Wang, Jian J
> > > <jian.j.wang@intel.com>; Lu, Xiaoyu1 <xiaoyu1.lu@intel.com>; Jiang, Guomin
> > <guomin.jiang@intel.com>; Kinney, Michael
> > > D <michael.d.kinney@intel.com>; Jake Garver <jake@nvidia.com>
> > > Subject: [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in
> > SmmCryptLib.inf
> > >
> > > These sections were removed mistakenly.  SmmCryptLib.inf supports these
> > > architectures.
> > >
> > > Signed-off-by: Jake Garver <jake@nvidia.com>
> > > ---
> > >  CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 6 ++++++
> > >  1 file changed, 6 insertions(+)
> > >
> > > diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > > index 55df99f843..ab19930871 100644
> > > --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > > +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > > @@ -75,6 +75,12 @@
> > >  [Sources.X64]
> > >    Rand/CryptRandTsc.c
> > >
> > > +[Sources.ARM]
> > > +  Rand/CryptRand.c
> > > +
> > > +[Sources.AARCH64]
> > > +  Rand/CryptRand.c
> > > +
> > >  [Packages]
> > >    MdePkg/MdePkg.dec
> > >    CryptoPkg/CryptoPkg.dec
> > > --
> > > 2.17.1
>
>
>
> 
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99063): https://edk2.groups.io/g/devel/message/99063
Mute This Topic: https://groups.io/mt/96528220/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
Posted by Ard Biesheuvel 1 year, 3 months ago
On Thu, 26 Jan 2023 at 09:03, Ard Biesheuvel <ardb@kernel.org> wrote:
>
> On Thu, 26 Jan 2023 at 02:42, Yao, Jiewen <jiewen.yao@intel.com> wrote:
> >
> > Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
> >
>
> Thanks, I'll go and merge this.
>
>

Merged as #3947, thanks

> > > -----Original Message-----
> > > From: Kinney, Michael D <michael.d.kinney@intel.com>
> > > Sent: Thursday, January 26, 2023 3:44 AM
> > > To: Jake Garver <jake@nvidia.com>; devel@edk2.groups.io
> > > Cc: jbrasen@nvidia.com; ashishsingha@nvidia.com; Yao, Jiewen
> > > <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Lu, Xiaoyu1
> > > <xiaoyu1.lu@intel.com>; Jiang, Guomin <guomin.jiang@intel.com>; Kinney,
> > > Michael D <michael.d.kinney@intel.com>
> > > Subject: RE: [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in
> > > SmmCryptLib.inf
> > >
> > > Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> > >
> > > Mike
> > >
> > >
> > > > -----Original Message-----
> > > > From: Jake Garver <jake@nvidia.com>
> > > > Sent: Wednesday, January 25, 2023 11:22 AM
> > > > To: devel@edk2.groups.io
> > > > Cc: jbrasen@nvidia.com; ashishsingha@nvidia.com; Yao, Jiewen
> > > <jiewen.yao@intel.com>; Wang, Jian J
> > > > <jian.j.wang@intel.com>; Lu, Xiaoyu1 <xiaoyu1.lu@intel.com>; Jiang, Guomin
> > > <guomin.jiang@intel.com>; Kinney, Michael
> > > > D <michael.d.kinney@intel.com>; Jake Garver <jake@nvidia.com>
> > > > Subject: [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in
> > > SmmCryptLib.inf
> > > >
> > > > These sections were removed mistakenly.  SmmCryptLib.inf supports these
> > > > architectures.
> > > >
> > > > Signed-off-by: Jake Garver <jake@nvidia.com>
> > > > ---
> > > >  CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 6 ++++++
> > > >  1 file changed, 6 insertions(+)
> > > >
> > > > diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > > b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > > > index 55df99f843..ab19930871 100644
> > > > --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > > > +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
> > > > @@ -75,6 +75,12 @@
> > > >  [Sources.X64]
> > > >    Rand/CryptRandTsc.c
> > > >
> > > > +[Sources.ARM]
> > > > +  Rand/CryptRand.c
> > > > +
> > > > +[Sources.AARCH64]
> > > > +  Rand/CryptRand.c
> > > > +
> > > >  [Packages]
> > > >    MdePkg/MdePkg.dec
> > > >    CryptoPkg/CryptoPkg.dec
> > > > --
> > > > 2.17.1
> >
> >
> >
> > 
> >
> >


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99064): https://edk2.groups.io/g/devel/message/99064
Mute This Topic: https://groups.io/mt/96528220/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-