1. b042060 xlat_tables_v2: use ARRAY_SIZE in REGISTER_XLAT_CONTEXT_FULL_SPEC by Masahiro Yamada · 4 years, 4 months ago
  2. 0db2375 xlat_tables_v2: merge REGISTER_XLAT_CONTEXT_{FULL_SPEC,RO_BASE_TABLE} by Masahiro Yamada · 4 years, 4 months ago
  3. e5a6fef Read-only xlat tables for BL31 memory by Petre-Ionut Tudor · 4 years, 8 months ago
  4. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  5. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  6. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · 5 years ago
  7. b450277 ARMv7: support non-LPAE mapping (not xlat_v2) by Etienne Carriere · 7 years ago
  8. 7415597 lib/xlat_tables: Add support for ARMv8.4-TTST by Sathees Balya · 5 years ago
  9. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  10. 675d155 SPM: Support multiple xlat tables contexts by Antonio Nino Diaz · 6 years ago
  11. c003328 xlat v2: Support mapping regions with allocated VA by Antonio Nino Diaz · 6 years ago
  12. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  13. 61aff00 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 6 years ago
  14. 7df9f7e xlat: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  15. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  16. 128de8d xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · 6 years ago
  17. 6c4c9ee xlat v2: Cleanup get/change mem attr helpers by Antonio Nino Diaz · 6 years ago
  18. 5c97bd1 xlat: Use bool instead of int by Antonio Nino Diaz · 6 years ago
  19. 50eb374 xlat: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  20. 0842bd6 xlat: Remove references to the Trusted Firmware by Antonio Nino Diaz · 6 years ago
  21. 67f799e xlat v2: Make setup_mmu_config public by Antonio Nino Diaz · 6 years ago
  22. 668d9ee xlat v2: Turn MMU parameters into 64-bit values by Antonio Nino Diaz · 6 years ago
  23. 9d596c4 xlat v2: Remove IMAGE_EL define by Antonio Nino Diaz · 6 years ago
  24. f1b84f6 xlat v2: Split code into separate files by Antonio Nino Diaz · 6 years ago
  25. 58e8148 xlat v2: Split MMU setup and enable by Jeenu Viswambharan · 6 years ago
  26. 8643a81 xlat: Remove mmap_attr_t enum type by Antonio Nino Diaz · 6 years ago
  27. 4630489 Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes by Dimitris Papastamos · 6 years ago
  28. 4413ad5 xlat v2: Introduce xlat granule size helpers by Antonio Nino Diaz · 6 years ago
  29. fef5d2d Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 6 years ago
  30. 0bc60d0 xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE by Roberto Vargas · 6 years ago
  31. 4907449 xlat: Set AP[1] to 1 when it is RES1 by Antonio Nino Diaz · 6 years ago
  32. e881147 Fix some MISRA defects in SPM code by Antonio Nino Diaz · 6 years ago
  33. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  34. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  35. 086fbd6 SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM by Antonio Nino Diaz · 7 years ago
  36. baa1611 Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · 7 years ago
  37. bafc753 xlat: Make function to calculate TCR PA bits public by Antonio Nino Diaz · 7 years ago
  38. 8247796 Fix usage of IMAGE_BLx macros by Roberto Vargas · 7 years ago
  39. 439c901 xlat: Introduce API to change memory attributes of a region by Sandrine Bailleux · 7 years ago
  40. c3708e2 xlat: Introduce API to get memory attributes of a region by Sandrine Bailleux · 7 years ago
  41. d017bcc xlat: Define translation regime in AArch32 by Antonio Nino Diaz · 7 years ago
  42. dcf9d92 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · 7 years ago
  43. 2d54579 xlat: Introduce function xlat_arch_tlbi_va_regime() by Douglas Raillard · 7 years ago
  44. 8f23fa8 xlat: Introduce MAP_REGION2() macro by Sandrine Bailleux · 7 years ago
  45. 7025cda xlat: remove cast in MAP_REGION to get back building with GCC 4.9 by Masahiro Yamada · 7 years ago
  46. 9d3dc25 Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region by davidcunado-arm · 7 years ago
  47. 02c6307 Helper macro to create MAIR encodings by Isla Mitchell · 7 years ago
  48. 35c09f1 xlat: Use MAP_REGION macro as compatibility layer by Douglas Raillard · 7 years ago
  49. 1861b7a Emphasize that TF only supports 4 KB granule size by Sandrine Bailleux · 7 years ago
  50. 12e8644 xlat lib: Fix some types by Sandrine Bailleux · 7 years ago
  51. 6634293 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · 7 years ago
  52. 3120ea2 xlat lib v2: Export translation context as an opaque type by Sandrine Bailleux · 7 years ago
  53. 090c849 xlat lib: Reorganize architectural defs by Sandrine Bailleux · 7 years ago
  54. c6a11f6 include: add U()/ULL() macros for constants by Varun Wadekar · 7 years ago
  55. 9b11f39 Minor fixes to the xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  56. 8364a95 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · 7 years ago
  57. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  58. efabaa9 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · 7 years ago
  59. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · 7 years ago
  60. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 7 years ago
  61. 04980a3 xlat lib: Use mmap_attr_t type consistently by Sandrine Bailleux · 7 years ago
  62. daf5dbb Add support to change xlat_tables to non-cacheable by Summer Qin · 7 years ago
  63. ac99803 Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  64. 233c7c1 Add version 2 of xlat tables library by Antonio Nino Diaz · 7 years ago