public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: "Tian, Feng" <feng.tian@intel.com>
Cc: edk2-devel-01 <edk2-devel@lists.01.org>,
	"Zeng, Star" <star.zeng@intel.com>,
	Leif Lindholm <leif.lindholm@linaro.org>
Subject: Re: [PATCH v5 0/4] deModulePkg/EbcDxe: AARCH64 improvements
Date: Fri, 2 Sep 2016 08:02:04 +0100	[thread overview]
Message-ID: <CAKv+Gu-nxCMaq4XPDgZDh6KuqG=J_MuNTLi6Eq59TpGaf=mG8Q@mail.gmail.com> (raw)
In-Reply-To: <7F1BAD85ADEA444D97065A60D2E97EE566D85166@SHSMSX101.ccr.corp.intel.com>

On 2 September 2016 at 07:37, Tian, Feng <feng.tian@intel.com> wrote:
> Reviewed-by: Feng Tian <feng.tian@intel.com>
>
> Thanks
> Feng
>
> -----Original Message-----
> From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org]
> Sent: Friday, September 2, 2016 2:26 PM
> To: edk2-devel-01 <edk2-devel@lists.01.org>; Tian, Feng <feng.tian@intel.com>; Zeng, Star <star.zeng@intel.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>; Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Subject: Re: [PATCH v5 0/4] deModulePkg/EbcDxe: AARCH64 improvements
>
> Feng, Star: any comments?
>
> On 31 August 2016 at 09:45, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>> 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
>>

Thanks all

Committed as

72b0eaa02679 MdeModulePkg/EbcDxe AARCH64: clean up comment style in ASM file
4d1f5a214bb3 MdeModulePkg/EbcDxe AARCH64: use a fixed size thunk structure
3226e315d20c MdeModulePkg/EbcDxe AARCH64: use tail call for EBC to native thunk
4a2aaff2fca6 MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry
point thunks


      reply	other threads:[~2016-09-02  7:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKv+Gu-nxCMaq4XPDgZDh6KuqG=J_MuNTLi6Eq59TpGaf=mG8Q@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox