From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 13 Jul 2015 22:57:51 -0600 Subject: [U-Boot] [PATCH 5/5] arm/rpi: Enable dcache In-Reply-To: <1691433.d5bkcCgKYn@kongar> References: <1436003324-8769-1-git-send-email-alexanders83@web.de> <1436003324-8769-6-git-send-email-alexanders83@web.de> <55A0A8AA.3090909@wwwdotorg.org> <1691433.d5bkcCgKYn@kongar> Message-ID: <55A496CF.3050003@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/12/2015 01:30 AM, Alexander Stein wrote: > On Friday 10 July 2015, 23:24:58 wrote Stephen Warren: >> 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. > > I don't use HDMI on my board, just serial and SSH. > But how may this affect that code if it is already flushing caches? Well, if the cache manipulation code changed, anything that uses it should be tested. If you don't have any way to test, I guess I can test it for you; let me know.