]> git.proxmox.com Git - mirror_edk2.git/commit
Ovmf/Xen: add Xen PV console SerialPortLib driver
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 28 Feb 2015 20:33:45 +0000 (20:33 +0000)
committerlersek <lersek@Edk2>
Sat, 28 Feb 2015 20:33:45 +0000 (20:33 +0000)
commitd401a487416926594f5176cb8acf75eed4bea0f0
treee7afb01ba89de5a3e84bafcda85181a31a012c57
parente482753b334b03f297a9655caf775bd8469ab91c
Ovmf/Xen: add Xen PV console SerialPortLib driver

This implements a SerialPortLib instance that wires up to the
PV console ring used by domU guests. Also imports the required
upstream Xen io/console.h header.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Laszlo Ersek <lersek@redhat.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@16976 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Include/IndustryStandard/Xen/io/console.h [new file with mode: 0644]
OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.c [new file with mode: 0644]
OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.inf [new file with mode: 0644]