VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc

    r48674 r58459  
    11## @file
    2 #
    32# Source Level Debug Package.
    43#
    5 # Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
     4# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
    65#
    76#    This program and the accompanying materials
     
    2120################################################################################
    2221[Defines]
    23   PLATFORM_NAME                  = SourceLevelDebugtPkg
     22  PLATFORM_NAME                  = SourceLevelDebugPkg
    2423  PLATFORM_GUID                  = 38C85805-883F-4ee8-A854-95B966ED73AA
    25   PLATFORM_VERSION               = 0.71
     24  PLATFORM_VERSION               = 0.86
    2625  DSC_SPECIFICATION              = 0x00010005
    27   OUTPUT_DIRECTORY               = Build/SourceLevelDebugtPkg
     26  OUTPUT_DIRECTORY               = Build/SourceLevelDebugPkg
    2827  SUPPORTED_ARCHITECTURES        = IA32|X64
    2928  BUILD_TARGETS                  = DEBUG|RELEASE
     
    3130
    3231[LibraryClasses.common]
    33   DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
     32  DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
    3433  DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf 
    3534  BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
    3635  BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
    37   TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
    3836  PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
     37  PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
     38  IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
     39  SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
     40  LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
     41  PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
     42  SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
     43  PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
     44  TimerLib|UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf
     45  ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
     46  PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
     47  PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
     48  PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
     49
     50!ifdef $(SOURCE_DEBUG_USE_USB)
     51  DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf
     52!else
     53!ifndef $(SOURCE_DEBUG_USE_USB3)
    3954  DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
     55!endif
     56!endif
     57
     58[LibraryClasses.common.PEIM]
     59  PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
     60  PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
     61  PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
     62  HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
     63  MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
     64  DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
     65!ifdef $(SOURCE_DEBUG_USE_USB3)
     66  DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Pei.inf
     67!endif
     68
     69[LibraryClasses.common.DXE_DRIVER]
     70  UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
     71  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
     72  UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
     73  UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
     74  DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
     75  HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
     76  MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
     77  DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
     78!ifdef $(SOURCE_DEBUG_USE_USB3)
     79  DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf
     80!endif
    4081
    4182###################################################################################################
     
    65106  SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
    66107  SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
    67 
     108  SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf
     109  SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf
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