public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] mpc52xx: IPEK01 board support
@ 2009-10-23 10:03 Wolfgang Grandegger
  2009-10-23 10:03 ` [U-Boot] [PATCH v2 1/4] video: mb862xx: improve board-specific Lime configuration Wolfgang Grandegger
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Grandegger @ 2009-10-23 10:03 UTC (permalink / raw)
  To: u-boot

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

Changes since v1:

- send patches properly

Wolfgang

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-31 15:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-23 10:03 [U-Boot] [PATCH v2 0/4] mpc52xx: IPEK01 board support Wolfgang Grandegger
2009-10-23 10:03 ` [U-Boot] [PATCH v2 1/4] video: mb862xx: improve board-specific Lime configuration Wolfgang Grandegger
2009-10-23 10:03   ` [U-Boot] [PATCH v2 2/4] video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode Wolfgang Grandegger
2009-10-23 10:03     ` [U-Boot] [PATCH v2 3/4] video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01 Wolfgang Grandegger
2009-10-23 10:03       ` [U-Boot] [PATCH v2 4/4] mpc52xx: add support for the IPEK01 board Wolfgang Grandegger
2009-10-26 21:38         ` Wolfgang Denk
2009-10-31 15:15         ` Wolfgang Denk
2009-10-31 11:50       ` [U-Boot] [PATCH v2 3/4] video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01 Anatolij Gustschin
2009-10-31 11:49     ` [U-Boot] [PATCH v2 2/4] video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode Anatolij Gustschin
2009-10-31 11:47   ` [U-Boot] [PATCH v2 1/4] video: mb862xx: improve board-specific Lime configuration Anatolij Gustschin

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