From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 23 Sep 2010 01:53:47 +0200 Subject: [U-Boot] [PATCH] [v2] p1022ds: add video support In-Reply-To: <1285173970-21875-1-git-send-email-timur@freescale.com> References: <1285173970-21875-1-git-send-email-timur@freescale.com> Message-ID: <20100923015347.3f8cba7e@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Timur, On Wed, 22 Sep 2010 11:46:10 -0500 Timur Tabi wrote: > 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 > --- > board/freescale/p1022ds/Makefile | 2 + > board/freescale/p1022ds/diu.c | 148 ++++++++++++++++++++++++++++++++++++++ > include/configs/P1022DS.h | 13 ++-- > 3 files changed, 158 insertions(+), 5 deletions(-) > create mode 100644 board/freescale/p1022ds/diu.c Thanks for fixing this. But as Wolfgang said in another thread we should factor out common DIU code. Therefore I'm afraid that Wolfgang will reject this patch if I submit a pull request for it. Could you please apply a patch I'll send you shortly and test if it breaks DIU support on P1022DS and MPC8610HPCD? Thanks! Anatolij