From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 31 Jul 2015 10:15:53 -0700 Subject: [U-Boot] [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries In-Reply-To: <1436504259-32653-1-git-send-email-b18965@freescale.com> References: <1436504259-32653-1-git-send-email-b18965@freescale.com> Message-ID: <55BBAD49.7020500@freescale.com> 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/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. > > Signed-off-by: Alison Wang > Signed-off-by: York Sun > --- Alison, Please rebase this patch to latest master branch. Thanks. York