mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-09 02:51:21 +00:00
Convert arm_setup_page_tables into a generic helper
This function is not related to Arm platforms and can be reused by other platforms if needed. Change-Id: Ia9c328ce57ce7e917b825a9e09a42b0abb1a53e8 Co-authored-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com> Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
03987d01e9
commit
0916c38dec
16 changed files with 58 additions and 58 deletions
|
@ -193,6 +193,11 @@ extern const char version_string[];
|
|||
void print_entry_point_info(const entry_point_info_t *ep_info);
|
||||
uintptr_t page_align(uintptr_t value, unsigned dir);
|
||||
|
||||
struct mmap_region;
|
||||
|
||||
void setup_page_tables(const struct mmap_region *bl_regions,
|
||||
const struct mmap_region *plat_regions);
|
||||
|
||||
#endif /*__ASSEMBLY__*/
|
||||
|
||||
#endif /* __BL_COMMON_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue