From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Stein Date: Sun, 12 Jul 2015 09:30:28 +0200 Subject: [U-Boot] [PATCH 5/5] arm/rpi: Enable dcache In-Reply-To: <55A0A8AA.3090909@wwwdotorg.org> References: <1436003324-8769-1-git-send-email-alexanders83@web.de> <1436003324-8769-6-git-send-email-alexanders83@web.de> <55A0A8AA.3090909@wwwdotorg.org> Message-ID: <1691433.d5bkcCgKYn@kongar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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? Alexander