[U-Boot] Pull request: u-boot-video/master

Hello Tom,
The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:
Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-11-05 09:46:45 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Bo Shen (1): video: atmel: implement lcd_setcolreg function
Jens Scharsig (BuS Elektronik) (1): Video: fix compiler warnings in bus_vcxk
Liu Ying (1): ipu common: reset ipuv3 correctly
Stefan Reinauer (2): video: Provide an API to access video parameters video: Implement additional video API functions in cfb_console
Tom Wai-Hong Tam (2): lcd: Fix BMP decode bug that skips the wrong padded row 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
Vikram Narayanan (2): mx51evk: Fix build error when CONFIG_VIDEO is disabled mx53loco: Fix build error when CONFIG_VIDEO is disabled
README | 5 + arch/arm/include/asm/imx-common/mx5_video.h | 21 +++ board/freescale/mx51evk/Makefile | 4 +- board/freescale/mx51evk/mx51evk.c | 57 +-------- board/freescale/mx51evk/mx51evk_video.c | 81 ++++++++++++ board/freescale/mx53loco/Makefile | 4 +- board/freescale/mx53loco/mx53loco.c | 66 +---------- board/freescale/mx53loco/mx53loco_video.c | 94 ++++++++++++++ common/cmd_bmp.c | 5 +- common/lcd.c | 178 ++++++++++++++++++++++++++- drivers/video/atmel_hlcdfb.c | 12 ++ drivers/video/bus_vcxk.c | 2 +- drivers/video/cfb_console.c | 49 ++++++++ drivers/video/ipu_common.c | 10 ++ include/atmel_hlcdc.h | 7 + include/lcd.h | 36 ++++++ include/video.h | 48 +++++++ 17 files changed, 550 insertions(+), 129 deletions(-) create mode 100644 arch/arm/include/asm/imx-common/mx5_video.h create mode 100644 board/freescale/mx51evk/mx51evk_video.c create mode 100644 board/freescale/mx53loco/mx53loco_video.c
Please pull. Thanks!
Anatolij

On Wed, Nov 14, 2012 at 02:56:49PM +0100, Anatolij Gustschin wrote:
Hello Tom,
The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:
Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-11-05 09:46:45 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Bo Shen (1): video: atmel: implement lcd_setcolreg function
Jens Scharsig (BuS Elektronik) (1): Video: fix compiler warnings in bus_vcxk
Liu Ying (1): ipu common: reset ipuv3 correctly
Stefan Reinauer (2): video: Provide an API to access video parameters video: Implement additional video API functions in cfb_console
Tom Wai-Hong Tam (2): lcd: Fix BMP decode bug that skips the wrong padded row 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
Vikram Narayanan (2): mx51evk: Fix build error when CONFIG_VIDEO is disabled mx53loco: Fix build error when CONFIG_VIDEO is disabled
README | 5 + arch/arm/include/asm/imx-common/mx5_video.h | 21 +++ board/freescale/mx51evk/Makefile | 4 +- board/freescale/mx51evk/mx51evk.c | 57 +-------- board/freescale/mx51evk/mx51evk_video.c | 81 ++++++++++++ board/freescale/mx53loco/Makefile | 4 +- board/freescale/mx53loco/mx53loco.c | 66 +---------- board/freescale/mx53loco/mx53loco_video.c | 94 ++++++++++++++ common/cmd_bmp.c | 5 +- common/lcd.c | 178 ++++++++++++++++++++++++++- drivers/video/atmel_hlcdfb.c | 12 ++ drivers/video/bus_vcxk.c | 2 +- drivers/video/cfb_console.c | 49 ++++++++ drivers/video/ipu_common.c | 10 ++ include/atmel_hlcdc.h | 7 + include/lcd.h | 36 ++++++ include/video.h | 48 +++++++ 17 files changed, 550 insertions(+), 129 deletions(-) create mode 100644 arch/arm/include/asm/imx-common/mx5_video.h create mode 100644 board/freescale/mx51evk/mx51evk_video.c create mode 100644 board/freescale/mx53loco/mx53loco_video.c
Applied to u-boot/master, thanks!
participants (2)
-
Anatolij Gustschin
-
Tom Rini