From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 04 Apr 2016 09:56:34 +0200 Subject: [U-Boot] [PATCH] efi_loader: Always flush in cache line size granularity In-Reply-To: <1459755138-173508-1-git-send-email-agraf@suse.de> References: <1459755138-173508-1-git-send-email-agraf@suse.de> Message-ID: <57021E32.6020908@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/04/2016 09:32 AM, Alexander Graf wrote: > The cache line flush helpers only work properly when they get aligned > start and end addresses. Round our flush range to cache line size. It's > safe because we're guaranteed to flush within a single page which has the > same cache attributes. > > Reported-by: Marek Vasut > Signed-off-by: Alexander Graf Thanks! -- Best regards, Marek Vasut