[U-Boot] [PATCH 0/4] *** SUBJECT HERE ***
Wolfgang Grandegegr
wg at grandegger.com
Thu Oct 22 12:48:31 CEST 2009
From: Wolfgang Grandegger <wg at denx.de>
*** BLURB HERE ***
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