From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 25 Sep 2010 13:51:30 +0200 Subject: [U-Boot] [PATCH v2 2/2] p1022ds: add video support In-Reply-To: <1285306042-2313-2-git-send-email-agust@denx.de> References: <1285173970-21875-1-git-send-email-timur@freescale.com> <1285306042-2313-2-git-send-email-agust@denx.de> Message-ID: <20100925135130.26ba055b@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 24 Sep 2010 07:27:22 +0200 Anatolij Gustschin wrote: > From: Timur Tabi > > 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 > Signed-off-by: Anatolij Gustschin > --- > 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