[haiku-commits] Change in haiku[master]: arm64: Attempt to build efi bootloader

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 30 Jun 2020 17:59:33 +0000

From Alex von Gluck IV <kallisti5@xxxxxxxxxxx>:

Alex von Gluck IV has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/2974 ;)


Change subject: arm64: Attempt to build efi bootloader
......................................................................

arm64: Attempt to build efi bootloader

Change-Id: I90a9440898994459f8d6de922a3f363fbeddaaf4
---
M build/jam/ArchitectureRules
M src/system/boot/Jamfile
2 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/74/2974/1

diff --git a/build/jam/ArchitectureRules b/build/jam/ArchitectureRules
index dd29391..d09b6cd 100644
--- a/build/jam/ArchitectureRules
+++ b/build/jam/ArchitectureRules
@@ -258,6 +258,7 @@

                case arm64 :
                        HAIKU_KERNEL_PLATFORM ?= efi ;
+                       HAIKU_BOOT_TARGETS += efi ;

                        HAIKU_BOOT_SDIMAGE_SIZE ?= 32 ;
                        # SOC's like allwinner need an offset to skip the 
hardcoded initial loader
diff --git a/src/system/boot/Jamfile b/src/system/boot/Jamfile
index 57a9b86..c83002f 100644
--- a/src/system/boot/Jamfile
+++ b/src/system/boot/Jamfile
@@ -107,6 +107,8 @@
                        OUTPUT_TARGET on $(efiLoader) = efi-app-x86_64 ;
                case arm :
                        OUTPUT_TARGET on $(efiLoader) = binary ;
+               case arm64 :
+                       OUTPUT_TARGET on $(efiLoader) = binary ;
                case * :
                        Exit "Currently unsupported arch:" $(TARGET_ARCH) ;
        }

--
To view, visit https://review.haiku-os.org/c/haiku/+/2974
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I90a9440898994459f8d6de922a3f363fbeddaaf4
Gerrit-Change-Number: 2974
Gerrit-PatchSet: 1
Gerrit-Owner: Alex von Gluck IV <kallisti5@xxxxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: arm64: Attempt to build efi bootloader - Gerrit