diff options
Diffstat (limited to 'EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa')
-rw-r--r-- | EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa b/EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa index fd25c90533..b56436db27 100644 --- a/EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa +++ b/EdkNt32Pkg/Pei/MonoStatusCode/MonoStatusCode.msa @@ -13,8 +13,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> <ModuleType>PEIM</ModuleType>
<GuidValue>1501614E-0E6C-4ef4-8B8F-C276CDFB646F</GuidValue>
<Version>1.0</Version>
- <Abstract>Component description file for DiskIo module.</Abstract>
- <Description>FIX ME!</Description>
+ <Abstract>Mono status code driver</Abstract>
+ <Description>
+ PEIM to provide the status code functionality, to aid in system debug.
+ It includes output to 0x80 port and/or to serial port.
+ This PEIM is monolithic. Different platform should provide different library.
+ </Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License |