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

Anatolij Gustschin agust at denx.de
Sun Jul 26 13:54:52 CEST 2009


Dear Wolfgang,

The following changes since commit f33b325af666b12eafa9ab235b2cd59832d6e51c:
  Wolfgang Denk (1):
        Revert "zlib: updated to v.1.2.3"

are available in the git repository at:

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

Alessandro Rubini (2):
      video: move extern declarations from C to headers
      lcd.h: define extern vidinfo_t for all cases

Anatolij Gustschin (3):
      lib_avr32/board.c: fix too long line added by 716ece1d
      mimc200.c: fix too long lines added by f68378d6
      video: bus_vcxk.c: fix style issues added by 50217dee

Jens Scharsig (2):
      new video driver for bus vcxk framebuffers
      update the EB+MCF-EV123 board support

Mark Jackson (3):
      Add AVR32 LCD support
      Add 16bit colour support in lcd.h
      Add LCD support to MIMC200 board

 board/BuS/EB+MCF-EV123/EB+MCF-EV123.c              |  104 ++++-
 board/BuS/EB+MCF-EV123/Makefile                    |    2 +-
 board/BuS/EB+MCF-EV123/VCxK.c                      |  136 ------
 board/mimc/mimc200/mimc200.c                       |   34 ++
 common/cmd_bmp.c                                   |    1 +
 common/lcd.c                                       |   16 -
 cpu/at32ap/at32ap700x/clk.c                        |    5 +
 cpu/at32ap/at32ap700x/portmux.c                    |   90 ++++
 doc/README.bus_vcxk                                |   85 ++++
 drivers/video/Makefile                             |    1 +
 drivers/video/bus_vcxk.c                           |  440 ++++++++++++++++++++
 include/asm-avr32/arch-at32ap700x/chip-features.h  |    5 +
 include/asm-avr32/arch-at32ap700x/clk.h            |    6 +
 include/asm-avr32/arch-at32ap700x/portmux.h        |    3 +
 include/asm-avr32/global_data.h                    |    3 +
 .../BuS/EB+MCF-EV123/VCxK.h => include/bus_vcxk.h  |   36 +-
 include/configs/EB+MCF-EV123.h                     |  176 +++++----
 include/configs/mimc200.h                          |   16 +
 include/lcd.h                                      |   22 +-
 lib_avr32/board.c                                  |   12 +
 20 files changed, 914 insertions(+), 279 deletions(-)
 delete mode 100644 board/BuS/EB+MCF-EV123/VCxK.c
 create mode 100644 doc/README.bus_vcxk
 create mode 100644 drivers/video/bus_vcxk.c
 rename board/BuS/EB+MCF-EV123/VCxK.h => include/bus_vcxk.h (52%)

Best regards,
Anatolij



More information about the U-Boot mailing list