Hi, this series of patches adds support for the graphics engine on i.MX31 SoC. Specifically it allows to display 8-bit BMPs on an OLED display, controlled by an SPI s6e63d6 controller from Samsung. A (fixed formatting) version of the
From: Mark Jackson <m...@mimc.co.uk> Subject: [PATCH] Add 16bpp BMP support patch is included for completeness. The cumulative diffstat is Makefile | 6 board/imx31_phycore/imx31_phycore.c | 51 ++ common/lcd.c | 106 ++-- drivers/gpio/Makefile | 3 drivers/gpio/mx31_gpio.c | 71 ++ drivers/spi/mxc_spi.c | 99 +++ drivers/video/Makefile | 2 drivers/video/mx3fb.c | 866 +++++++++++++++++++++++++++++++++- drivers/video/s6e63d6.c | 68 ++ include/asm-arm/arch-mx31/mx31-regs.h | 16 include/asm-arm/arch-mx31/mx31.h | 10 include/configs/imx31_phycore.h | 24 include/lcd.h | 22 include/s6e63d6.h | 37 + lib_arm/board.c | 7 15 files changed, 1314 insertions(+), 74 deletions(-) i.e., most changes go under drivers/video and to common/lcd.c, so, I would suggest to collect respective Acks and pull it through the video tree. Hence Anatolij is cc'ed on all patches:-) Also many need an Ack from the ARM maintainer, so, he is on cc on respective patches and on this one. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: off...@denx.de _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot