xen: infrastructure to have cross-platform video drivers
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 24 Jan 2013 12:47:51 +0000 (12:47 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 24 Jan 2013 12:47:51 +0000 (12:47 +0000)
commit9f0443bafbab97831e5c99553bf9f0805537f3fc
treef345b364549d6431c6158b899aebf8f191f0d332
parent22bf8a6c143701504b7ed71b80a6f39ae53ea39c
xen: infrastructure to have cross-platform video drivers

- introduce a new HAS_VIDEO config variable;
- build xen/drivers/video/font* if HAS_VIDEO;
- rename vga_puts to video_puts;
- rename vga_init to video_init;
- rename vga_endboot to video_endboot.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/Rules.mk
xen/arch/x86/Rules.mk
xen/drivers/Makefile
xen/drivers/char/console.c
xen/drivers/video/Makefile
xen/drivers/video/vesa.c
xen/drivers/video/vga.c
xen/include/asm-x86/config.h
xen/include/xen/vga.h
xen/include/xen/video.h [new file with mode: 0644]