aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-09-20 17:18:34 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-21 16:27:45 +0100
commit7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51 (patch)
tree62ede4a877761db50a559720f4d3f881c291d290 /xen/arch
parent204cb1ec9f2456725492d44d724d3c9d6ba865f1 (diff)
downloadxen-7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51.tar.gz
xen-7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51.tar.bz2
xen-7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51.zip
ns16550: make usable on ARM
There are several aspects to this: - Correctly conditionalise use of PCI - Correctly conditionalise use of IO ports - Add discovery via device tree - Support different registers shift/stride and widths - Add vuart hooks. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Keir Frser <keir@xen.org> Reviewed-by: Jan Beulich <jbeulich@suse.com> Cc: PranavkumarSawargaonkar<pranavkumar@linaro.org>
Diffstat (limited to 'xen/arch')
-rw-r--r--xen/arch/x86/Rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk
index eb11b5bffb..c93d2affd3 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -1,6 +1,7 @@
########################################
# x86-specific definitions
+HAS_IOPORTS := y
HAS_ACPI := y
HAS_VGA := y
HAS_VIDEO := y