Changeset 106958 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 12, 2024 12:27:20 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 165885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/ArmPlatformPkg/PrePeiCore/AArch64/PrePeiCoreEntryPoint.S
r105600 r106958 7 7 8 8 #include <AsmMacroIoLibV8.h> 9 10 #ifdef VBOX 11 # define IN_RING0 12 # include <VBox/platforms/vbox-armv8.h> 13 #endif 14 9 15 10 16 ASM_FUNC(_ModuleEntryPoint) … … 67 73 // Determine the start of the VBox descriptor region. 68 74 // 69 mov x1, # 0x0800000075 mov x1, #VBOXPLATFORMARMV8_PHYS_ADDR 70 76 71 77 //
Note:
See TracChangeset
for help on using the changeset viewer.