
Hi Simon,
On Fri, 28 Sep 2012 18:11:10 -0700 Simon Glass sjg@chromium.org wrote:
This series contains patches to create an API to read lcd/video parameters such as the screen size. It also adds support for displaying compressed bitmaps.
Ultimately it would be nice to unify lcd and video more, and this is a step towards that. Board files still need to decide which to use, but the same parameters are available in both.
Stefan Reinauer (2): video: Provide an API to access video parameters video: Implement additional video API functions in cfb_console
Tom Wai-Hong Tam (3): lcd: Fix BMP decode bug that skips the wrong padded row lcd: Fix fb offset calculation for bpix == 16 in BMP display lcd: Implement RLE8 bitmap decoding
Vadim Bendebury (2): lcd: Provide an API to access LCD parameters video: Skip bitmaps which do not fit into the screen in cfb_console
Applied this series to u-boot-video/master, except patch 5/7 which shouldn't be needed. Thanks!
Anatolij