]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/PlatformPei/Xen.c
ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"
[mirror_edk2.git] / OvmfPkg / PlatformPei / Xen.c
index ab38f97a67aa4a1334f4bbfd3f381718615a23d9..0904c654f149caa6b242faef980db643eebbfd47 100644 (file)
@@ -4,13 +4,7 @@
   Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
   Copyright (c) 2011, Andrei Warkentin <andreiw@motorola.com>\r
 \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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -70,7 +64,7 @@ XenGetE820Map (
 \r
 /**\r
   Connects to the Hypervisor.\r
\r
+\r
   @param  XenLeaf     CPUID index used to connect.\r
 \r
   @return EFI_STATUS\r
@@ -104,9 +98,6 @@ XenConnect (
   mXenInfo.VersionMajor = (UINT16)(XenVersion >> 16);\r
   mXenInfo.VersionMinor = (UINT16)(XenVersion & 0xFFFF);\r
 \r
-  /* TBD: Locate hvm_info and reserve it away. */\r
-  mXenInfo.HvmInfo = NULL;\r
-\r
   BuildGuidDataHob (\r
     &gEfiXenInfoGuid,\r
     &mXenInfo,\r