arm-trusted-firmware/include
Sandrine Bailleux b5fa6563e6 Introduce arm_setup_page_tables() function
This patch introduces the arm_setup_page_tables() function to
set up page tables on ARM platforms. It replaces the
arm_configure_mmu_elx() functions and does the same thing except
that it doesn't enable the MMU at the end. The idea is to reduce
the amount of per-EL code that is generated by the C preprocessor
by splitting the memory regions definitions and page tables creation
(which is generic) from the MMU enablement (which is the only per-EL
configuration).

As a consequence, the call to the enable_mmu_elx() function has been
moved up into the plat_arch_setup() hook. Any other ARM standard
platforms that use the functions `arm_configure_mmu_elx()` must be
updated.

Change-Id: I6f12a20ce4e5187b3849a8574aac841a136de83d
2016-07-08 14:37:11 +01:00
..
bl1 FWU: Add Generic Firmware Update framework support in BL1 2015-12-09 17:41:18 +00:00
bl31 Add optional PSCI STAT residency & count functions 2016-06-16 08:55:00 +01:00
bl32 Enable use of FIQs and IRQs as TSP interrupts 2015-12-04 12:02:12 +00:00
common Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regs 2016-06-03 15:12:37 +01:00
drivers Merge pull request #629 from ljerry/tf_issue_398 2016-06-13 13:50:58 +01:00
lib Add Performance Measurement Framework(PMF) 2016-06-16 08:31:42 +01:00
plat Introduce arm_setup_page_tables() function 2016-07-08 14:37:11 +01:00