1. 2a1cdee feat(drtm): add platform functions for DRTM by johpow01 · 3 years, 5 months ago
  2. 3621823 feat(rme): add xlat table library changes for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
  3. d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
  4. 0922e48 xlat_tables_v2: add base table section name parameter for spm_mm by Masahisa Kojima · 5 years ago
  5. 06aca85 xlat lib v2: Add support to pass shareability attribute for normal memory region by Pramod Kumar · 5 years ago
  6. 268131c xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLES by Masahiro Yamada · 5 years ago
  7. f554773 xlat_tables_v2: add enable_mmu() by Masahiro Yamada · 5 years ago
  8. e282245 xlat_tables_v2: use ARRAY_SIZE in REGISTER_XLAT_CONTEXT_FULL_SPEC by Masahiro Yamada · 5 years ago
  9. 363830d xlat_tables_v2: merge REGISTER_XLAT_CONTEXT_{FULL_SPEC,RO_BASE_TABLE} by Masahiro Yamada · 5 years ago
  10. 60e8f3c Read-only xlat tables for BL31 memory by Petre-Ionut Tudor · 6 years ago
  11. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  12. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  13. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 6 years ago
  14. c9fe6fe ARMv7: support non-LPAE mapping (not xlat_v2) by Etienne Carriere · 8 years ago
  15. cedfa04 lib/xlat_tables: Add support for ARMv8.4-TTST by Sathees Balya · 7 years ago
  16. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  17. bbc8100 SPM: Support multiple xlat tables contexts by Antonio Nino Diaz · 7 years ago
  18. 9056f10 xlat v2: Support mapping regions with allocated VA by Antonio Nino Diaz · 7 years ago
  19. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  20. 03987d0 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 7 years ago
  21. 90e0c98 xlat: Remove deprecated interfaces by Antonio Nino Diaz · 7 years ago
  22. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  23. 1a92a0e xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · 7 years ago
  24. e5d5951 xlat v2: Cleanup get/change mem attr helpers by Antonio Nino Diaz · 7 years ago
  25. 5b395e3 xlat: Use bool instead of int by Antonio Nino Diaz · 7 years ago
  26. e7b9886 xlat: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  27. 1dd6c05 xlat: Remove references to the Trusted Firmware by Antonio Nino Diaz · 7 years ago
  28. 63ddbae xlat v2: Make setup_mmu_config public by Antonio Nino Diaz · 7 years ago
  29. 6563c0b xlat v2: Turn MMU parameters into 64-bit values by Antonio Nino Diaz · 7 years ago
  30. aa1d5f6 xlat v2: Remove IMAGE_EL define by Antonio Nino Diaz · 7 years ago
  31. fd2299e xlat v2: Split code into separate files by Antonio Nino Diaz · 7 years ago
  32. 0cc7aa8 xlat v2: Split MMU setup and enable by Jeenu Viswambharan · 7 years ago
  33. 3a1b7b1 xlat: Remove mmap_attr_t enum type by Antonio Nino Diaz · 7 years ago
  34. 59c4346 Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes by Dimitris Papastamos · 7 years ago
  35. a0b9bb7 xlat v2: Introduce xlat granule size helpers by Antonio Nino Diaz · 7 years ago
  36. 896a590 Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 7 years ago
  37. d92a286 xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE by Roberto Vargas · 7 years ago
  38. 01c0a38 xlat: Set AP[1] to 1 when it is RES1 by Antonio Nino Diaz · 7 years ago
  39. b3323cd Fix some MISRA defects in SPM code by Antonio Nino Diaz · 7 years ago
  40. 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 7 years ago
  41. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 8 years ago
  42. 45d640f SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM by Antonio Nino Diaz · 8 years ago
  43. 9500d5a Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · 8 years ago
  44. ad02a75 xlat: Make function to calculate TCR PA bits public by Antonio Nino Diaz · 8 years ago
  45. e8a87ac Fix usage of IMAGE_BLx macros by Roberto Vargas · 8 years ago
  46. 996d6b3 xlat: Introduce API to change memory attributes of a region by Sandrine Bailleux · 8 years ago
  47. 1be910b xlat: Introduce API to get memory attributes of a region by Sandrine Bailleux · 8 years ago
  48. 8bf5bac xlat: Define translation regime in AArch32 by Antonio Nino Diaz · 8 years ago
  49. 609c919 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · 8 years ago
  50. b4ae615 xlat: Introduce function xlat_arch_tlbi_va_regime() by Douglas Raillard · 8 years ago
  51. fdb1964 xlat: Introduce MAP_REGION2() macro by Sandrine Bailleux · 8 years ago
  52. 03f55a5 xlat: remove cast in MAP_REGION to get back building with GCC 4.9 by Masahiro Yamada · 8 years ago
  53. 756f9bb Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region by davidcunado-arm · 8 years ago
  54. 04880e3 Helper macro to create MAIR encodings by Isla Mitchell · 8 years ago
  55. 769d65d xlat: Use MAP_REGION macro as compatibility layer by Douglas Raillard · 8 years ago
  56. de3d704 Emphasize that TF only supports 4 KB granule size by Sandrine Bailleux · 8 years ago
  57. 0044231 xlat lib: Fix some types by Sandrine Bailleux · 8 years ago
  58. a9ad848 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · 8 years ago
  59. 55c8496 xlat lib v2: Export translation context as an opaque type by Sandrine Bailleux · 8 years ago
  60. 8933c34 xlat lib: Reorganize architectural defs by Sandrine Bailleux · 8 years ago
  61. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 8 years ago
  62. e769db3 Minor fixes to the xlat tables lib v2 by Antonio Nino Diaz · 8 years ago
  63. 5e62327 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · 8 years ago
  64. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  65. a564025 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · 8 years ago
  66. 0f22bef Merge branch 'integration' into tf_issue_461 by Scott Branden · 8 years ago
  67. 53d9c9c Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 8 years ago
  68. 28fa2e9 xlat lib: Use mmap_attr_t type consistently by Sandrine Bailleux · 8 years ago
  69. 5d21b03 Add support to change xlat_tables to non-cacheable by Summer Qin · 8 years ago
  70. 0b64f4e Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · 8 years ago
  71. 7bb01fb Add version 2 of xlat tables library by Antonio Nino Diaz · 8 years ago