
25 Sep
2010
25 Sep
'10
1:51 p.m.
On Fri, 24 Sep 2010 07:27:22 +0200 Anatolij Gustschin agust@denx.de wrote:
From: Timur Tabi timur@freescale.com
Add support for the DIU controller. If CONFIG_VIDEO is defined, then the console will appear on a DVI monitor instead of the serial port.
Signed-off-by: Timur Tabi timur@freescale.com Signed-off-by: Anatolij Gustschin agust@denx.de
v2:
- rebased on top of FSL DIU code refactoring patch to avoid some code duplication.
board/freescale/p1022ds/Makefile | 2 + board/freescale/p1022ds/diu.c | 110 ++++++++++++++++++++++++++++++++++++++ include/configs/P1022DS.h | 13 +++-- 3 files changed, 120 insertions(+), 5 deletions(-) create mode 100644 board/freescale/p1022ds/diu.c
Applied to u-boot-video/next.
Anatolij