VirtualBox

Changeset 99544 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Apr 27, 2023 8:16:31 AM (21 months ago)
Author:
vboxsync
Message:

Devices/DevPL031: Started implementing the PL031 PrimeCell RTC device, bugref:10435

Location:
trunk/src/VBox/Devices/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r99542 r99544  
    253253        return rc;
    254254
     255    rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePl031Rtc);
     256    if (RT_FAILURE(rc))
     257        return rc;
     258
    255259    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceFlashCFI);
    256260    if (RT_FAILURE(rc))
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r99542 r99544  
    231231#ifdef VBOX_VMM_TARGET_ARMV8
    232232extern const PDMDEVREG g_DevicePl011;
     233extern const PDMDEVREG g_DevicePl031Rtc;
    233234extern const PDMDEVREG g_DeviceFlashCFI;
    234235#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