]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiAcpiDataTable.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiAcpiDataTable.h
index 957721fa7cec8ca2c48fbeccdec4807936a21b72..d8eb61c0aedae1e1c7902e77119fb64c627ee660 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   UEFI ACPI Data Table Definition.\r
 \r
-Copyright (c) 2011 - 2016, 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
+Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -19,42 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #pragma pack(1)\r
 typedef struct {\r
-  EFI_ACPI_DESCRIPTION_HEADER   Header;\r
-  GUID                          Identifier;\r
-  UINT16                        DataOffset;\r
+  EFI_ACPI_DESCRIPTION_HEADER    Header;\r
+  GUID                           Identifier;\r
+  UINT16                         DataOffset;\r
 } EFI_ACPI_DATA_TABLE;\r
-\r
-typedef struct {\r
-  EFI_ACPI_DATA_TABLE  UefiAcpiDataTable;\r
-  UINT32               SwSmiNumber;\r
-  UINT64               BufferPtrAddress;\r
-} EFI_SMM_COMMUNICATION_ACPI_TABLE;\r
-\r
-typedef struct {\r
-  EFI_SMM_COMMUNICATION_ACPI_TABLE        UefiSmmCommunicationAcpiTable;\r
-  EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTURE  InvocationRegister;\r
-} EFI_SMM_COMMUNICATION_ACPI_TABLE_2;\r
-\r
-///\r
-/// To avoid confusion in interpreting frames, the communication buffer should always \r
-/// begin with EFI_SMM_COMMUNICATE_HEADER\r
-///\r
-typedef struct {\r
-  ///\r
-  /// Allows for disambiguation of the message format.\r
-  ///\r
-  EFI_GUID  HeaderGuid;\r
-  ///\r
-  /// Describes the size of Data (in bytes) and does not include the size of the header.\r
-  ///\r
-  UINTN     MessageLength;\r
-  ///\r
-  /// Designates an array of bytes that is MessageLength in size.\r
-  ///\r
-  UINT8     Data[1];\r
-} EFI_SMM_COMMUNICATE_HEADER;\r
-\r
 #pragma pack()\r
 \r
 #endif\r
-\r