]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Clean ACPI 2.0 characters in UEFI spec
authorDandan Bi <dandan.bi@intel.com>
Fri, 16 Jun 2017 05:23:20 +0000 (13:23 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 20 Jun 2017 01:29:43 +0000 (09:29 +0800)
Cc: Liming Gao <liming.gao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdePkg/Include/Protocol/PciIo.h
MdePkg/Include/Protocol/PciRootBridgeIo.h

index 6068260be69ddbf592cee47571b5d8fa71f8c661..42bcc81830777bc1d8cf355722375e439f4d4781 100644 (file)
@@ -2,7 +2,7 @@
   EFI PCI I/O Protocol provides the basic Memory, I/O, PCI configuration, \r
   and DMA interfaces that a driver uses to access its PCI controller.\r
 \r
-  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2017, 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
@@ -448,27 +448,26 @@ EFI_STATUS
   OUT UINT64                                   *Result OPTIONAL\r
   );\r
 \r
-/**                                                                 \r
+/**\r
   Gets the attributes that this PCI controller supports setting on a BAR using\r
   SetBarAttributes(), and retrieves the list of resource descriptors for a BAR.\r
-            \r
-  @param  This                  A pointer to the EFI_PCI_IO_PROTOCOL instance.  \r
+\r
+  @param  This                  A pointer to the EFI_PCI_IO_PROTOCOL instance.\r
   @param  BarIndex              The BAR index of the standard PCI Configuration header to use as the\r
                                 base address for resource range. The legal range for this field is 0..5.\r
   @param  Supports              A pointer to the mask of attributes that this PCI controller supports\r
-                                setting for this BAR with SetBarAttributes().                        \r
-  @param  Resources             A pointer to the ACPI 2.0 resource descriptors that describe the current\r
-                                configuration of this BAR of the PCI controller.                        \r
+                                setting for this BAR with SetBarAttributes().\r
+  @param  Resources             A pointer to the resource descriptors that describe the current\r
+                                configuration of this BAR of the PCI controller.\r
                                   \r
-  @retval EFI_SUCCESS           If Supports is not NULL, then the attributes that the PCI       \r
-                                controller supports are returned in Supports. If Resources      \r
-                                is not NULL, then the ACPI 2.0 resource descriptors that the PCI\r
-                                controller is currently using are returned in Resources.          \r
+  @retval EFI_SUCCESS           If Supports is not NULL, then the attributes that the PCI\r
+                                controller supports are returned in Supports. If Resources\r
+                                is not NULL, then the resource descriptors that the PCI\r
+                                controller is currently using are returned in Resources.\r
   @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.\r
   @retval EFI_UNSUPPORTED       BarIndex not valid for this PCI controller.\r
   @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to allocate\r
-                                Resources.                                                 \r
-                                \r
+                                Resources.\r
 **/\r
 typedef\r
 EFI_STATUS\r
index 449dcba67a8ab225c48a3b5a4a923c99c85d05d2..fed5385b9d6bc616f8216d4afba7de411632fbf1 100644 (file)
@@ -5,7 +5,7 @@
   and PCI Configuration cycles on a PCI Root Bridge. It also provides services to perform \r
   defferent types of bus mastering DMA.\r
 \r
-  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2017, 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
@@ -387,18 +387,18 @@ EFI_STATUS
   );\r
 \r
 /**                                                                 \r
-  Retrieves the current resource settings of this PCI root bridge in the form of a set of ACPI 2.0\r
-  resource descriptors.                                                                           \r
+  Retrieves the current resource settings of this PCI root bridge in the form of a set of ACPI\r
+  resource descriptors.\r
             \r
   @param  This                  A pointer to the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.\r
-  @param  Resources             A pointer to the ACPI 2.0 resource descriptors that describe the current\r
-                                configuration of this PCI root bridge.                                  \r
-                                \r
+  @param  Resources             A pointer to the resource descriptors that describe the current\r
+                                configuration of this PCI root bridge.\r
+\r
   @retval EFI_SUCCESS           The current configuration of this PCI root bridge was returned in\r
-                                Resources.                                                                                                                       \r
+                                Resources.\r
   @retval EFI_UNSUPPORTED       The current configuration of this PCI root bridge could not be\r
-                                retrieved.                                                                          \r
-                                       \r
+                                retrieved.\r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r