1. eee28e7 chore: update to use Arm word across TF-A by Govindraj Raja · 10 months ago
  2. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 4 months ago
  3. 183638f style: remove useless trailing semicolon and line continuations by Elyes Haouas · 1 year, 4 months ago
  4. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 4 months ago
  5. 3d7f654 chore: fvp_r: Initial No-EL3 and MPU Implementation by Gary Morrison · 3 years, 4 months ago
  6. dc88b58 Aarch32 xlat_tables lib: Fix MISRA-2012 defects by Alexei Fedorov · 3 years, 10 months ago
  7. eb2b2b6 Coding guideline suggest not to use unsigned long by Deepika Bhavnani · 4 years, 9 months ago
  8. 0aab960 Fix Coverity #343008, Side affect in assertion by Justin Chadwell · 4 years, 11 months ago
  9. 8294602 Update base code to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  10. 37f97a5 SPM: Move shim layer to TTBR1_EL1 by Antonio Nino Diaz · 5 years ago
  11. b450277 ARMv7: support non-LPAE mapping (not xlat_v2) by Etienne Carriere · 7 years ago
  12. 7415597 lib/xlat_tables: Add support for ARMv8.4-TTST by Sathees Balya · 5 years ago
  13. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 5 years ago
  14. 2cb864c xlat: Fix checks in mmap_add() and mmap_add_ctx() by Antonio Nino Diaz · 6 years ago
  15. 0d38931 xlat: Change check in mmap_add and mmap_add_ctx() by Daniel Boulby · 6 years ago
  16. 7df9f7e xlat: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  17. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  18. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  19. 128de8d xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · 6 years ago
  20. 5c97bd1 xlat: Use bool instead of int by Antonio Nino Diaz · 6 years ago
  21. 50eb374 xlat: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  22. 0842bd6 xlat: Remove references to the Trusted Firmware by Antonio Nino Diaz · 6 years ago
  23. e834ee1 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 6 years ago
  24. 9f14261 xlat v1: Provide direct MMU-enabling stubs by Jeenu Viswambharan · 6 years ago
  25. 8643a81 xlat: Remove mmap_attr_t enum type by Antonio Nino Diaz · 6 years ago
  26. ca36163 Merge pull request #1370 from antonio-nino-diaz-arm/an/fix-parange by danh-arm · 6 years ago
  27. b9ae5db xlat: Have all values of PARange for 8.x architectures by Antonio Nino Diaz · 6 years ago
  28. 4907449 xlat: Set AP[1] to 1 when it is RES1 by Antonio Nino Diaz · 6 years ago
  29. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  30. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 7 years ago
  31. b9ef664 Add ARMv8.2 ID_AA64MMFR0_EL1.PARange value by Antonio Nino Diaz · 7 years ago
  32. 0af78b6 ARMv7 may not support large page addressing by Etienne Carriere · 7 years ago
  33. c8274a8 Set TCR_EL1.EPD1 bit to 1 by Antonio Nino Diaz · 7 years ago
  34. 12e8644 xlat lib: Fix some types by Sandrine Bailleux · 7 years ago
  35. 090c849 xlat lib: Reorganize architectural defs by Sandrine Bailleux · 7 years ago
  36. 8a354f1 Resolve signed-unsigned comparison issues by David Cunado · 7 years ago
  37. 12f8be5 aarch32: Apply workaround for errata 813419 of Cortex-A57 by Dimitris Papastamos · 7 years ago
  38. 8364a95 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · 7 years ago
  39. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  40. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  41. efabaa9 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · 7 years ago
  42. 014f833 Merge pull request #923 from nmenon/fix_xlat_1 by davidcunado-arm · 7 years ago
  43. 6f24346 xlat lib: Don't set mmap_attr_t enum to be -1 by Nishanth Menon · 7 years ago
  44. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · 7 years ago
  45. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 7 years ago
  46. fdc9ee8 Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements by davidcunado-arm · 7 years ago
  47. 04980a3 xlat lib: Use mmap_attr_t type consistently by Sandrine Bailleux · 7 years ago
  48. 3759e3f Control inclusion of helper code used for asserts by Antonio Nino Diaz · 7 years ago
  49. daf5dbb Add support to change xlat_tables to non-cacheable by Summer Qin · 7 years ago
  50. 3f13c35 Apply workaround for errata 813419 of Cortex-A57 by Antonio Nino Diaz · 7 years ago
  51. 010888d Forbid block descriptors in initial xlat table levels by Antonio Nino Diaz · 7 years ago
  52. d1beee2 Add PLAT_xxx_ADDR_SPACE_SIZE definitions by Antonio Nino Diaz · 7 years ago
  53. 46a33a5 Assert correct granularity when mapping a PA by Antonio Nino Diaz · 7 years ago
  54. d48ae61 Automatically select initial xlation lookup level by Antonio Nino Diaz · 8 years ago
  55. 935c2e7 AArch32: Add translation table library support by Soby Mathew · 8 years ago
  56. fea233c Fix the translation table library for wraparound cases by Soby Mathew · 8 years ago
  57. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  58. 7659a26 Introduce utils.h header file by Sandrine Bailleux · 8 years ago
  59. ac3aa68 xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributes by Sandrine Bailleux · 8 years ago
  60. 7528b68 xlat lib: Refactor mmap_desc() function by Sandrine Bailleux · 8 years ago
  61. 4ba6b0b Fix computation of L1 bitmask in the translation table lib by Sandrine Bailleux · 8 years ago
  62. b5e7f77 Limit support for region overlaps in xlat_tables by Antonio Nino Diaz · 8 years ago
  63. 44170c4 Refactor the xlat_tables library code by Soby Mathew · 8 years ago