From: lgao4 Date: Fri, 9 Mar 2007 12:35:51 +0000 (+0000) Subject: Perfect the msa of the following console, datahub and DebugPort modules. X-Git-Tag: edk2-stable201903~23447 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6c18e19ad51638b4f465e7af500c67f08b29c5ab Perfect the msa of the following console, datahub and DebugPort modules. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2435 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.msa b/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.msa index f688a19458..afc35028ea 100644 --- a/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.msa +++ b/EdkModulePkg/Universal/Console/ConSplitter/Dxe/ConSplitter.msa @@ -7,7 +7,7 @@ 1.0 Component description file for ConSplitter module. Any Handle that attatched EFI_CONSOLE_IDENTIFIER_PROTOCOL can be bound by this driver. - Copyright (c) 2006, Intel Corporation + Copyright (c) 2006 - 2007, 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 which accompanies this distribution. The full text of the license may be found at @@ -22,8 +22,9 @@ ConSplitter - + DebugLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. UefiDriverModelLib @@ -58,19 +59,21 @@ - + gEfiUgaDrawProtocolGuid + UGA Draw protocol is only installed in EFI mode. - + gEfiGraphicsOutputProtocolGuid + Graphics Output Protocol is only installed in UEFI mode. - + gEfiSimpleTextOutProtocolGuid - + gEfiSimpleTextInProtocolGuid - + gEfiSimplePointerProtocolGuid diff --git a/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa b/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa index 3e9af8001b..187cc9b4ec 100644 --- a/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa +++ b/EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/GraphicsConsole.msa @@ -1,5 +1,5 @@ - + GraphicsConsole DXE_DRIVER @@ -7,7 +7,7 @@ 1.0 Component description file for GraphicsConsole module This is the main routine for initializing the Graphics Console support routines. - Copyright (c) 2006, Intel Corporation + Copyright (c) 2006 - 2007, 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 which accompanies this distribution. The full text of the license may be found at @@ -22,8 +22,9 @@ GraphicsConsole - + DebugLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. UefiDriverModelLib @@ -31,9 +32,6 @@ UefiDriverEntryPoint - - BaseLib - UefiLib @@ -73,10 +71,16 @@ gEfiSimpleTextOutProtocolGuid - + gEfiDevicePathProtocolGuid + + + FontPack + Register UsStdNarrow Fonts into the global database. + + EFI_SPECIFICATION_VERSION 0x00020000 EDK_RELEASE_VERSION 0x00020000 diff --git a/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa b/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa index 977a9b355e..3403b35b75 100644 --- a/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa +++ b/EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa @@ -6,8 +6,8 @@ 9E863906-A40F-4875-977F-5B93FF237FC6 1.0 Component description file for Terminal module. - This drivre installs Simple Text In/Out protocol for terminal devices. - Copyright (c) 2006, Intel Corporation + This driver installs Simple Text In/Out protocol for terminal devices. + Copyright (c) 2006 - 2007, 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 which accompanies this distribution. The full text of the license may be found at @@ -22,8 +22,9 @@ Terminal - + DebugLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. UefiDriverModelLib @@ -83,15 +84,18 @@ 0x0043 0x006F 0x006E 0x0049 0x006E 0x0044 0x0065 0x0076 - gConInDevGuid + gEfiGlobalVariableGuid + L"ConInDev" global variable will be updated if the serial device is not a hot plug device. 0x0043 0x006F 0x006E 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076 - gConOutDevGuid + gEfiGlobalVariableGuid + L"ConOutDev" global variable will be updated if the serial device is not a hot plug device. 0x0045 0x0072 0x0072 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076 - gErrOutDevGuid + gEfiGlobalVariableGuid + L"ErrOutDev" global variable will be updated if the serial device is not a hot plug device. diff --git a/EdkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.msa b/EdkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.msa index ffe09f9552..043cd1d657 100644 --- a/EdkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.msa +++ b/EdkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.msa @@ -1,13 +1,13 @@ - + DataHub DXE_DRIVER 53BCC14F-C24F-434C-B294-8ED2D4CC1860 1.0 Component description file for DataHub module. - This driver preloads the data hub with status information copied in from PEI HOBs and produces the Data Hub protocol. - Copyright (c) 2006, Intel Corporation + This driver initializes and installs the Data Hub protocol. + Copyright (c) 2006 - 2007, 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 which accompanies this distribution. The full text of the license may be found at @@ -22,8 +22,9 @@ DataHub - + DebugLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. UefiDriverEntryPoint @@ -54,7 +55,6 @@ - diff --git a/EdkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.msa b/EdkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.msa index 0a8108301d..1c934c6f2e 100644 --- a/EdkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.msa +++ b/EdkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.msa @@ -1,5 +1,5 @@ - + DataHubStdErr DXE_DRIVER @@ -7,7 +7,7 @@ 1.0 Component description file for Data Hub filter driver. This driver takes DEBUG () info from Data Hub and writes it to StdErr if it exists. - Copyright (c) 2006, Intel Corporation + Copyright (c) 2006 - 2007, 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 which accompanies this distribution. The full text of the license may be found at @@ -22,8 +22,9 @@ DataHubStdErr - + DebugLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. UefiDriverEntryPoint @@ -48,6 +49,12 @@ gEfiDataHubProtocolGuid + + + DATA_HUB_STATUS_CODE_DATA_RECORD + DEBUG() data that is recorded in status code data hub will be sent to Standard Error. + + gEfiStatusCodeGuid diff --git a/EdkModulePkg/Universal/Debugger/Debugport/Dxe/DebugPort.msa b/EdkModulePkg/Universal/Debugger/Debugport/Dxe/DebugPort.msa index f2c09b9c9d..3e4ef3ceeb 100644 --- a/EdkModulePkg/Universal/Debugger/Debugport/Dxe/DebugPort.msa +++ b/EdkModulePkg/Universal/Debugger/Debugport/Dxe/DebugPort.msa @@ -1,13 +1,14 @@ - + DebugPort UEFI_DRIVER 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322 1.0 Component description file for DebugPort module. - This driver produces DebugPort Protocol based on SerialIo. - Copyright (c) 2006, Intel Corporation + 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 All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -22,8 +23,9 @@ DebugPort - + DebugLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. UefiDriverModelLib @@ -34,9 +36,6 @@ UefiLib - - BaseLib - BaseMemoryLib @@ -61,11 +60,13 @@ - gEfiDebugPortProtocolGuid + gEfiDebugPortVariableGuid, gEfiDebugPortDevicePathGuid are + both the alias of gEfiDebugPortProtocolGuid. They are not separate guid variables, + which are not required to be described in the followin Guids section. gEfiDevicePathProtocolGuid @@ -73,11 +74,20 @@ gEfiSerialIoProtocolGuid + + gEfiComponentNameProtocolGuid + + + gEfiDriverBindingProtocolGuid + 0x0044 0x0045 0x0042 0x0055 0x0047 0x0050 0x004F 0x0052 0x0054 - gDEBUGPORTGuid + gEfiDebugPortProtocolGuid + L"DEBUGPORT" variable is specified. gEfiDebugPortVariableGuid is + one virtual guid, which can't be described in this section. + So gEfiDebugPortProtocolGuid name is instead of it.