diff options
author | Michael Brown | 2014-07-29 00:38:30 +0200 |
---|---|---|
committer | Michael Brown | 2014-07-29 16:57:44 +0200 |
commit | 036af27a4523c4e15e28d30a1513a3f6d9671774 (patch) | |
tree | bf284637f91e2258906d736f07a54b1f98dfd68d /src/Makefile | |
parent | [xen] Import selected public headers (diff) | |
download | ipxe-036af27a4523c4e15e28d30a1513a3f6d9671774.tar.gz ipxe-036af27a4523c4e15e28d30a1513a3f6d9671774.tar.xz ipxe-036af27a4523c4e15e28d30a1513a3f6d9671774.zip |
[xen] Add basic support for PV-HVM domains
Add basic support for Xen PV-HVM domains (detected via the Xen
platform PCI device with IDs 5853:0001), including support for
accessing configuration via XenStore and enumerating devices via
XenBus.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index c6760ee9..aeeabcda 100644 --- a/src/Makefile +++ b/src/Makefile @@ -84,6 +84,7 @@ SRCDIRS += drivers/bitbash SRCDIRS += drivers/infiniband SRCDIRS += interface/pxe interface/efi interface/smbios SRCDIRS += interface/bofm +SRCDIRS += interface/xen SRCDIRS += tests SRCDIRS += crypto crypto/axtls crypto/matrixssl SRCDIRS += hci hci/commands hci/tui |