1. f5fdbcc Give user's compiler flags precedence over default ones by Sandrine Bailleux · 8 years ago
  2. d63370d Merge pull request #588 from antonio-nino-diaz-arm/an/ignore-check-md by danh-arm · 8 years ago
  3. dc0b9c8 Remove markdown files from coding style check by Antonio Nino Diaz · 8 years ago
  4. 34466f9 Fix list of paths to perform coding style check on by Antonio Nino Diaz · 8 years ago
  5. 1d8f3a7 Merge pull request #587 from antonio-nino-diaz-arm/an/rename-bl33-base by danh-arm · 8 years ago
  6. 25ab118 Merge pull request #586 from antonio-nino-diaz-arm/an/spd-bl32 by danh-arm · 8 years ago
  7. 2b8277b Rename BL33_BASE option to PRELOADED_BL33_BASE by Antonio Nino Diaz · 8 years ago
  8. e4fa370 Remove BL32_BASE when building without SPD for FVP by Antonio Nino Diaz · 8 years ago
  9. e649196 Merge pull request #578 from EvanLloyd/ejll/woa_make2 by danh-arm · 8 years ago
  10. 004c9a5 Make:Allow for extension in tool names. by Evan Lloyd · 9 years ago
  11. f4ba5ca Make:Use "simply expanded" make variables. by Evan Lloyd · 9 years ago
  12. a71d259 Make:Use environment variables for OS detection. by Evan Lloyd · 9 years ago
  13. 26c6cb4 Make:Make shell commands more portable by Evan Lloyd · 9 years ago
  14. f269714 Make:Remove calls to shell from makefiles. by Evan Lloyd · 9 years ago
  15. 346f1f9 Remove xlat_helpers.c by Antonio Nino Diaz · 8 years ago
  16. faf144f Merge pull request #561 from antonio-nino-diaz-arm/an/bootwrapper by danh-arm · 8 years ago
  17. faf573a Enable preloaded BL33 alternative boot flow by Antonio Nino Diaz · 8 years ago
  18. 95036fc Compile stdlib C files individually by Antonio Nino Diaz · 8 years ago
  19. d481759 Disable non-temporal hint on Cortex-A53/57 by Sandrine Bailleux · 8 years ago
  20. 8e04dec Apply TBBR naming convention to the fip_create options by Juan Castillo · 8 years ago
  21. 5554dc9 Merge pull request #475 from danh-arm/dh/v1.2-final by danh-arm · 9 years ago
  22. 30734ec Increment Makefile version to 1.2 by Dan Handley · 9 years ago
  23. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  24. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  25. c69ef8c Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 9 years ago
  26. 7ac4b11 De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 9 years ago
  27. d1a9343 FWU: Add support for `fwu_fip` target by Yatharth Kochar · 9 years ago
  28. b1c2fe0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  29. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  30. b21b02f Introduce COLD_BOOT_SINGLE_CPU build option by Sandrine Bailleux · 9 years ago
  31. 03897bb CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 9 years ago
  32. b7e97c4 Introduce SPIN_ON_BL1_EXIT build flag by Sandrine Bailleux · 9 years ago
  33. 18a6204 Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 9 years ago
  34. 7916cca Merge pull request #430 from jcastillo-arm/jc/tf-issues/333 by Achin Gupta · 9 years ago
  35. 671b8db Fix build error when `BL32` is not defined by Juan Castillo · 9 years ago
  36. 23828aa Merge pull request #427 from jcastillo-arm/jc/tf-issues/294 by Achin Gupta · 9 years ago
  37. d4f7925 Add -mstrict-align to the gcc options by Juan Castillo · 9 years ago
  38. 1bdde17 Re-introduce evaluation of ENABLE_PLAT_COMPAT build flag by Achin Gupta · 9 years ago
  39. 396644b Make: fix dependency files generation by Juan Castillo · 9 years ago
  40. a3487d1 Rework Makefile by Juan Castillo · 9 years ago
  41. 70716d6 PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  42. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  43. 49473e4 PSCI: Implement platform compatibility layer by Soby Mathew · 9 years ago
  44. 85dbf5a PSCI: Add framework to handle composite power states by Soby Mathew · 9 years ago
  45. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  46. f9f39c3 TBB: add ECDSA support to the certificate generation tool by Juan Castillo · 9 years ago
  47. 72fe347 TBB: add build option to save private keys by Juan Castillo · 9 years ago
  48. 9ccbc03 Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1 by danh-arm · 9 years ago
  49. 449dbd5 Introduce PROGRAMMABLE_RESET_ADDRESS build option by Sandrine Bailleux · 9 years ago
  50. eeeced5 Driver for 16550 UART interface by Varun Wadekar · 9 years ago
  51. 81be100 Allow deeper platform port directory structure by Dan Handley · 9 years ago
  52. f87ab39 Remove the ARCH build configuration from the Makefile by Sandrine Bailleux · 9 years ago
  53. e3dee95 Bug Fix: Fix checkpatch rule in Makefile by Sandrine Bailleux · 9 years ago
  54. 356d59d Merge pull request #269 from vikramkanigiri/vk/common-cci by danh-arm · 9 years ago
  55. 1aa439f Merge pull request #267 from sandrine-bailleux/sb/doc-fixes by danh-arm · 9 years ago
  56. c77c0cd Merge pull request #264 from jcastillo-arm/jc/tbb_fip_dep by danh-arm · 9 years ago
  57. 40d468c Common driver for ARM Cache Coherent Interconnects by Vikram Kanigiri · 10 years ago
  58. 749e079 checkpatch: ignore GIT_COMMIT_ID by Juan Castillo · 9 years ago
  59. cf8afbd Update help message printed by the Makefile by Sandrine Bailleux · 9 years ago
  60. a00cbfd TBB: fix build target 'all' dependency on certificates by Juan Castillo · 9 years ago
  61. 33fbb97 Ignore C library files when checking coding style by Sandrine Bailleux · 9 years ago
  62. e357a9e Documentation for version 1.1 by Achin Gupta · 9 years ago
  63. 13f6a93 TBB: add authentication module interface by Juan Castillo · 9 years ago
  64. 9c25a40 TBB: add PolarSSL based authentication module by Juan Castillo · 9 years ago
  65. 5e29c75 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · 9 years ago
  66. 379954c TBB: add support to include certificates in a FIP image by Juan Castillo · 10 years ago
  67. 11abdcd TBB: add tool to generate certificates by Juan Castillo · 10 years ago
  68. 09a16c0 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 9 years ago
  69. e33ee5f FVP: Allow BL3-2 to sit in the secure region of DRAM by Juan Castillo · 10 years ago
  70. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  71. 860cc3b Specify FIP filename at build time by Juan Castillo · 10 years ago
  72. 152c17f Fix problem of dependencies on the fiptool makefile target by Sandrine Bailleux · 10 years ago
  73. 937488b Optimize Cortex-A57 cluster power down sequence on Juno by Soby Mathew · 10 years ago
  74. dbee7fc Add support for specifying pre-built BL binaries in Makefile by Soby Mathew · 10 years ago
  75. 98b6b5d Documentation for version 1.0 by Dan Handley · 10 years ago
  76. 802f865 Add support for selected Cortex-A57 errata workarounds by Soby Mathew · 10 years ago
  77. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  78. 4fd2f5c Clarify platform porting interface to TSP by Dan Handley · 10 years ago
  79. 7b83c44 Move IO storage source to drivers directory by Dan Handley · 10 years ago
  80. 0d84657 Merge pull request #183 from danh-arm/dh/print_output2 by danh-arm · 10 years ago
  81. cba2c50 Add concept of console output log levels by Dan Handley · 10 years ago
  82. beb83d6 Add compilation macro for each BL stage by Soby Mathew · 10 years ago
  83. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  84. 041f62a Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  85. 04be3a5 Add support for printing version at runtime by Juan Castillo · 10 years ago
  86. 1175cc5 Merge pull request #168 from sandrine-bailleux/sb/set-default-gic-arch by Dan Handley · 10 years ago
  87. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  88. 5fe57c1 Define ARM_GIC_ARCH default value for all platforms by Sandrine Bailleux · 10 years ago
  89. 47a6483 Merge pull request #162 from jcastillo-arm/jc/tf-issues/194 by danh-arm · 10 years ago
  90. f841ef0 Add support for BL3-0 image by Sandrine Bailleux · 10 years ago
  91. 258e94f Allow FP register context to be optional at build time by Juan Castillo · 10 years ago
  92. 3c74a44 Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · 10 years ago
  93. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  94. 47e74a8 Compile with '-Wmissing-include-dirs' flag by Sandrine Bailleux · 10 years ago
  95. 3f78dc3 Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  96. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  97. 9637745 Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  98. b058556 Merge pull request #78 from jeenuv:tf-issues-148 by Andrew Thoelke · 10 years ago
  99. d1b6015 Add build configuration for timer save/restore by Jeenu Viswambharan · 10 years ago
  100. 19a0ace Reorganize build options by Jeenu Viswambharan · 10 years ago