Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
0983b8b1
Unverified
Commit
0983b8b1
authored
Aug 13, 2018
by
Dimitris Papastamos
Committed by
GitHub
Aug 13, 2018
Browse files
Merge pull request #1519 from antonio-nino-diaz-arm/an/xlat-el2
xlat v2: Support EL2 translation regime
parents
6902e66a
4c72c3fe
Changes
23
Show whitespace changes
Inline
Side-by-side
plat/layerscape/common/ls_bl1_setup.c
View file @
0983b8b1
...
...
@@ -59,7 +59,7 @@ void ls_bl1_plat_arch_setup(void)
);
VERBOSE
(
"After setup the page tables
\n
"
);
#ifdef AARCH32
enable_mmu_s
ecure
(
0
);
enable_mmu_s
vc_mon
(
0
);
#else
enable_mmu_el3
(
0
);
#endif
/* AARCH32 */
...
...
plat/layerscape/common/ls_bl2_setup.c
View file @
0983b8b1
...
...
@@ -53,7 +53,7 @@ void ls_bl2_plat_arch_setup(void)
);
#ifdef AARCH32
enable_mmu_s
ecure
(
0
);
enable_mmu_s
vc_mon
(
0
);
#else
enable_mmu_el1
(
0
);
#endif
...
...
plat/st/stm32mp1/stm32mp1_common.c
View file @
0983b8b1
...
...
@@ -74,7 +74,7 @@ void configure_mmu(void)
mmap_add
(
stm32mp1_mmap
);
init_xlat_tables
();
enable_mmu_s
ecure
(
0
);
enable_mmu_s
vc_mon
(
0
);
}
uintptr_t
plat_get_ns_image_entrypoint
(
void
)
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment