VirtualBox

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


Ignore:
Timestamp:
Apr 27, 2023 8:16:31 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157053
Message:

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

Location:
trunk/src/VBox/Devices
Files:
1 added
3 edited

Legend:

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

    r99542 r99544  
    922922  VBoxDD_SOURCES    += \
    923923        Misc/DevFlashCFI.cpp \
     924        Misc/DevPL031.cpp \
    924925        Serial/DevPL011.cpp
    925926 endif
  • 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.

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