aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/config.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2013-02-15 14:30:06 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2013-02-15 14:30:06 +0000
commit9257b7dbeb612a05d37fbe0a9f398cda27fc340e (patch)
treeaf4a995f91b06053eac55556ff21a7eb19fe393d /xen/include/asm-arm/config.h
parente7cb35e8b1b8f872d906800c72f92f10d701f79c (diff)
downloadxen-9257b7dbeb612a05d37fbe0a9f398cda27fc340e.tar.gz
xen-9257b7dbeb612a05d37fbe0a9f398cda27fc340e.tar.bz2
xen-9257b7dbeb612a05d37fbe0a9f398cda27fc340e.zip
xen/arm: introduce a driver for the ARM HDLCD controller
Read the screen resolution setting from device tree, find the corresponding modeline in a small table of standard video modes, set the hardware accordingly. Use vexpress_syscfg to configure the pixel clock. Use the generic framebuffer functions to print on the screen. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm/config.h')
-rw-r--r--xen/include/asm-arm/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
index e5dce5ed00..8e934a4832 100644
--- a/xen/include/asm-arm/config.h
+++ b/xen/include/asm-arm/config.h
@@ -19,6 +19,8 @@
#define CONFIG_DOMAIN_PAGE 1
+#define CONFIG_VIDEO 1
+
#define OPT_CONSOLE_STR "com1"
#ifdef MAX_PHYS_CPUS