summaryrefslogtreecommitdiff
path: root/OvmfPkg/XenBusDxe/XenBusDxe.inf
AgeCommit message (Expand)AuthorFilesLines
2019-08-21OvmfPkg: Introduce PcdXenGrantFramesAnthony PERARD1-0/+3
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2016-10-25OvmfPkg/XenBusDxe: eliminate AsciiStrCat() callsLaszlo Ersek1-0/+1
2015-02-28Ovmf/Xen: port XenBusDxe to other architecturesArd Biesheuvel1-10/+2
2015-02-28Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOLArd Biesheuvel1-1/+1
2015-02-28Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel1-10/+1
2014-11-08OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASMAnthony PERARD1-2/+1
2014-11-08OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASMAnthony PERARD1-2/+1
2014-11-08OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASMAnthony PERARD1-2/+1
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASMAnthony PERARD1-2/+1
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExchange16.asm to NASMAnthony PERARD1-2/+1
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASMAnthony PERARD1-2/+1
2014-10-29OvmfPkg/XenBusDxe: Introduce XenBus support itself.Anthony PERARD1-0/+3
2014-10-29OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD1-0/+2
2014-10-29OvmfPkg/XenBusDxe: Add TestAndClearBit.Anthony PERARD1-0/+4
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel Notify.Anthony PERARD1-0/+2
2014-10-29OvmfPkg/XenBusDxe: Add Grant Table functions.Steven Smith1-0/+2
2014-10-29OvmfPkg/XenBusDxe: Add InterlockedCompareExchange16.Anthony PERARD1-0/+6
2014-10-29OvmfPkg: Introduce XenBus Protocol.Anthony PERARD1-0/+1
2014-10-29OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls.Anthony PERARD1-0/+10
2014-10-29OvmfPkg: Add basic skeleton for the XenBus bus driver.Anthony PERARD1-0/+59