From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 1 Sep 2015 21:53:03 -0500 Subject: [U-Boot] [PATCH v3] armv8: fsl-lsch3: Rewrite MMU translation table entries In-Reply-To: <1439868125-31563-1-git-send-email-b18965@freescale.com> References: <1439868125-31563-1-git-send-email-b18965@freescale.com> Message-ID: <55E6648F.7060908@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 08/17/2015 10:22 PM, Alison Wang wrote: > This patch rewrites MMU translation table entries. To start, all table > entries are written as "invalid", then "device-ngnrnr" and "normal" are > written to the entries to enable access to specific addresses. > > Signed-off-by: Alison Wang > Signed-off-by: York Sun > --- > Changes in v3: > - Make only the first 4MB cache-enabled for IFC Region #1. > - Make only the first 64MB cache-enabled for QBMAN portal. > Changes in v2: > - Rebase the patch. > - Fix build error for emu and emu_D4 defconfig. Applied to fsl-qoriq master branch. Awaiting upstream. York