Changeset 101291 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg
- Timestamp:
- Sep 27, 2023 1:34:02 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159276
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-156846 /vendor/edk2/current 103735-103757,103769-103776,129194-159268
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.c
r99404 r101291 187 187 USB3_DEBUG_PORT_HANDLE *Instance; 188 188 189 DEBUG ((DEBUG_INFO, "%a()\n", __ FUNCTION__));189 DEBUG ((DEBUG_INFO, "%a()\n", __func__)); 190 190 191 191 Instance = GetUsb3DebugPortInstance (); … … 291 291 // Found the PciIo for USB3 debug port. 292 292 // 293 DEBUG ((DEBUG_INFO, "%a()\n", __ FUNCTION__));293 DEBUG ((DEBUG_INFO, "%a()\n", __func__)); 294 294 if (Usb3GetIoMmu () != NULL) { 295 295 Instance = GetUsb3DebugPortInstance (); -
trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Pei.c
r99404 r101291 36 36 USB3_DEBUG_PORT_HANDLE *Instance; 37 37 38 DEBUG ((DEBUG_INFO, "%a()\n", __ FUNCTION__));38 DEBUG ((DEBUG_INFO, "%a()\n", __func__)); 39 39 40 40 Instance = GetUsb3DebugPortInstance (); -
trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc
r89983 r101291 36 36 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf 37 37 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf 38 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf39 38 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf 40 39 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
Note:
See TracChangeset
for help on using the changeset viewer.