1. d481759 Disable non-temporal hint on Cortex-A53/57 by Sandrine Bailleux · 8 years ago
  2. 8e04dec Apply TBBR naming convention to the fip_create options by Juan Castillo · 8 years ago
  3. 5554dc9 Merge pull request #475 from danh-arm/dh/v1.2-final by danh-arm · 9 years ago
  4. 30734ec Increment Makefile version to 1.2 by Dan Handley · 9 years ago
  5. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  6. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  7. c69ef8c Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 9 years ago
  8. 7ac4b11 De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 9 years ago
  9. d1a9343 FWU: Add support for `fwu_fip` target by Yatharth Kochar · 9 years ago
  10. b1c2fe0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  11. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  12. b21b02f Introduce COLD_BOOT_SINGLE_CPU build option by Sandrine Bailleux · 9 years ago
  13. 03897bb CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 9 years ago
  14. b7e97c4 Introduce SPIN_ON_BL1_EXIT build flag by Sandrine Bailleux · 9 years ago
  15. 18a6204 Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 9 years ago
  16. 7916cca Merge pull request #430 from jcastillo-arm/jc/tf-issues/333 by Achin Gupta · 9 years ago
  17. 671b8db Fix build error when `BL32` is not defined by Juan Castillo · 9 years ago
  18. 23828aa Merge pull request #427 from jcastillo-arm/jc/tf-issues/294 by Achin Gupta · 9 years ago
  19. d4f7925 Add -mstrict-align to the gcc options by Juan Castillo · 9 years ago
  20. 1bdde17 Re-introduce evaluation of ENABLE_PLAT_COMPAT build flag by Achin Gupta · 9 years ago
  21. 396644b Make: fix dependency files generation by Juan Castillo · 9 years ago
  22. a3487d1 Rework Makefile by Juan Castillo · 9 years ago
  23. 70716d6 PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  24. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  25. 49473e4 PSCI: Implement platform compatibility layer by Soby Mathew · 9 years ago
  26. 85dbf5a PSCI: Add framework to handle composite power states by Soby Mathew · 9 years ago
  27. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  28. f9f39c3 TBB: add ECDSA support to the certificate generation tool by Juan Castillo · 9 years ago
  29. 72fe347 TBB: add build option to save private keys by Juan Castillo · 9 years ago
  30. 9ccbc03 Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1 by danh-arm · 9 years ago
  31. 449dbd5 Introduce PROGRAMMABLE_RESET_ADDRESS build option by Sandrine Bailleux · 9 years ago
  32. eeeced5 Driver for 16550 UART interface by Varun Wadekar · 9 years ago
  33. 81be100 Allow deeper platform port directory structure by Dan Handley · 9 years ago
  34. f87ab39 Remove the ARCH build configuration from the Makefile by Sandrine Bailleux · 9 years ago
  35. e3dee95 Bug Fix: Fix checkpatch rule in Makefile by Sandrine Bailleux · 9 years ago
  36. 356d59d Merge pull request #269 from vikramkanigiri/vk/common-cci by danh-arm · 9 years ago
  37. 1aa439f Merge pull request #267 from sandrine-bailleux/sb/doc-fixes by danh-arm · 9 years ago
  38. c77c0cd Merge pull request #264 from jcastillo-arm/jc/tbb_fip_dep by danh-arm · 9 years ago
  39. 40d468c Common driver for ARM Cache Coherent Interconnects by Vikram Kanigiri · 10 years ago
  40. 749e079 checkpatch: ignore GIT_COMMIT_ID by Juan Castillo · 9 years ago
  41. cf8afbd Update help message printed by the Makefile by Sandrine Bailleux · 9 years ago
  42. a00cbfd TBB: fix build target 'all' dependency on certificates by Juan Castillo · 9 years ago
  43. 33fbb97 Ignore C library files when checking coding style by Sandrine Bailleux · 9 years ago
  44. e357a9e Documentation for version 1.1 by Achin Gupta · 9 years ago
  45. 13f6a93 TBB: add authentication module interface by Juan Castillo · 9 years ago
  46. 9c25a40 TBB: add PolarSSL based authentication module by Juan Castillo · 9 years ago
  47. 5e29c75 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · 9 years ago
  48. 379954c TBB: add support to include certificates in a FIP image by Juan Castillo · 10 years ago
  49. 11abdcd TBB: add tool to generate certificates by Juan Castillo · 10 years ago
  50. 09a16c0 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 9 years ago
  51. e33ee5f FVP: Allow BL3-2 to sit in the secure region of DRAM by Juan Castillo · 10 years ago
  52. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  53. 860cc3b Specify FIP filename at build time by Juan Castillo · 10 years ago
  54. 152c17f Fix problem of dependencies on the fiptool makefile target by Sandrine Bailleux · 10 years ago
  55. 937488b Optimize Cortex-A57 cluster power down sequence on Juno by Soby Mathew · 10 years ago
  56. dbee7fc Add support for specifying pre-built BL binaries in Makefile by Soby Mathew · 10 years ago
  57. 98b6b5d Documentation for version 1.0 by Dan Handley · 10 years ago
  58. 802f865 Add support for selected Cortex-A57 errata workarounds by Soby Mathew · 10 years ago
  59. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  60. 4fd2f5c Clarify platform porting interface to TSP by Dan Handley · 10 years ago
  61. 7b83c44 Move IO storage source to drivers directory by Dan Handley · 10 years ago
  62. 0d84657 Merge pull request #183 from danh-arm/dh/print_output2 by danh-arm · 10 years ago
  63. cba2c50 Add concept of console output log levels by Dan Handley · 10 years ago
  64. beb83d6 Add compilation macro for each BL stage by Soby Mathew · 10 years ago
  65. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  66. 041f62a Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  67. 04be3a5 Add support for printing version at runtime by Juan Castillo · 10 years ago
  68. 1175cc5 Merge pull request #168 from sandrine-bailleux/sb/set-default-gic-arch by Dan Handley · 10 years ago
  69. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  70. 5fe57c1 Define ARM_GIC_ARCH default value for all platforms by Sandrine Bailleux · 10 years ago
  71. 47a6483 Merge pull request #162 from jcastillo-arm/jc/tf-issues/194 by danh-arm · 10 years ago
  72. f841ef0 Add support for BL3-0 image by Sandrine Bailleux · 10 years ago
  73. 258e94f Allow FP register context to be optional at build time by Juan Castillo · 10 years ago
  74. 3c74a44 Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · 10 years ago
  75. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  76. 47e74a8 Compile with '-Wmissing-include-dirs' flag by Sandrine Bailleux · 10 years ago
  77. 3f78dc3 Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  78. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  79. 9637745 Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  80. b058556 Merge pull request #78 from jeenuv:tf-issues-148 by Andrew Thoelke · 10 years ago
  81. d1b6015 Add build configuration for timer save/restore by Jeenu Viswambharan · 10 years ago
  82. 19a0ace Reorganize build options by Jeenu Viswambharan · 10 years ago
  83. e5c39fd Introduce convenience functions to build by Jeenu Viswambharan · 10 years ago
  84. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  85. 176e7b4 Remove vpath usage in makefiles by Dan Handley · 10 years ago
  86. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  87. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago
  88. e01ea34 Use --gc-sections during link by Andrew Thoelke · 10 years ago
  89. 2d3e42d Build system: Trigger dependency checking only for build targets by Sandrine Bailleux · 10 years ago
  90. a08588a Build system: Remove last traces of 'PLAT=all' by Sandrine Bailleux · 10 years ago
  91. 2a30a75 Specify image entry in linker script by Jeenu Viswambharan · 10 years ago
  92. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago
  93. 66573cb Enable platforms to omit some bootloaders by Jon Medhurst · 10 years ago
  94. ecf0a71 Generate build time and date message at link time. by Jon Medhurst · 10 years ago
  95. 407a95c Update Makefiles to get proper dependency checking working. by Jon Medhurst · 10 years ago
  96. 8aa559c Revert accidental removal of BL2 from help message by Jeenu Viswambharan · 10 years ago
  97. 2f2cef4 Cleanup FIP build targets and messages by Jeenu Viswambharan · 10 years ago
  98. 375f538 Add Test Secure Payload Dispatcher (TSPD) service by Achin Gupta · 10 years ago
  99. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago
  100. a0cd989 Factor out translation table setup in ARM FVP port by Achin Gupta · 10 years ago