[U-Boot] [PATCH 4/4] mpc52xx: add support for the IPEK01 board

2009-10-22 Thread Wolfgang Grandegegr
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 0/4] *** SUBJECT HERE ***

2009-10-22 Thread Wolfgang Grandegegr
From: Wolfgang Grandegger *** 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 mpc

[U-Boot] [PATCH 4/4] mpc52xx: add support for the IPEK01 board

2009-10-22 Thread Wolfgang Grandegegr
From: Wolfgang Grandegger This patch adds support for the board IPEK01 based on the MPC5200. The Futjitsu Lime graphics controller is configured in 16 bpp mode. Signed-off-by: Wolfgang Grandegger --- MAINTAINERS |2 + MAKEALL |1 + Makefile

[U-Boot] [PATCH 1/4] video: mb862xx: improve board-specific Lime configuration

2009-10-22 Thread Wolfgang Grandegegr
From: Wolfgang Grandegger To avoid board-specific code accessing the mb862xx registers directly, the public function mb862xx_probe() has been introduced. Furthermore, the "Change of Clock Frequency" and "Set Memory I/F Mode" registers are now defined by CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862

[U-Boot] [PATCH 2/4] video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode

2009-10-22 Thread Wolfgang Grandegegr
From: Anatolij Gustschin The new IPEK01 board can use the 32 bpp mode for the Lime graphics controller. For this mode, video accelaration does not work. This patch makes the accelaration configurable via CONFIG_VIDEO_MB862xx_ACCEL, which is enabled for the lwmon5 and the socrates board for backwa

[U-Boot] [PATCH 3/4] video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01

2009-10-22 Thread Wolfgang Grandegegr
From: Wolfgang Grandegger In 16 bpp mode, the new IPEK01 board only requires swapping of D16 words for D32 accesses due to the diffferent connecting to the GDC bus. This patch introduces the configuration option VIDEO_FB_16BPP_WORD_SWAP, which should be set for all board using the mb862xx in 16 b

[U-Boot] [PATCH 0/4] mpc52xx: IPEK01 board support

2009-10-22 Thread Wolfgang Grandegegr
From: Wolfgang Grandegger 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-