
Hello Wolfgang,
The following changes since commit a000b7950da938d2df37ec5e081cd0680e6e4bbe:
common: add a grepenv command (2011-04-28 01:00:07 +0200)
are available in the git repository at: git://git.denx.de/u-boot-video.git master
Anatolij Gustschin (1): cfb_console: fix RLE bitmap drawing code
Timur Tabi (2): video: parse the video-mode environment variable powerpc: use 'video-mode' environment variable to configure DIU
README | 11 +- arch/powerpc/cpu/mpc512x/diu.c | 16 +- board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 73 ++-- board/freescale/p1022ds/diu.c | 27 +- doc/README.video | 19 + drivers/video/Makefile | 2 +- drivers/video/cfb_console.c | 19 +- drivers/video/fsl_diu_fb.c | 530 +++++++++++-------------- drivers/video/videomodes.c | 64 +++ drivers/video/videomodes.h | 3 + include/configs/MPC8610HPCD.h | 10 +- include/configs/P1022DS.h | 8 +- include/configs/pdm360ng.h | 2 - include/fsl_diu_fb.h | 43 +-- 14 files changed, 395 insertions(+), 432 deletions(-)
Please pull. Thanks!
Anatolij