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

Wolfgang Denk wd at denx.de
Tue Feb 24 22:59:17 CET 2009


Dear Anatolij Gustschin,

In message <49A3CE71.8040800 at denx.de> you wrote:
> Dear Wolfgang,
> 
> The following changes since commit bd76729bcbfd64b5d016a9b936f058931fc06eaf:
>   Becky Bruce (1):
>         MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> Guennadi Liakhovetski (7):
>       i.MX31: fix SPI driver for shorter than 32 bit
>       i.MX31: add a simple gpio driver
>       i.MX31: support GPIO as a chip-select in the mxc_spi driver
>       A driver for the S6E63D6 SPI display controller from Samsung
>       LCD: support 8bpp BMPs on 16bpp displays
>       video: add an i.MX31 framebuffer driver
>       ARM: add an "eet" variant of the imx31_phycore board
> 
> Mark Jackson (1):
>       Add 16bpp BMP support
> 
>  Makefile                              |    6 +-
>  board/imx31_phycore/imx31_phycore.c   |   57 +++
>  common/lcd.c                          |  100 +++--
>  drivers/gpio/Makefile                 |    3 +-
>  drivers/gpio/mx31_gpio.c              |   73 +++
>  drivers/spi/mxc_spi.c                 |   93 +++-
>  drivers/video/Makefile                |    2 +
>  drivers/video/mx3fb.c                 |  856 +++++++++++++++++++++++++++++++++
>  drivers/video/s6e63d6.c               |   76 +++
>  include/asm-arm/arch-mx31/mx31-regs.h |   16 +
>  include/asm-arm/arch-mx31/mx31.h      |   20 +
>  include/configs/imx31_phycore.h       |   23 +
>  include/lcd.h                         |   21 +-
>  include/s6e63d6.h                     |   37 ++
>  14 files changed, 1325 insertions(+), 58 deletions(-)
>  create mode 100644 drivers/gpio/mx31_gpio.c
>  create mode 100644 drivers/video/mx3fb.c
>  create mode 100644 drivers/video/s6e63d6.c
>  create mode 100644 include/s6e63d6.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If the hours are long enough and the pay  is  short  enough,  someone
will say it's women's work.


More information about the U-Boot mailing list