]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / DxeRuntimeDebugLibSerialPort / DxeRuntimeDebugLibSerialPort.uni
1 // /** @file
2 // DXE runtime Debug library instance based on Serial Port library.
3 // It takes care not to call into SerialPortLib after ExitBootServices() has
4 // been called, to prevent touching hardware that is no longer owned by the
5 // firmware.
6 //
7 // Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
8 //
9 // SPDX-License-Identifier: BSD-2-Clause-Patent
10 //
11 // **/
12
13
14 #string STR_MODULE_ABSTRACT #language en-US "DXE runtime Debug library instance based on Serial Port library"
15
16 #string STR_MODULE_DESCRIPTION #language en-US "It takes care not to call into SerialPortLib after ExitBootServices() has been called."