]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Update StatusCode Runtime Protocol comments to follow PI spec 1.4a.
authorLiming Gao <liming.gao@intel.com>
Wed, 13 Apr 2016 02:57:25 +0000 (10:57 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 23 May 2016 09:05:47 +0000 (17:05 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/StatusCode.h

index 281e0ce159f54f2b1a94c05fabf7a54b3b12cfa0..a1165189c7daf25c2ed52406d55febadcc40d5b2 100644 (file)
@@ -1,15 +1,7 @@
 /** @file\r
-  Status code Runtime Protocol as defined in PI Specification VOLUME 2 DXE\r
+  Status code Runtime Protocol as defined in PI Specification 1.4a VOLUME 2 DXE\r
 \r
-  The StatusCode () service is added to the EFI system table and the \r
-  EFI_STATUS_CODE_ARCH_PROTOCOL_GUID protocol is registered with a NULL \r
-  pointer.\r
-\r
-  No CRC of the EFI system table is required, since that is done in the DXE core.\r
-\r
-  This code abstracts Status Code reporting.\r
-\r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -56,8 +48,7 @@ EFI_STATUS
 \r
 ///\r
 /// Provides the service required to report a status code to the platform firmware.\r
-/// This protocol must be produced by a runtime DXE driver and may be consumed \r
-/// only by the DXE Foundation.\r
+/// This protocol must be produced by a runtime DXE driver.\r
 ///\r
 typedef struct _EFI_STATUS_CODE_PROTOCOL {\r
   EFI_REPORT_STATUS_CODE         ReportStatusCode;\r