Re: [U-Boot] [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries

2015-08-02 Thread Huan Wang
York, Ok, I will rebase. Best Regards, Alison Wang -Original Message- From: Sun York-R58495 Sent: Saturday, August 01, 2015 1:16 AM To: Wang Huan-B18965; u-boot@lists.denx.de Cc: Wang Huan-B18965 Subject: Re: [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries

Re: [U-Boot] [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries

2015-07-31 Thread York Sun
On 07/09/2015 09:57 PM, Alison Wang wrote: This patch rewrites MMU translation table entries to achieve: a) Start with all table entries as invalid. b) Rewrite the table entries as device-ngnrne for cache-inhibit access. c) Rewrite the table entries as normal for cache-enabled access.

[U-Boot] [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries

2015-07-09 Thread Alison Wang
This patch rewrites MMU translation table entries to achieve: a) Start with all table entries as invalid. b) Rewrite the table entries as device-ngnrne for cache-inhibit access. c) Rewrite the table entries as normal for cache-enabled access. Signed-off-by: Alison Wang alison.w...@freescale.com