VirtualBox

Changeset 101616 in vbox for trunk


Ignore:
Timestamp:
Oct 27, 2023 12:37:51 PM (15 months ago)
Author:
vboxsync
Message:

Devices: Don't (ab)use VBOX_VMM_TARGET_ARMV8 for defining whether the Armv8 bits are compiled in. Use VBOX_WITH_VIRT_ARMV8 as VBoxDD is combined for x86 and arm and doesn't has a dedicated binary like VBoxVMMArm has, bugref:10385

Location:
trunk/src/VBox/Devices
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI-binaries.S

    r99927 r101616  
    7272#endif
    7373
    74 #ifdef VBOX_VMM_TARGET_ARMV8
     74#ifdef VBOX_WITH_VIRT_ARMV8
    7575;
    7676; The ARMv8 bits
  • trunk/src/VBox/Devices/Makefile.kmk

    r101321 r101616  
    925925 # --- ARMv8 bits. ---
    926926 if defined(VBOX_WITH_VIRT_ARMV8)
    927   VBoxDD_DEFS       += VBOX_VMM_TARGET_ARMV8
     927  VBoxDD_DEFS       += VBOX_WITH_VIRT_ARMV8
    928928  VBoxDD_SOURCES    += \
    929929        Bus/DevPciGenericEcam.cpp \
     
    12171217        IN_VBOXDD2 \
    12181218        $(if $(VBOX_WITH_PXE_ROM),VBOX_WITH_PXE_ROM,) \
    1219         $(if $(VBOX_WITH_VIRT_ARMV8),VBOX_VMM_TARGET_ARMV8,)
     1219        $(if $(VBOX_WITH_VIRT_ARMV8),VBOX_WITH_VIRT_ARMV8,)
    12201220 VBoxDD2_INCS           := \
    12211221        build \
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r101479 r101616  
    248248        return rc;
    249249#endif
    250 #ifdef VBOX_VMM_TARGET_ARMV8
     250#ifdef VBOX_WITH_VIRT_ARMV8
    251251    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceEfiArmV8);
    252252    if (RT_FAILURE(rc))
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r101479 r101616  
    234234#endif
    235235
    236 #ifdef VBOX_VMM_TARGET_ARMV8
     236#ifdef VBOX_WITH_VIRT_ARMV8
    237237extern const PDMDEVREG g_DeviceEfiArmV8;
    238238extern const PDMDEVREG g_DevicePl011;
  • trunk/src/VBox/Devices/build/VBoxDD2.h

    r99927 r101616  
    6060extern DECLEXPORT(const unsigned char)  g_abEfiFirmware64[];
    6161extern DECLEXPORT(const unsigned)       g_cbEfiFirmware64;
    62 #  ifdef VBOX_VMM_TARGET_ARMV8
     62#  ifdef VBOX_WITH_VIRT_ARMV8
    6363extern DECLEXPORT(const unsigned char)  g_abEfiFirmwareAArch32[];
    6464extern DECLEXPORT(const unsigned)       g_cbEfiFirmwareAArch32;
     
    8989extern DECLIMPORT(const unsigned char)  g_abEfiFirmware64[];
    9090extern DECLIMPORT(const unsigned)       g_cbEfiFirmware64;
    91 #  ifdef VBOX_VMM_TARGET_ARMV8
     91#  ifdef VBOX_WITH_VIRT_ARMV8
    9292extern DECLIMPORT(const unsigned char)  g_abEfiFirmwareAArch32[];
    9393extern DECLIMPORT(const unsigned)       g_cbEfiFirmwareAArch32;
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