[U-Boot] [PATCH 0/7] lcd/video: Add parameter API and compressed bitmaps

Simon Glass sjg at chromium.org
Sat Sep 29 03:11:10 CEST 2012


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

 README                      |    5 +
 common/cmd_bmp.c            |    4 +-
 common/lcd.c                |  184 +++++++++++++++++++++++++++++++++++++++++--
 drivers/video/cfb_console.c |   39 +++++++++
 include/lcd.h               |   36 +++++++++
 include/video.h             |   48 +++++++++++
 6 files changed, 307 insertions(+), 9 deletions(-)

-- 
1.7.7.3



More information about the U-Boot mailing list