VirtualBox

Changeset 99126 in vbox for trunk


Ignore:
Timestamp:
Mar 23, 2023 8:19:24 AM (19 months ago)
Author:
vboxsync
Message:

Devices: Start implementation of ARM PL011 UART emulation, bugref:10403 [scm fixes]

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

Legend:

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

    r99125 r99126  
    912912  VBoxDD_DEFS       += VBOX_VMM_TARGET_ARMV8
    913913  VBoxDD_SOURCES    += \
    914     Serial/DevPL011.cpp
     914        Serial/DevPL011.cpp
    915915 endif
    916916
  • trunk/src/VBox/Devices/Serial/DevPL011.cpp

    r99125 r99126  
    231231typedef struct DEVPL011R0
    232232{
    233     /** Dummy .*/ 
     233    /** Dummy .*/
    234234    uint8_t                         bDummy;
    235235} DEVPL011R0;
     
    243243typedef struct DEVPL011RC
    244244{
    245     /** Dummy .*/ 
     245    /** Dummy .*/
    246246    uint8_t                         bDummy;
    247247} DEVPL011RC;
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