--- /dev/null
+/** @file\r
+ XenIo protocol to abstract arch specific details\r
+\r
+ The Xen implementations for the Intel and ARM archictures differ in the way\r
+ the base address of the grant table is communicated to the guest. The former\r
+ uses a virtual PCI device, while the latter uses a device tree node.\r
+ In order to allow the XenBusDxe UEFI driver to be reused for the non-PCI\r
+ Xen implementation, this abstract protocol can be installed on a handle\r
+ with the appropriate base address.\r
+\r
+ Copyright (C) 2014, Linaro Ltd.\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
+\r
+**/\r
+\r
+#ifndef __PROTOCOL_XENIO_H__\r
+#define __PROTOCOL_XENIO_H__\r
+\r
+#include <IndustryStandard/Xen/xen.h>\r
+\r
+#define XENIO_PROTOCOL_GUID \\r
+ {0x6efac84f, 0x0ab0, 0x4747, {0x81, 0xbe, 0x85, 0x55, 0x62, 0x59, 0x04, 0x49}}\r
+\r
+///\r
+/// Forward declaration\r
+///\r
+typedef struct _XENIO_PROTOCOL XENIO_PROTOCOL;\r
+\r
+///\r
+/// Protocol structure\r
+///\r
+struct _XENIO_PROTOCOL {\r
+ //\r
+ // Protocol data fields\r
+ //\r
+ EFI_PHYSICAL_ADDRESS GrantTableAddress;\r
+};\r
+\r
+extern EFI_GUID gXenIoProtocolGuid;\r
+\r
+#endif\r
gVirtioDeviceProtocolGuid = {0xfa920010, 0x6785, 0x4941, {0xb6, 0xec, 0x49, 0x8c, 0x57, 0x9f, 0x16, 0x0a}}\r
gBlockMmioProtocolGuid = {0x6b558ce3, 0x69e5, 0x4c67, {0xa6, 0x34, 0xf7, 0xfe, 0x72, 0xad, 0xbe, 0x84}}\r
gXenBusProtocolGuid = {0x3d3ca290, 0xb9a5, 0x11e3, {0xb7, 0x5d, 0xb8, 0xac, 0x6f, 0x7d, 0x65, 0xe6}}\r
+ gXenIoProtocolGuid = {0x6efac84f, 0x0ab0, 0x4747, {0x81, 0xbe, 0x85, 0x55, 0x62, 0x59, 0x04, 0x49}}\r
\r
[PcdsFixedAtBuild]\r
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfPeiMemFvBase|0x0|UINT32|0\r