VirtualBox

Ignore:
Timestamp:
Nov 26, 2024 10:19:37 AM (2 months ago)
Author:
vboxsync
Message:

Devices,Main,Installer,/Makefile.kmk: Take ARM EFI firmwares from the same build box as the x86 & amd64 ones (efi2). Renamed the firmware images and internal variables to include full arch (kbuild style) for x86 & amd64 as well. jiraref:VBP-1458

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r106945 r107139  
    12561256  EFI/DevEFI-binaries.asm_ASINCS = $(PATH_STAGE)/$(INST_BIN)
    12571257  EFI/DevEFI-binaries.asm_DEPS   = \
    1258         $(PATH_STAGE)/$(INST_BIN)VBoxEFI32.fd \
    1259         $(PATH_STAGE)/$(INST_BIN)VBoxEFI64.fd
     1258        $(PATH_STAGE)/$(INST_BIN)VBoxEFI-x86.fd \
     1259        $(PATH_STAGE)/$(INST_BIN)VBoxEFI-amd64.fd
    12601260
    12611261  VBoxDD2_SOURCES.arm64 += EFI/DevEFI-binaries.S
    12621262  EFI/DevEFI-binaries.S_ASINCS = $(PATH_STAGE)/$(INST_BIN)
    12631263  EFI/DevEFI-binaries.S_DEPS   = \
    1264         $(PATH_STAGE)/$(INST_BIN)VBoxEFI32.fd \
    1265         $(PATH_STAGE)/$(INST_BIN)VBoxEFI64.fd
     1264        $(PATH_STAGE)/$(INST_BIN)VBoxEFI-x86.fd \
     1265        $(PATH_STAGE)/$(INST_BIN)VBoxEFI-amd64.fd
    12661266  ifdef VBOX_WITH_VIRT_ARMV8
    12671267   EFI/DevEFI-binaries.S_DEPS   += \
    1268         $(PATH_STAGE)/$(INST_BIN)VBoxEFIAArch32.fd \
    1269         $(PATH_STAGE)/$(INST_BIN)VBoxEFIAArch64.fd
     1268        $(PATH_STAGE)/$(INST_BIN)VBoxEFI-arm32.fd \
     1269        $(PATH_STAGE)/$(INST_BIN)VBoxEFI-arm64.fd
    12701270  endif
    12711271 endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette