[U-Boot] Please pull u-boot-video/master

Anatolij Gustschin agust at denx.de
Fri Oct 22 00:32:30 CEST 2010


Dear Wolfgang,

The following changes since commit fff6ec382c139eb242bd85356e66a0bc43becb63:
  Anatolij Gustschin (1):
        Fix building for 83xx boards with USB support

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Stefano Babic (4):
      Add linux framebuffer header include/linux/fb.h
      MX51: Add IPU driver for video support
      MX51: Add video support
      MX51: Add video support to vision2 board

 arch/arm/include/asm/arch-mx5/crm_regs.h |   11 +
 board/ttcontrol/vision2/vision2.c        |   68 ++
 drivers/video/Makefile                   |    1 +
 drivers/video/ipu.h                      |  321 +++++++
 drivers/video/ipu_common.c               | 1183 ++++++++++++++++++++++++++
 drivers/video/ipu_disp.c                 | 1359 ++++++++++++++++++++++++++++++
 drivers/video/ipu_regs.h                 |  418 +++++++++
 drivers/video/mxc_ipuv3_fb.c             |  642 ++++++++++++++
 drivers/video/mxcfb.h                    |   68 ++
 include/configs/vision2.h                |   14 +
 include/linux/fb.h                       |  616 ++++++++++++++
 11 files changed, 4701 insertions(+), 0 deletions(-)
 create mode 100644 drivers/video/ipu.h
 create mode 100644 drivers/video/ipu_common.c
 create mode 100644 drivers/video/ipu_disp.c
 create mode 100644 drivers/video/ipu_regs.h
 create mode 100644 drivers/video/mxc_ipuv3_fb.c
 create mode 100644 drivers/video/mxcfb.h
 create mode 100644 include/linux/fb.h

Best regards,
Anatolij


More information about the U-Boot mailing list