projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0259c8
)
arm64: zynqmp: Do not map unused OCM/TCM region
author
Michal Simek
<michal.simek@xilinx.com>
Sat, 25 Feb 2017 17:17:11 +0000
(18:17 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 20 Jun 2017 14:40:58 +0000
(16:40 +0200)
When OCM or TCM is protected this mapping still exist and it is causing access
violation.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv8/zynqmp/cpu.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv8/zynqmp/cpu.c
b/arch/arm/cpu/armv8/zynqmp/cpu.c
index b0f12955a1ffac03ec37f3ccf87ac52d687fee51..280e07ad369524286679af8718f78e3666e2f2fb 100644
(file)
--- a/
arch/arm/cpu/armv8/zynqmp/cpu.c
+++ b/
arch/arm/cpu/armv8/zynqmp/cpu.c
@@
-37,12
+37,6
@@
static struct mm_region zynqmp_mem_map[] = {
.attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
PTE_BLOCK_NON_SHARE |
PTE_BLOCK_PXN | PTE_BLOCK_UXN
- }, {
- .virt = 0xffe00000UL,
- .phys = 0xffe00000UL,
- .size = 0x00200000UL,
- .attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
- PTE_BLOCK_INNER_SHARE
}, {
.virt = 0x400000000UL,
.phys = 0x400000000UL,