public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error
@ 2024-01-29  8:41 Adam Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Adam Liu @ 2024-01-29  8:41 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: Adam Liu

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

Declare InternalAssertJumpBuffer as EXTERN

Signed-off-by: "Liu, Shun Cheng" <aliu@synaptics.com>
---
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm | 1 +
1 file changed, 1 insertion(+)

diff --git a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
index 6ec8f35f2c..397593ceaf 100644
--- a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
+++ b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
@@ -4,6 +4,7 @@
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
;------------------------------------------------------------------------------
+  EXTERN InternalAssertJumpBuffer
   EXPORT SetJump
   EXPORT InternalLongJump
--
2.22.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114795): https://edk2.groups.io/g/devel/message/114795
Mute This Topic: https://groups.io/mt/104056947/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 5599 bytes --]

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

* [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error
@ 2024-02-06  6:11 Adam Liu
  2024-02-07 21:05 ` Laszlo Ersek
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Liu @ 2024-02-06  6:11 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: Adam Liu

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]

Declare InternalAssertJumpBuffer as EXTERN

Signed-off-by: "Liu, Shun Cheng" <aliu@synaptics.com<mailto:aliu@synaptics.com>>
---
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm | 1 +
1 file changed, 1 insertion(+)

diff --git a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
index 6ec8f35f2c..397593ceaf 100644
--- a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
+++ b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
@@ -4,6 +4,7 @@
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
;------------------------------------------------------------------------------
+  EXTERN InternalAssertJumpBuffer

   EXPORT SetJump
   EXPORT InternalLongJump
--
2.22.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115169): https://edk2.groups.io/g/devel/message/115169
Mute This Topic: https://groups.io/mt/104198930/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 5789 bytes --]

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

* Re: [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error
  2024-02-06  6:11 Adam Liu
@ 2024-02-07 21:05 ` Laszlo Ersek
  2024-02-15  9:02   ` Adam Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Laszlo Ersek @ 2024-02-07 21:05 UTC (permalink / raw)
  To: devel, adam.liu
  Cc: Ard Biesheuvel, Leif Lindholm, Liming Gao, Michael D Kinney,
	Sami Mujawar, Zhiguang Liu

On 2/6/24 07:11, Adam Liu wrote:
> Declare InternalAssertJumpBuffer as EXTERN

CC'ing maintainers per Maintainers.txt.

Other than that -- the patch seems to be HTML mail; did you send it with
git-send-email?

Laszlo


> 
>  
> 
> Signed-off-by: "Liu, Shun Cheng" <aliu@synaptics.com
> <mailto:aliu@synaptics.com>>
> 
> ---
> 
> MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm | 1 +
> 
> 1 file changed, 1 insertion(+)
> 
>  
> 
> diff --git a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
> b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
> 
> index 6ec8f35f2c..397593ceaf 100644
> 
> --- a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
> 
> +++ b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
> 
> @@ -4,6 +4,7 @@
> 
> ; SPDX-License-Identifier: BSD-2-Clause-Patent
> 
> ;
> 
> ;------------------------------------------------------------------------------
> 
> +  EXTERN InternalAssertJumpBuffer
> 
>  
> 
>    EXPORT SetJump
> 
>    EXPORT InternalLongJump
> 
> --
> 
> 2.22.0.windows.1
> 
>  
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115255): https://edk2.groups.io/g/devel/message/115255
Mute This Topic: https://groups.io/mt/104198930/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error
  2024-02-07 21:05 ` Laszlo Ersek
@ 2024-02-15  9:02   ` Adam Liu
  2024-02-15  9:50     ` Laszlo Ersek
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Liu @ 2024-02-15  9:02 UTC (permalink / raw)
  To: Laszlo Ersek, devel

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

Hello Laszlo,

No, I sent the content with outlook. Do I need to send out patch again with git-send-email?

Adam


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115502): https://edk2.groups.io/g/devel/message/115502
Mute This Topic: https://groups.io/mt/104198930/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 918 bytes --]

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

* Re: [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error
  2024-02-15  9:02   ` Adam Liu
@ 2024-02-15  9:50     ` Laszlo Ersek
  0 siblings, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2024-02-15  9:50 UTC (permalink / raw)
  To: devel, aliu

On 2/15/24 10:02, Adam Liu wrote:
> Hello Laszlo,
> 
> No, I sent the content with outlook. Do I need to send out patch again
> with git-send-email? 

Please find the official contribution guide here:

  https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process

Some personal (unofficial) tips on top:

  https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-git-guide-for-edk2-contributors-and-maintainers

Laszlo



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115503): https://edk2.groups.io/g/devel/message/115503
Mute This Topic: https://groups.io/mt/104198930/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

end of thread, other threads:[~2024-02-15  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29  8:41 [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error Adam Liu
  -- strict thread matches above, loose matches on Subject: below --
2024-02-06  6:11 Adam Liu
2024-02-07 21:05 ` Laszlo Ersek
2024-02-15  9:02   ` Adam Liu
2024-02-15  9:50     ` Laszlo Ersek

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