]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PciPlatform.h
OvmfPkg: Skip initrd command on Xcode toolchain
[mirror_edk2.git] / MdePkg / Include / Protocol / PciPlatform.h
index bd15226417e28ce82d698179ff13b6b087252e73..4b0cf0739165d9ac2d2a72796d7155c2cebe740d 100644 (file)
@@ -1,20 +1,14 @@
 /** @file\r
-  This file declares PlatfromOpRom protocols that provide the interface between \r
-  the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific \r
-  driver to describe the unique features of a platform. \r
+  This file declares PlatfromOpRom protocols that provide the interface between\r
+  the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific\r
+  driver to describe the unique features of a platform.\r
   This protocol is optional.\r
-  \r
-Copyright (c) 2007 - 2010, Intel Corporation.  All rights reserved<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
-The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                          \r
-    \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
   @par Revision Reference:\r
-  This Protocol is defined in UEFI Platform Initialization Specification 1.2 \r
+  This Protocol is defined in UEFI Platform Initialization Specification 1.2\r
   Volume 5: Standards\r
 \r
 **/\r
@@ -320,16 +314,16 @@ EFI_STATUS
 ///\r
 struct _EFI_PCI_PLATFORM_PROTOCOL {\r
   ///\r
-  /// The notification from the PCI bus enumerator to the platform that it is about to \r
+  /// The notification from the PCI bus enumerator to the platform that it is about to\r
   /// enter a certain phase during the enumeration process.\r
   ///\r
   EFI_PCI_PLATFORM_PHASE_NOTIFY          PlatformNotify;\r
   ///\r
-  /// The notification from the PCI bus enumerator to the platform for each PCI \r
+  /// The notification from the PCI bus enumerator to the platform for each PCI\r
   /// controller at several predefined points during PCI controller initialization.\r
-  /// \r
+  ///\r
   EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER PlatformPrepController;\r
-  /// \r
+  ///\r
   /// Retrieves the platform policy regarding enumeration.\r
   ///\r
   EFI_PCI_PLATFORM_GET_PLATFORM_POLICY   GetPlatformPolicy;\r