- Timestamp:
- Apr 27, 2023 8:03:32 AM (17 months ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 1 added
- 3 edited
-
Makefile.kmk (modified) (1 diff)
-
Misc/DevFlashCFI.cpp (added)
-
build/VBoxDD.cpp (modified) (1 diff)
-
build/VBoxDD.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r99432 r99542 921 921 VBoxDD_DEFS += VBOX_VMM_TARGET_ARMV8 922 922 VBoxDD_SOURCES += \ 923 Misc/DevFlashCFI.cpp \ 923 924 Serial/DevPL011.cpp 924 925 endif -
trunk/src/VBox/Devices/build/VBoxDD.cpp
r99125 r99542 252 252 if (RT_FAILURE(rc)) 253 253 return rc; 254 255 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceFlashCFI); 256 if (RT_FAILURE(rc)) 257 return rc; 254 258 #endif 255 259 -
trunk/src/VBox/Devices/build/VBoxDD.h
r99125 r99542 231 231 #ifdef VBOX_VMM_TARGET_ARMV8 232 232 extern const PDMDEVREG g_DevicePl011; 233 extern const PDMDEVREG g_DeviceFlashCFI; 233 234 #endif 234 235
Note:
See TracChangeset
for help on using the changeset viewer.

