diff options
author | Ronald Cron <ronald.cron@arm.com> | 2014-10-27 15:36:58 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2014-10-27 15:36:58 +0000 |
commit | 5f81a62094a12a435e677a1b6e5fbedc76a6a978 (patch) | |
tree | 8f543246ebdd020ef1c604e28de2139ed84d6b92 | |
parent | 9f38945fea0905452e7680ed3ea554487a1f6c9b (diff) | |
download | edk2-platforms-5f81a62094a12a435e677a1b6e5fbedc76a6a978.tar.xz |
EmbeddedPkg: Add scope of SerialPortExtLib.h
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Reviewed-By: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16250 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | EmbeddedPkg/Include/Library/SerialPortExtLib.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/Library/SerialPortExtLib.h b/EmbeddedPkg/Include/Library/SerialPortExtLib.h index 29a7537b15..c7697bfe30 100644 --- a/EmbeddedPkg/Include/Library/SerialPortExtLib.h +++ b/EmbeddedPkg/Include/Library/SerialPortExtLib.h @@ -1,6 +1,16 @@ /** @file
- Copyright (c) 2012, ARM Ltd. All rights reserved.
+ Serial I/O port control interface extension.
+
+ This library provides an extension to the library providing common
+ serial I/O port functions that is defined in MdePkg. The aim is to
+ provide more control over the functionalities of a serial port. The
+ extension covers all the needs of the UEFI Serial I/O Protocol.
+ Though, its use is not restricted to the UEFI Serial I/O Protocol.
+ It could for example be used in the PEI phase of the boot sequence
+ as well.
+
+ Copyright (c) 2012 - 2014, ARM Ltd. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
|