From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodolfo Giometti Date: Fri, 11 Jan 2008 17:06:57 +0100 Subject: [U-Boot-Users] Pull request: u-boot-video Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058: Anatolij Gustschin (1): Fix video console newline and carriage return handling are available in the git repository at: git://www.denx.de/git/u-boot-video.git master Anatolij Gustschin (1): Add Fujitsu CoralP/Lime video driver drivers/video/Makefile | 1 + drivers/video/cfb_console.c | 42 +++++ drivers/video/mb862xx.c | 414 +++++++++++++++++++++++++++++++++++++++++++ include/mb862xx.h | 44 +++++ 4 files changed, 501 insertions(+), 0 deletions(-) create mode 100644 drivers/video/mb862xx.c create mode 100644 include/mb862xx.h