public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1] CryptoPkg: Add flags for IntrinsicLib
@ 2021-03-15 21:04 Matthew Carlson
  0 siblings, 0 replies; 4+ messages in thread
From: Matthew Carlson @ 2021-03-15 21:04 UTC (permalink / raw)
  To: devel; +Cc: Matthew Carlson, Jiewen Yao, Jian J Wang, Xiaoyu Lu, Guomin Jiang

Small patch series that fixes a bugzilla.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821

Cc:  Jiewen Yao <jiewen.yao@intel.com>
Cc:  Jian J Wang <jian.j.wang@intel.com>
Cc:  Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc:  Guomin Jiang <guomin.jiang@intel.com>
Cc:  devel@edk2.groups.io

Matthew Carlson (1):
  CryptoPkg: Added CC flags for ARM on IntrinsicLib

 CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.30.1.windows.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v1 0/1] CryptoPkg: Add flags for IntrinsicLib
@ 2021-03-15 21:09 Matthew Carlson
  2021-03-15 21:09 ` [PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib Matthew Carlson
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Carlson @ 2021-03-15 21:09 UTC (permalink / raw)
  To: devel; +Cc: Matthew Carlson, Jiewen Yao, Jian J Wang, Xiaoyu Lu, Guomin Jiang

Small patch series that fixes a bugzilla.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821

Cc:  Jiewen Yao <jiewen.yao@intel.com>
Cc:  Jian J Wang <jian.j.wang@intel.com>
Cc:  Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc:  Guomin Jiang <guomin.jiang@intel.com>
Cc:  devel@edk2.groups.io

Matthew Carlson (1):
  CryptoPkg: Added CC flags for ARM on IntrinsicLib

 CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.30.1.windows.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib
  2021-03-15 21:09 [PATCH v1 0/1] CryptoPkg: Add flags for IntrinsicLib Matthew Carlson
@ 2021-03-15 21:09 ` Matthew Carlson
  2021-03-15 23:40   ` [edk2-devel] " Yao, Jiewen
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Carlson @ 2021-03-15 21:09 UTC (permalink / raw)
  To: devel
  Cc: Matthew Carlson, Matthew Carlson, Jiewen Yao, Jian J Wang,
	Xiaoyu Lu, Guomin Jiang

From: Matthew Carlson <macarl@microsoft.com>

Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com>

This added the compiler flags that were already defined for X64 and IA32.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Ref: https://github.com/tianocore/edk2/pull/1493

Cc:  Jiewen Yao <jiewen.yao@intel.com>
Cc:  Jian J Wang <jian.j.wang@intel.com>
Cc:  Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc:  Guomin Jiang <guomin.jiang@intel.com>
Cc:  devel@edk2.groups.io
---
 CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 2 ++
 1 file changed, 2 insertions(+)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib
  2021-03-15 21:09 ` [PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib Matthew Carlson
@ 2021-03-15 23:40   ` Yao, Jiewen
  0 siblings, 0 replies; 4+ messages in thread
From: Yao, Jiewen @ 2021-03-15 23:40 UTC (permalink / raw)
  To: devel@edk2.groups.io, matthewfcarlson@gmail.com
  Cc: Matthew Carlson, Wang, Jian J, Lu, XiaoyuX, Jiang, Guomin

May I know where the patch is?

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Matthew
> Carlson
> Sent: Tuesday, March 16, 2021 5:09 AM
> To: devel@edk2.groups.io
> Cc: Matthew Carlson <macarl@microsoft.com>; Matthew Carlson
> <matthewfcarlson@gmail.com>; Yao, Jiewen <jiewen.yao@intel.com>; Wang,
> Jian J <jian.j.wang@intel.com>; Lu, XiaoyuX <xiaoyux.lu@intel.com>; Jiang,
> Guomin <guomin.jiang@intel.com>
> Subject: [edk2-devel] [PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on
> IntrinsicLib
> 
> From: Matthew Carlson <macarl@microsoft.com>
> 
> Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com>
> 
> This added the compiler flags that were already defined for X64 and IA32.
> 
> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
> Ref: https://github.com/tianocore/edk2/pull/1493
> 
> Cc:  Jiewen Yao <jiewen.yao@intel.com>
> Cc:  Jian J Wang <jian.j.wang@intel.com>
> Cc:  Xiaoyu Lu <xiaoyux.lu@intel.com>
> Cc:  Guomin Jiang <guomin.jiang@intel.com>
> Cc:  devel@edk2.groups.io
> ---
>  CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 2 ++
>  1 file changed, 2 insertions(+)
> 
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-15 23:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 21:09 [PATCH v1 0/1] CryptoPkg: Add flags for IntrinsicLib Matthew Carlson
2021-03-15 21:09 ` [PATCH v1 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib Matthew Carlson
2021-03-15 23:40   ` [edk2-devel] " Yao, Jiewen
  -- strict thread matches above, loose matches on Subject: below --
2021-03-15 21:04 [PATCH v1 0/1] CryptoPkg: Add flags for IntrinsicLib Matthew Carlson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox