]> git.ipfire.org Git - people/ms/u-boot.git/commit
8610: Add console frame buffer support to FSL 8610 DIU driver.
authorYork Sun <yorksun@freescale.com>
Wed, 31 Oct 2007 19:59:04 +0000 (14:59 -0500)
committerJon Loeliger <jdl@freescale.com>
Wed, 7 Nov 2007 20:09:09 +0000 (14:09 -0600)
commit070ba56115b4da63b46e974287fa4550d4023386
tree931fe8226b1fe1fb5b00f43612ae9028c8bef83f
parenta877880c6949e948bd63cd6ea4e216573d2f53dd
8610: Add console frame buffer support to FSL 8610 DIU driver.

Add cfb console support to FSL 8610 DIU driver.
Inspect board version from PIXIS to obtain correct pixel format.

Use #define CONFIG_VIDEO in config file to enable fb console.

To switch monitor, set monitor variable to
0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
followed by "diufb init".

Preserve logo bitmap at the top of the fb console.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
include/configs/MPC8610HPCD.h