From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 10 Jul 2015 23:24:58 -0600 Subject: [U-Boot] [PATCH 5/5] arm/rpi: Enable dcache In-Reply-To: <1436003324-8769-6-git-send-email-alexanders83@web.de> References: <1436003324-8769-1-git-send-email-alexanders83@web.de> <1436003324-8769-6-git-send-email-alexanders83@web.de> Message-ID: <55A0A8AA.3090909@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/04/2015 03:48 AM, Alexander Stein wrote: > Now that mailbox driver supports cache flush and invalidation, we can > enable dcache. Did you also test that HDMI output doesn't show any issues after this change? I think there's already cache-flushing in the LCD console code, so it should be fine, but best to check.