public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: edk2-devel-01 <edk2-devel@lists.01.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: Re: [PATCH] MdeModulePkg/EbcDxe: add ARM support
Date: Tue, 9 Aug 2016 16:42:10 +0200	[thread overview]
Message-ID: <CAKv+Gu-j+9snbGhk4Px_4Jxk0F+pxkOKkcY2gT4a8S0K0vVRHg@mail.gmail.com> (raw)
In-Reply-To: <1470752347-19268-1-git-send-email-ard.biesheuvel@linaro.org>

On 9 August 2016 at 16:19, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> This is a port of the recently proposed AARCH64 implementation of
> the EBC runtime to ARM. It is a proof of concept: it runs
> HelloWorld.efi, but it is likely that there are issues with
> function argument marshalling that are difficult to solve.
> In particular, UINT64 register arguments are passed in even/odd
> pairs, which would require padding on the VM stack.
>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>


Missing hunk to wire it up

diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
index cb8022fc3197..8cc5a38acc73 100644
--- a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
+++ b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
@@ -29,7 +29,7 @@ [Defines]
 #
 # The following information is for reference only and not required by
the build tools.
 #
-#  VALID_ARCHITECTURES           = IA32 X64 IPF AARCH64
+#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM AARCH64
 #

 [Sources]
@@ -55,6 +55,10 @@ [Sources.IPF]
   Ipf/EbcSupport.c
   Ipf/EbcLowLevel.s

+[Sources.ARM]
+  Arm/EbcSupport.c
+  Arm/EbcLowLevel.S
+
 [Sources.AARCH64]
   AArch64/EbcSupport.c
   AArch64/EbcLowLevel.S


      reply	other threads:[~2016-08-09 14:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 14:19 [PATCH] MdeModulePkg/EbcDxe: add ARM support Ard Biesheuvel
2016-08-09 14:42 ` 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-j+9snbGhk4Px_4Jxk0F+pxkOKkcY2gT4a8S0K0vVRHg@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