Grub Development Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Plant <chris@monkeyircd.org>
To: Grub-devel@gnu.org
Cc: chris@monkeyircd.org
Subject: [PATCH 05/05] Enable multiboot2 support on arm64-efi target
Date: Wed, 28 Oct 2020 19:51:37 +0000	[thread overview]
Message-ID: <6418989e94badd0cc8e2dce3072483956fe676b1.camel@monkeyircd.org> (raw)
In-Reply-To: <4b23bf36d0a833ff038709ae7c443647976dcd8c.camel@monkeyircd.org>

Enable multiboot2 support for arm64-efi target

Signed-off-by: Chris Plant <chris@monkeyircd.org>

---
 grub-core/Makefile.core.def | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
index b5f47fc41..2c0bec83d 100644
--- a/grub-core/Makefile.core.def
+++ b/grub-core/Makefile.core.def
@@ -1674,6 +1674,8 @@ module = {
   x86_64_xen = lib/x86_64/xen/relocator.S;
   xen = lib/i386/relocator_common_c.c;
   x86_64_efi = lib/x86_64/efi/relocator.c;
+  arm64_efi = lib/arm64/relocator.c;
+  arm64_efi = lib/arm64/relocator_asm.S;
 
   extra_dist = lib/i386/relocator_common.S;
   extra_dist = kern/powerpc/cache_flush.S;
@@ -1683,6 +1685,7 @@ module = {
   enable = x86;
   enable = i386_xen_pvh;
   enable = xen;
+  enable = arm64_efi;
 };
 
 module = {
@@ -1783,6 +1786,7 @@ module = {
   enable = x86;
   enable = i386_xen_pvh;
   enable = mips;
+  enable = arm64_efi;
 };
 
 module = {
@@ -1907,6 +1911,8 @@ module = {
 
   mips = mmap/mips/uppermem.c;
 
+  arm64_efi = mmap/arm64/uppermem.c;
+
   enable = x86;
   enable = i386_xen_pvh;
   enable = ia64_efi;
-- 
2.28.0



  parent reply	other threads:[~2020-10-28 19:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28 19:45 [PATCH] Enable multiboot2 support on arm64-efi target Chris Plant
2020-10-28 19:47 ` [PATCH 01/05] " Chris Plant
2020-10-28 19:49 ` [PATCH 03/05] " Chris Plant
2020-10-28 19:50 ` [PATCH 04/05] " Chris Plant
2020-10-28 19:51 ` Chris Plant [this message]
2020-10-28 19:52 ` [PATCH 02/05] " Chris Plant

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=6418989e94badd0cc8e2dce3072483956fe676b1.camel@monkeyircd.org \
    --to=chris@monkeyircd.org \
    --cc=Grub-devel@gnu.org \
    /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