]> git.proxmox.com Git - qemu.git/commit
hw/pl110: Model the PL111 CLCD controller
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jul 2011 13:19:33 +0000 (13:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 17 Aug 2011 23:01:11 +0000 (23:01 +0000)
commit4fbf55568bb53a27a8c6270f1d3e2f6daf05c705
treecfbed1d1fca2fdc815c7a7f3ba16454a9e5663b2
parent8b2a04eeb95212305d3a39170e1c4bc3dbe45e8a
hw/pl110: Model the PL111 CLCD controller

Model the PL111 CLCD controller. This is a minor variation
on the PL110; the major programmer visible differences are
support for hardware cursor (unimplemented) and two new
pixel formats.

Since syborg_fb.c borrows the pl11x pixel drawing routines,
we also update it to cope with the new slightly larger array
of function pointers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/pl110.c
hw/pl110_template.h
hw/syborg_fb.c