All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] efi_selftest: allow building relocation code on x86_64
Date: Tue, 22 May 2018 17:29:47 -0600	[thread overview]
Message-ID: <CAPnjgZ2Wnp+j-0fzvgnE2W=yfRxOHTaZt_EFQE2NZJ=bypEh0A@mail.gmail.com> (raw)
In-Reply-To: <20180518171220.9493-2-xypron.glpk@gmx.de>

On 18 May 2018 at 11:12, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> Variables EFI_RELOC and EFI_CRT0 have to be defined to build the
> EFI unit tests. This patch ensures this for the x86 architecure.
>
> If we compile with EFI_STUB, the bitness depends on CONFIG_EFI_STUB_64BIT.
> Otherwise the bitness depends on CONFIG_X86_64.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  arch/x86/config.mk | 20 ++++++++++++++++----
>  1 file changed, 16 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2018-05-22 23:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-18 17:12 [U-Boot] [PATCH 0/2] Allow building EFI binaries on x86_64 Heinrich Schuchardt
2018-05-18 17:12 ` [U-Boot] [PATCH 1/2] efi_selftest: allow building relocation code " Heinrich Schuchardt
2018-05-22 23:29   ` Simon Glass [this message]
2018-05-18 17:12 ` [U-Boot] [PATCH 2/2] efi_loader: build CRT0 and RELOC " Heinrich Schuchardt
2018-05-22 23:29   ` Simon Glass
2018-05-26 12:05   ` Tuomas Tynkkynen

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-all 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='CAPnjgZ2Wnp+j-0fzvgnE2W=yfRxOHTaZt_EFQE2NZJ=bypEh0A@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.