arm-trusted-firmware/include/lib/xlat_tables
Antonio Nino Diaz fd2299e6b0 xlat v2: Split code into separate files
Instead of having one big file with all the code, it's better to have
a few smaller files that are more manageable:

- xlat_tables_core.c: Code related to the core functionality of the
  library (map and unmap regions, initialize xlat context).
- xlat_tables_context.c: Instantiation of the active image context
  as well as APIs to manipulate it.
- xlat_tables_utils.c: Helper code that isn't part of the core
  functionality (change attributes, debug print messages).

Change-Id: I3ea956fc1afd7473c0bb5e7c6aab3b2e5d88c711
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-07-03 13:41:07 +01:00
..
aarch32 Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
aarch64 Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
xlat_mmu_helpers.h xlat v2: Split MMU setup and enable 2018-06-27 11:31:30 +01:00
xlat_tables.h xlat: Remove mmap_attr_t enum type 2018-06-22 08:36:21 +01:00
xlat_tables_arch.h xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE 2018-05-09 11:36:10 +01:00
xlat_tables_defs.h xlat: Set AP[1] to 1 when it is RES1 2018-04-26 12:59:08 +01:00
xlat_tables_v2.h xlat v2: Split code into separate files 2018-07-03 13:41:07 +01:00
xlat_tables_v2_helpers.h xlat v2: Split code into separate files 2018-07-03 13:41:07 +01:00