public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v5 0/4] deModulePkg/EbcDxe: AARCH64 improvements
@ 2016-08-31  8:45 Ard Biesheuvel
  2016-08-31  8:45 ` [PATCH v5 1/4] MdeModulePkg/EbcDxe AARCH64: clean up comment style in ASM file Ard Biesheuvel
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ard Biesheuvel @ 2016-08-31  8:45 UTC (permalink / raw)
  To: edk2-devel, feng.tian, star.zeng; +Cc: leif.lindholm, Ard Biesheuvel

This is v5 of my proposed changes to the AARCH64 implementation of EbcDxe
contributed by Jeff Brasen, which has recently been merged into Tianocore.

Changes since v5:
- added Leif's ack (#3)
- cc MdeModulePkg maintainers

Changes since v3:
- fix typo in comment (#1)
- clarify comments around computed goto in EBC to native thunk, and make sure
  the jump target is 32-bit aligned (#3)
- fix comment and constify Args9_16[] in EbcInterpret() prototype (#4)
- add Leif's R-b (#1, #2, #4)

Feng, Star: I know you will not be able to review or test this code in detail,
but please let me know if you are happy for me to merge it. Thanks.

Ard Biesheuvel (4):
  MdeModulePkg/EbcDxe AARCH64: clean up comment style in ASM file
  MdeModulePkg/EbcDxe AARCH64: use a fixed size thunk structure
  MdeModulePkg/EbcDxe AARCH64: use tail call for EBC to native thunk
  MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry point thunks

 MdeModulePkg/Universal/EbcDxe/AArch64/EbcLowLevel.S | 285 +++++++++++---------
 MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c  | 193 ++++---------
 2 files changed, 210 insertions(+), 268 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2016-09-02  7:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31  8:45 [PATCH v5 0/4] deModulePkg/EbcDxe: AARCH64 improvements Ard Biesheuvel
2016-08-31  8:45 ` [PATCH v5 1/4] MdeModulePkg/EbcDxe AARCH64: clean up comment style in ASM file Ard Biesheuvel
2016-08-31  8:45 ` [PATCH v5 2/4] MdeModulePkg/EbcDxe AARCH64: use a fixed size thunk structure Ard Biesheuvel
2016-08-31  8:45 ` [PATCH v5 3/4] MdeModulePkg/EbcDxe AARCH64: use tail call for EBC to native thunk Ard Biesheuvel
2016-08-31  8:45 ` [PATCH v5 4/4] MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry point thunks Ard Biesheuvel
2016-09-02  6:26 ` [PATCH v5 0/4] deModulePkg/EbcDxe: AARCH64 improvements Ard Biesheuvel
2016-09-02  6:36   ` Zeng, Star
2016-09-02  6:37   ` Tian, Feng
2016-09-02  7:02     ` Ard Biesheuvel

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