summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/XenBusDxe/XenBusDxe.inf
diff options
context:
space:
mode:
authorSteven Smith <sos22@cam.ac.uk>2014-10-29 06:50:14 +0000
committerjljusten <jljusten@Edk2>2014-10-29 06:50:14 +0000
commit0fd142464fc5b0fcb8b7fdfac379c1054ec81654 (patch)
tree5976cdb6b46225cc1c57b6bf264e55f067e2fc51 /OvmfPkg/XenBusDxe/XenBusDxe.inf
parentbba9d16231fe9f7d67e0530e720530d91a88ad73 (diff)
downloadedk2-0fd142464fc5b0fcb8b7fdfac379c1054ec81654.tar.gz
edk2-0fd142464fc5b0fcb8b7fdfac379c1054ec81654.tar.bz2
edk2-0fd142464fc5b0fcb8b7fdfac379c1054ec81654.zip
OvmfPkg/XenBusDxe: Add Grant Table functions.
There are used to grant access of pages to other Xen domains. This code originaly comes from the Xen Project, and more precisely from MiniOS. Change in V4: - Add license to GrantTable.h Change in V3: - Add a comment about the use of the BAR of the device. Change in V2: - Adding locks - Redo the file header - Add functions comment - Add license Signed-off-by: Steven Smith <sos22@cam.ac.uk> Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Acked-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16264 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/XenBusDxe/XenBusDxe.inf')
-rw-r--r--OvmfPkg/XenBusDxe/XenBusDxe.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/OvmfPkg/XenBusDxe/XenBusDxe.inf b/OvmfPkg/XenBusDxe/XenBusDxe.inf
index 4e92a204f2..080e55a9bb 100644
--- a/OvmfPkg/XenBusDxe/XenBusDxe.inf
+++ b/OvmfPkg/XenBusDxe/XenBusDxe.inf
@@ -38,6 +38,8 @@
XenHypercall.h
InterlockedCompareExchange16.c
InterlockedCompareExchange16.h
+ GrantTable.c
+ GrantTable.h
[Sources.IA32]
Ia32/hypercall.S