public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] LS1043A: Add bugfix for IFC beyond 4 GiB
@ 2019-09-24 10:45 georg.kirschbaum at siemens.com
  2019-10-18 10:36 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: georg.kirschbaum at siemens.com @ 2019-09-24 10:45 UTC (permalink / raw)
  To: u-boot



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] LS1043A: Add bugfix for IFC beyond 4 GiB
  2019-09-24 10:45 [U-Boot] [PATCH] LS1043A: Add bugfix for IFC beyond 4 GiB georg.kirschbaum at siemens.com
@ 2019-10-18 10:36 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2019-10-18 10:36 UTC (permalink / raw)
  To: u-boot



>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of
>georg.kirschbaum at siemens.com
>Sent: Tuesday, September 24, 2019 4:16 PM
>To: u-boot at lists.denx.de
>Subject: [U-Boot] [PATCH] LS1043A: Add bugfix for IFC beyond 4 GiB
>
From b5691db49dc3844b650f78634c35f091df906095 Mon Sep 17 00:00:00
>2001
>From: Georg Kirschbaum <georg.kirschbaum@siemens.com>
>Date: Fri, 13 Sep 2019 14:45:30 +0200
>Subject: [PATCH] LS1043A: Add bugfix for IFC beyond 4 GiB
>
>IFC region 2 [0x620000000, 0x700000000) was not usable because the MMU
>entries were missing.
>In case of CONFIG_FSL_LSCH2 they are added in early_map and final_map.
>
>Signed-off-by: Georg Kirschbaum <georg.kirschbaum@siemens.com>
>Cc: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Above email-id does not exists
Please update to Priyanka Jain <Priyanka.jain@nxp.com>
>---
> arch/arm/cpu/armv8/fsl-layerscape/cpu.c        | 12 ++++++++++++
> arch/arm/include/asm/arch-fsl-layerscape/cpu.h |  2 ++
> 2 files changed, 14 insertions(+)
>
>diff --git a/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
>b/arch/arm/cpu/armv8/fsl- layerscape/cpu.c index edb9c96658..4ecdb6a7c4
>100644
>--- a/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
>+++ b/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
>@@ -168,6 +168,12 @@ static struct mm_region early_map[] = {  #endif
> 	  PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
> 	},
>+#ifdef CONFIG_FSL_IFC
>+	{ CONFIG_SYS_FSL_IFC_BASE2, CONFIG_SYS_FSL_IFC_BASE2,
>+	  CONFIG_SYS_FSL_IFC_SIZE2,
>+	  PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
>PTE_BLOCK_NON_SHARE
>+	},
>+#endif
Please rebase to top of tree. IFC_BASE2 entry already exists in early_map

<snip>

--priyankajain

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-18 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-24 10:45 [U-Boot] [PATCH] LS1043A: Add bugfix for IFC beyond 4 GiB georg.kirschbaum at siemens.com
2019-10-18 10:36 ` Priyanka Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox