commit | 4fbf55568bb53a27a8c6270f1d3e2f6daf05c705 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Jul 22 13:19:33 2011 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Aug 17 23:01:11 2011 +0000 |
tree | cfbed1d1fca2fdc815c7a7f3ba16454a9e5663b2 | |
parent | 8b2a04eeb95212305d3a39170e1c4bc3dbe45e8a [diff] |
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>