From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 11:31:22 -0800 Subject: [U-Boot] [PATCH v2] armv8: fsl-layerscape: Fix early MMU table for nand boot In-Reply-To: <1448512881-12582-1-git-send-email-yorksun@freescale.com> References: <1448512881-12582-1-git-send-email-yorksun@freescale.com> Message-ID: <565CA40A.2090408@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 11/25/2015 08:41 PM, York Sun wrote: > The early MMU table doesn't enable all addresses. Unused addresses > are marked as invalid, as introduced by commit 9979922. An entry > was missing for NAND flash space, causing nand boot failure. > > Signed-off-by: York Sun > CC: Alison Wang > CC: Prabhakar Kushwaha > > --- > > Changes in v2: > Reduce the IFC mapped for early MMU, up to NOR flash base to > avoid conflict > Tested on LS2085AQDS > > arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 4 ++++ > 1 file changed, 4 insertions(+) Applied to fsl-qoriq master. York