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

Anatolij Gustschin agust at denx.de
Tue Feb 24 11:39:45 CET 2009


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

Best regards,
Anatolij



More information about the U-Boot mailing list