VirtualBox

Changeset 107162 in vbox


Ignore:
Timestamp:
Nov 27, 2024 10:47:18 AM (7 weeks 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 [fix typo]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp

    r107152 r107162  
    480480#ifdef VBOX_WITH_EFI_IN_DD2
    481481        const char *pszEfiRomFile = eFwType == FirmwareType_EFIDUAL ? "<INVALID>"
    482                                   : eFwType == FirmwareType_EFI32   ? "VBoxEFI-amr32.fd"
    483                                   :                                   "VBoxEFI-amr64.fd";
     482                                  : eFwType == FirmwareType_EFI32   ? "VBoxEFI-arm32.fd"
     483                                  :                                   "VBoxEFI-arm64.fd";
    484484        const char *pszKey = "ResourceId";
    485485#else
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