1. 2165a3e stdlib: Import timingsafe_bcmp() from FreeBSD by Antonio Nino Diaz · 7 years ago
  2. 18babd3 Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen by danh-arm · 7 years ago
  3. ccfc829 Add strnlen() to local C library by Sandrine Bailleux · 7 years ago
  4. 980f185 Merge pull request #800 from masahir0y/ifdef by danh-arm · 7 years ago
  5. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  6. c4806d7 Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt by danh-arm · 7 years ago
  7. 1f5f812 Correct system include order by David Cunado · 7 years ago
  8. fecb2c1 libfdt: Replace v1.4.1 by v1.4.2 by Antonio Nino Diaz · 7 years ago
  9. 57e4bee libfdt: Minor changes to enable TF integration by Antonio Nino Diaz · 7 years ago
  10. 3057efb libfdt: Import libfdt v1.4.2 by Antonio Nino Diaz · 7 years ago
  11. 2b0a176 Merge pull request #788 from jeenu-arm/cpuops-framework by danh-arm · 8 years ago
  12. a1d1da7 Merge pull request #779 from dp-arm/dp/rtinstr-cache by danh-arm · 8 years ago
  13. 65f43f5 Merge pull request #778 from antonio-nino-diaz-arm/an/xlat-fixes by danh-arm · 8 years ago
  14. ee5eb80 Add provision to extend CPU operations at more levels by Jeenu Viswambharan · 8 years ago
  15. ef40c28 Merge pull request #780 from douglas-raillard-arm/dr/fix_asm_signed_comparison by danh-arm · 8 years ago
  16. 861be8e Fix integer comparison in memcpy16 by Douglas Raillard · 8 years ago
  17. 2d92de6 Add two timestamps to measure PSCI cache flush overhead by dp-arm · 8 years ago
  18. 9f1f5cb Merge pull request #776 from dp-arm/dp/memcmp-fix by danh-arm · 8 years ago
  19. b54c1a5 Merge pull request #775 from soby-mathew/sm/AArch32_stack_align by danh-arm · 8 years ago
  20. 010888d Forbid block descriptors in initial xlat table levels by Antonio Nino Diaz · 8 years ago
  21. d1beee2 Add PLAT_xxx_ADDR_SPACE_SIZE definitions by Antonio Nino Diaz · 8 years ago
  22. 46a33a5 Assert correct granularity when mapping a PA by Antonio Nino Diaz · 8 years ago
  23. 731cfd0 stdlib: Fix signedness issue in memcmp() by dp-arm · 8 years ago
  24. adb7027 AArch32: Fix the stack alignment issue by Soby Mathew · 8 years ago
  25. 975d08c Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  26. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  27. c14b08e Reset EL2 and EL3 configurable controls by David Cunado · 8 years ago
  28. f9baaa5 Fix normal memory bakery lock implementation by Soby Mathew · 8 years ago
  29. 5f55e28 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · 8 years ago
  30. 8742220 Merge pull request #735 from soby-mathew/sm/aarch32_sctlr by danh-arm · 8 years ago
  31. a993c42 Unify SCTLR initialization for AArch32 normal world by Soby Mathew · 8 years ago
  32. 3cac786 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  33. c44c5af AArch32: Add `memcpy4` function in assembly by Yatharth Kochar · 8 years ago
  34. 89256b8 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  35. a4c219a AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · 8 years ago
  36. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  37. 1a9644b Merge pull request #702 from jeenu-arm/psci-node-hw-state by danh-arm · 8 years ago
  38. 7f03e9d9 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 8 years ago
  39. 7c9d5f8 Flush `psci_plat_pm_ops` after initialization by Soby Mathew · 8 years ago
  40. b4a970a AArch32: Fix SCTLR context initialization by Soby Mathew · 8 years ago
  41. d48ae61 Automatically select initial xlation lookup level by Antonio Nino Diaz · 8 years ago
  42. 89d90dc AArch32: Add support to PSCI lib by Soby Mathew · 8 years ago
  43. 748be1d AArch32: Add support in TF libraries by Soby Mathew · 8 years ago
  44. 935c2e7 AArch32: Add translation table library support by Soby Mathew · 8 years ago
  45. d29f67b AArch32: Add assembly helpers by Soby Mathew · 8 years ago
  46. 7b5c9b3 Move spinlock library code to AArch64 folder by Soby Mathew · 8 years ago
  47. fea233c Fix the translation table library for wraparound cases by Soby Mathew · 8 years ago
  48. d59a669 Merge pull request #670 from achingupta/ag/psci_retention_fix by danh-arm · 8 years ago
  49. 9b2bf25 Fix use of stale power states in PSCI standby finisher by Achin Gupta · 8 years ago
  50. f9f3bbf Validate psci_find_target_suspend_lvl() result by Sandrine Bailleux · 8 years ago
  51. d019487 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  52. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  53. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  54. ba39fc6 Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn by danh-arm · 8 years ago
  55. 6a72a91 bl31: Add error reporting registers by Naga Sureshkumar Relli · 8 years ago
  56. 7659a26 Introduce utils.h header file by Sandrine Bailleux · 8 years ago
  57. ac3aa68 xlat lib: Introduce MT_EXECUTE/MT_EXECUTE_NEVER attributes by Sandrine Bailleux · 8 years ago
  58. 7528b68 xlat lib: Refactor mmap_desc() function by Sandrine Bailleux · 8 years ago
  59. 9518d02 Add Performance Measurement Framework(PMF) by Yatharth Kochar · 8 years ago
  60. a83af08 Merge pull request #639 from danh-arm/dh/import-libfdt by danh-arm · 8 years ago
  61. fc0c645 Minor libfdt changes to enable TF integration by Dan Handley · 8 years ago
  62. 32f2130 Import libfdt v1.4.1 by Dan Handley · 8 years ago
  63. d7b59e4 Move stdlib header files to include/lib/stdlib by Dan Handley · 8 years ago
  64. 63af687 Add support for ARM Cortex-A73 MPCore Processor by Yatharth Kochar · 8 years ago
  65. 4ba6b0b Fix computation of L1 bitmask in the translation table lib by Sandrine Bailleux · 8 years ago
  66. b4444e3 Merge pull request #601 from sandrine-bailleux-arm/sb/a57-errata-workarounds by danh-arm · 8 years ago
  67. 143ef1a Add support for Cortex-A57 erratum 833471 workaround by Sandrine Bailleux · 8 years ago
  68. adcbd55 Add support for Cortex-A57 erratum 826977 workaround by Sandrine Bailleux · 8 years ago
  69. 48cbe85 Add support for Cortex-A57 erratum 829520 workaround by Sandrine Bailleux · 8 years ago
  70. c11116f Add support for Cortex-A57 erratum 828024 workaround by Sandrine Bailleux · 8 years ago
  71. a7e0c53 Add support for Cortex-A57 erratum 826974 workaround by Sandrine Bailleux · 8 years ago
  72. afa8a78 Fix wording in cpu-ops.mk comments by Sandrine Bailleux · 8 years ago
  73. b5e7f77 Limit support for region overlaps in xlat_tables by Antonio Nino Diaz · 8 years ago
  74. 44170c4 Refactor the xlat_tables library code by Soby Mathew · 8 years ago
  75. 346f1f9 Remove xlat_helpers.c by Antonio Nino Diaz · 8 years ago
  76. 6b28c57 Make cpu operations warning a VERBOSE print by Soby Mathew · 8 years ago
  77. 686ecbd Merge pull request #542 from sandrine-bailleux-arm/km/pt-zero by danh-arm · 8 years ago
  78. 299d794 Merge pull request #538 from sandrine-bailleux-arm/sb/extend-memory-types by danh-arm · 8 years ago
  79. ed0995c Initialize all translation table entries by Kristina Martsenko · 8 years ago
  80. 52b1ba6 Extend memory attributes to map non-cacheable memory by Sandrine Bailleux · 8 years ago
  81. 95036fc Compile stdlib C files individually by Antonio Nino Diaz · 8 years ago
  82. f12a31d Cortex-Axx: Unconditionally apply CPU reset operations by Sandrine Bailleux · 8 years ago
  83. d481759 Disable non-temporal hint on Cortex-A53/57 by Sandrine Bailleux · 8 years ago
  84. c9bac9c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 8 years ago
  85. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 8 years ago
  86. 432aa77 Add support for ARM Cortex-A35 processor by Sandrine Bailleux · 8 years ago
  87. e9c4a64 Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  88. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  89. 3543c7b Merge pull request #361 from achingupta/for_sm/psci_proto_v5 by Achin Gupta · 9 years ago
  90. 3700a92 PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 9 years ago
  91. 4fceaca cortex_a53: Add A53 errata #826319, #836870 by developer · 9 years ago
  92. 28463b9 Add "Project Denver" CPU support by Varun Wadekar · 9 years ago
  93. 03fe10c Fix bug in semihosting write function by Juan Castillo · 9 years ago
  94. e364a8a Fix recursive crash prints on FVP AEM model by Soby Mathew · 9 years ago
  95. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  96. 05cbb00 Merge pull request #277 from soby-mathew/sm/coh_lock_opt by danh-arm · 9 years ago
  97. 156280c Remove the `owner` field in bakery_lock_t data structure by Soby Mathew · 9 years ago
  98. a0a897d Optimize the bakery lock structure for coherent memory by Soby Mathew · 9 years ago
  99. 632432b Merge pull request #270 from vikramkanigiri/vk/a72_cpu_support by danh-arm · 9 years ago
  100. c47e011 Add support for ARM Cortex-A72 processor by Vikram Kanigiri · 9 years ago