[U-Boot] [PATCH v2 0/4] mpc52xx: IPEK01 board support
Wolfgang Grandegger
wg at grandegger.com
Fri Oct 23 12:03:12 CEST 2009
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
More information about the U-Boot
mailing list