From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 5 Jun 2012 09:28:40 +0200 Subject: [U-Boot] [PATCH] video: cfb_console: flush dcache for frame buffer in DRAM In-Reply-To: <1335625447-24189-1-git-send-email-agust@denx.de> References: <1335625447-24189-1-git-send-email-agust@denx.de> Message-ID: <20120605092840.2b4d169e@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 Sat, 28 Apr 2012 17:04:07 +0200 Anatolij Gustschin wrote: > Data cache flushing is required for frame buffer in RAM to fix the > distorted console text output. Currently this text distortion is > observed with cfb on beageboard and N900 when running with data > cache enabled. > > Reported-by: Pali Roh?r > Signed-off-by: Anatolij Gustschin > --- > drivers/video/cfb_console.c | 35 +++++++++++++++++++++++++++++++++++ > 1 files changed, 35 insertions(+), 0 deletions(-) Applied to u-boot-video/master after rebasing and fixing commit log. Anatolij