]> git.proxmox.com Git - mirror_edk2.git/commit
Ovmf/Xen: implement XenHypercallLib for ARM
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 28 Feb 2015 20:33:22 +0000 (20:33 +0000)
committerlersek <lersek@Edk2>
Sat, 28 Feb 2015 20:33:22 +0000 (20:33 +0000)
commitb94c3ac93d57cf2711814932bf082b2ce496eb82
tree7a6ecea850070b0db2c546c1dcb115216308443f
parentd9fdfd851afc3e98d8c967fd2c0a40a43bac3f0c
Ovmf/Xen: implement XenHypercallLib for ARM

This patch adds an implementation of XenHypercallLib for both
AArch64 and AArch32 execution modes on ARM systems.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16974 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Include/IndustryStandard/Xen/arch-arm/xen.h [new file with mode: 0644]
OvmfPkg/Include/IndustryStandard/Xen/xen.h
OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S [new file with mode: 0644]
OvmfPkg/Library/XenHypercallLib/Arm/Hypercall.S [new file with mode: 0644]
OvmfPkg/Library/XenHypercallLib/XenHypercallLibArm.inf [new file with mode: 0644]