X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDebugPortDxe%2FDebugPortDxe.inf;h=8c1d8686217a734b611955444a5938152a456523;hb=24af132fc0b4a72f25b8d84c3a1e736acbf5a70c;hp=5df78992268972ddcc1784e1c482a0459ac244d6;hpb=cfc8865f177c2846cd51f35fb0748bf4e11d8307;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf b/MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf index 5df7899226..8c1d868621 100644 --- a/MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf +++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf @@ -1,9 +1,10 @@ #/** @file -# Component description file for DebugPort module. +# This driver produces Debug Port protocol to be used by debug agent to communicate with +# the remote debug host. # -# This driver binds exclusively to serial io on the controller handle, -# and initializes serial Io interface, publishs DebugPort and device path Protocol. -# Copyright (c) 2006 - 2007, Intel Corporation +# This driver binds exclusively to a standard UART serial port on the controller handle, +# and initializes serial Io interface, publishs Debug Port and Device Path Protocol. +# Copyright (c) 2006 - 2008, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -20,7 +21,7 @@ BASE_NAME = DebugPortDxe FILE_GUID = 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322 MODULE_TYPE = UEFI_DRIVER - VERSION_STRING = 1.0 + VERSION_STRING = 1.0 ENTRY_POINT = InitializeDebugPortDriver UNLOAD_IMAGE = ImageUnloadHandler @@ -29,8 +30,9 @@ # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -# DRIVER_BINDING = gDebugPortDriverBinding -# COMPONENT_NAME = gDebugPortComponentName +# DRIVER_BINDING = gDebugPortDriverBinding +# COMPONENT_NAME = gDebugPortComponentName +# COMPONENT_NAME2 = gDebugPortComponentName2 # Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT" # # @@ -55,15 +57,12 @@ UefiDriverEntryPoint DebugLib +[Guids] + gEfiDebugPortVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"DEBUGPORT" + gEfiDebugPortDevicePathGuid ## SOMETIMES_CONSUMES ## GUID [Protocols] - gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiSerialIoProtocolGuid # PROTOCOL TO_START - gEfiDevicePathProtocolGuid # PROTOCOL BY_START - gEfiDebugPortProtocolGuid # PROTOCOL BY_START - - -[Depex] - TRUE + gEfiSerialIoProtocolGuid ## TO_START + gEfiDevicePathProtocolGuid ## BY_START + gEfiDebugPortProtocolGuid ## BY_START