]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SmbiosPlatformDxe/ArmXen.c
OvmfPkg/AmdSevDxe: decrypt the pages of the initial SMRAM save state map
[mirror_edk2.git] / OvmfPkg / SmbiosPlatformDxe / ArmXen.c
CommitLineData
164cf403
LE
1/** @file\r
2 Detect Xen SMBIOS data on ARM / AARCH64.\r
3\r
4 Copyright (C) 2015, Red Hat, Inc.\r
5 Copyright (c) 2011, Bei Guan <gbtju85@gmail.com>\r
6 Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
7\r
8 This program and the accompanying materials are licensed and made available\r
9 under the terms and conditions of the BSD License which accompanies this\r
10 distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
14 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15**/\r
16\r
17#include "SmbiosPlatformDxe.h"\r
18\r
19/**\r
20 Locates the Xen SMBIOS data if it exists\r
21\r
22 @return SMBIOS_TABLE_ENTRY_POINT Address of Xen SMBIOS data\r
23\r
24**/\r
25SMBIOS_TABLE_ENTRY_POINT *\r
26GetXenSmbiosTables (\r
27 VOID\r
28 )\r
29{\r
30 //\r
31 // Not implemented yet.\r
32 //\r
33 return NULL;\r
34}\r