public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] mpc52xx: IPEK01 board support
@ 2009-10-22 10:48 Wolfgang Grandegegr
  2009-10-22 10:48 ` [U-Boot] [PATCH 0/4] *** SUBJECT HERE *** Wolfgang Grandegegr
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Grandegegr @ 2009-10-22 10:48 UTC (permalink / raw)
  To: u-boot

From: Wolfgang Grandegger <wg@denx.de>

This patch add support for the IPEK01 MPC5200 based board.
It requires three patches for the Fujitsu MB862xx driver.

Anatolij Gustschin (1):
  video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode

Wolfgang Grandegger (3):
  video: mb862xx: improve board-specific Lime configuration
  video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
  mpc52xx: add support for the IPEK01 board

 MAINTAINERS                 |    2 +
 MAKEALL                     |    1 +
 Makefile                    |    3 +
 board/ipek01/Makefile       |   50 ++++++
 board/ipek01/config.mk      |   30 +++
 board/ipek01/ipek01.c       |  282 +++++++++++++++++++++++++++++
 board/lwmon5/lwmon5.c       |    7 -
 board/socrates/socrates.c   |   46 +----
 drivers/video/cfb_console.c |    4 +-
 drivers/video/mb862xx.c     |   50 +++++-
 include/configs/ipek01.h    |  408 +++++++++++++++++++++++++++++++++++++++++++
 include/configs/lwmon5.h    |   12 +-
 include/configs/socrates.h  |    7 +
 include/mb862xx.h           |    5 +
 14 files changed, 852 insertions(+), 55 deletions(-)
 create mode 100644 board/ipek01/Makefile
 create mode 100644 board/ipek01/config.mk
 create mode 100644 board/ipek01/ipek01.c
 create mode 100644 include/configs/ipek01.h

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-10-22 13:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22 10:48 [U-Boot] [PATCH 0/4] mpc52xx: IPEK01 board support Wolfgang Grandegegr
2009-10-22 10:48 ` [U-Boot] [PATCH 0/4] *** SUBJECT HERE *** Wolfgang Grandegegr
2009-10-22 10:48   ` [U-Boot] [PATCH 1/4] video: mb862xx: improve board-specific Lime configuration Wolfgang Grandegegr
2009-10-22 10:48     ` [U-Boot] [PATCH 2/4] video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode Wolfgang Grandegegr
2009-10-22 10:48       ` [U-Boot] [PATCH 3/4] video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01 Wolfgang Grandegegr
2009-10-22 10:48         ` [U-Boot] [PATCH 4/4] mpc52xx: add support for the IPEK01 board Wolfgang Grandegegr
2009-10-22 10:48           ` Wolfgang Grandegegr
2009-10-22 13:06             ` Wolfgang Grandegger
2009-10-22 11:32   ` [U-Boot] [PATCH 0/4] *** SUBJECT HERE *** Wolfgang Denk
2009-10-22 12:46     ` Wolfgang Grandegger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox