audk/OvmfPkg/XenBusDxe
Ard Biesheuvel e482753b33 Ovmf/Xen: port XenBusDxe to other architectures
This patch updates XenBusDxe to use the 16-bit compare and exchange
function that was introduced for this purpose to the
BaseSynchronizationLib. It also provides a new generic implementation
of TestAndClearBit () using the same 16-bit compare and exchange, making
this module fully architecture agnostic.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Anthony PERARD <anthony.perard@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@16975 6f19259b-4bc3-4df7-8a09-765794883524
2015-02-28 20:33:34 +00:00
..
ComponentName.c Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOL 2015-02-28 20:33:11 +00:00
ComponentName.h OvmfPkg: Add basic skeleton for the XenBus bus driver. 2014-10-29 06:48:50 +00:00
DriverBinding.h OvmfPkg: Add basic skeleton for the XenBus bus driver. 2014-10-29 06:48:50 +00:00
EventChannel.c Ovmf/Xen: move XenBusDxe hypercall code to separate library 2015-02-28 20:32:39 +00:00
EventChannel.h OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol. 2014-10-29 06:51:26 +00:00
GrantTable.c Ovmf/Xen: port XenBusDxe to other architectures 2015-02-28 20:33:34 +00:00
GrantTable.h Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOL 2015-02-28 20:33:11 +00:00
Helpers.c OvmfPkg/XenBusDxe: Add an helper AsciiStrDup. 2014-10-29 06:50:57 +00:00
TestAndClearBit.c Ovmf/Xen: port XenBusDxe to other architectures 2015-02-28 20:33:34 +00:00
XenBus.c Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOL 2015-02-28 20:33:11 +00:00
XenBus.h OvmfPkg/XenBusDxe: Introduce XenBus support itself. 2014-10-29 06:51:18 +00:00
XenBusDxe.c Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOL 2015-02-28 20:33:11 +00:00
XenBusDxe.h Ovmf/Xen: port XenBusDxe to other architectures 2015-02-28 20:33:34 +00:00
XenBusDxe.inf Ovmf/Xen: port XenBusDxe to other architectures 2015-02-28 20:33:34 +00:00
XenStore.c Ovmf/Xen: move XenBusDxe hypercall code to separate library 2015-02-28 20:32:39 +00:00
XenStore.h OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointer 2014-10-31 21:25:23 +00:00