]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTable.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / AcpiTableDxe / AcpiTable.h
index 646032099588668856caa1f5dcd962398cdd72c6..425a462fd92bf1b6e96ab2b4b3cef3e57e25eac0 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   ACPI Table Protocol Driver\r
 \r
-  Copyright (c) 2006 - 2015, 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
-  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
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -21,7 +15,6 @@
 #include <Protocol/AcpiTable.h>\r
 #include <Guid/Acpi.h>\r
 #include <Protocol/AcpiSystemDescriptionTable.h>\r
-#include <Protocol/DxeSmmReadyToLock.h>\r
 \r
 #include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
@@ -114,8 +107,6 @@ typedef struct {
   UINTN                                         NumberOfTableEntries1;  // Number of ACPI 1.0 tables\r
   UINTN                                         NumberOfTableEntries3;  // Number of ACPI 3.0 tables\r
   UINTN                                         CurrentHandle;\r
-  BOOLEAN                                       TablesInstalled1;       // ACPI 1.0 tables published\r
-  BOOLEAN                                       TablesInstalled3;       // ACPI 3.0 tables published\r
   EFI_ACPI_TABLE_PROTOCOL                       AcpiTableProtocol;\r
   EFI_ACPI_SDT_PROTOCOL                         AcpiSdtProtocol;\r
   LIST_ENTRY                                    NotifyList;\r
@@ -153,14 +144,14 @@ AcpiTableAcpiTableConstructor (
 \r
 /**\r
   Entry point of the ACPI table driver.\r
-  Creates and initializes an instance of the ACPI Table \r
+  Creates and initializes an instance of the ACPI Table\r
   Protocol and installs it on a new handle.\r
 \r
   @param  ImageHandle   A handle for the image that is initializing this driver\r
   @param  SystemTable   A pointer to the EFI system table\r
 \r
   @return EFI_SUCCESS           Driver initialized successfully\r
-  @return EFI_LOAD_ERROR        Failed to Initialize or has been loaded \r
+  @return EFI_LOAD_ERROR        Failed to Initialize or has been loaded\r
   @return EFI_OUT_OF_RESOURCES  Could not allocate needed resources\r
 \r
 **/\r
@@ -179,7 +170,7 @@ InitializeAcpiTableDxe (
 \r
   @param[in]  Handle      Table to find.\r
   @param[in]  TableList   Table list to search\r
-  @param[out] Table       Pointer to table found. \r
+  @param[out] Table       Pointer to table found.\r
 \r
   @retval EFI_SUCCESS              The function completed successfully.\r
   @retval EFI_NOT_FOUND            No table found matching the handle specified.\r