]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/IndustryStandard/E820.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / E820.h
index aeafd89f25de483c0f5358cd1133dd1581bebc07..e41be5af3c6c5779e9a49ae50f9484dec6348a1c 100644 (file)
@@ -3,18 +3,10 @@
 Copyright (c) 2013, Citrix Systems UK Ltd.\r
 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions\r
-of the BSD License which accompanies this distribution.  The\r
-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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
-\r
 #ifndef __E820_H__\r
 #define __E820_H__\r
 \r
@@ -28,17 +20,17 @@ typedef enum {
 } EFI_ACPI_MEMORY_TYPE;\r
 \r
 typedef struct {\r
-  UINT64                BaseAddr;\r
-  UINT64                Length;\r
-  EFI_ACPI_MEMORY_TYPE  Type;\r
+  UINT64                  BaseAddr;\r
+  UINT64                  Length;\r
+  EFI_ACPI_MEMORY_TYPE    Type;\r
 } EFI_E820_ENTRY64;\r
 \r
 typedef struct {\r
-  UINT32                BassAddrLow;\r
-  UINT32                BaseAddrHigh;\r
-  UINT32                LengthLow;\r
-  UINT32                LengthHigh;\r
-  EFI_ACPI_MEMORY_TYPE  Type;\r
+  UINT32                  BassAddrLow;\r
+  UINT32                  BaseAddrHigh;\r
+  UINT32                  LengthLow;\r
+  UINT32                  LengthHigh;\r
+  EFI_ACPI_MEMORY_TYPE    Type;\r
 } EFI_E820_ENTRY;\r
 \r
 #pragma pack()\r