1. 04e3a7f BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  2. 055af4b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 7 years ago
  3. 8336f68 Fix PSCI STAT time stamp collection by Soby Mathew · 7 years ago
  4. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  5. 6250507 GIC: Add API to set priority mask by Jeenu Viswambharan · 7 years ago
  6. eb1c12c GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 7 years ago
  7. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  8. ab14e9b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 7 years ago
  9. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  10. 447b89d GIC: Add API to set interrupt priority by Jeenu Viswambharan · 7 years ago
  11. 0fcdfff GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 7 years ago
  12. 24e7029 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 7 years ago
  13. 522a465 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 7 years ago
  14. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  15. aaf15f5 Implement log framework by Soby Mathew · 7 years ago
  16. 953c495 FVP: Fix AArch32 stack functions to be ABI-compliant by Jeenu Viswambharan · 7 years ago
  17. 52323b0 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 7 years ago
  18. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  19. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  20. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  21. d3ec543 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 7 years ago
  22. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  23. f270d6b Merge pull request #861 from soby-mathew/sm/aarch32_fixes by davidcunado-arm · 7 years ago
  24. 4ef91f1 Simplify translation tables headers dependencies by Antonio Nino Diaz · 7 years ago
  25. 50d768d AArch32: Enable override of plat_set_my_stack/plat_get_my_stack by Soby Mathew · 7 years ago
  26. 66abfbe PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  27. 3d1b8a6 tbbr: Simplify conditional by dp-arm · 7 years ago
  28. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  29. b3e8580 tbbr: Fix updating of Non-Trusted NV counter by dp-arm · 8 years ago
  30. d0f5f9c AArch32: Miscellaneous fixes in the AArch32 code by Yatharth Kochar · 8 years ago
  31. 4c165ca Fix comment of plat_reset_handler stub by Masahiro Yamada · 8 years ago
  32. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  33. 5de9f49 Merge pull request #687 from sandrine-bailleux-arm/sb/panic-handler by danh-arm · 8 years ago
  34. 628198b Add WFI in platform's unexpected error handlers by Sandrine Bailleux · 8 years ago
  35. 0d268dc AArch32: Add essential ARM platform and FVP support by Soby Mathew · 8 years ago
  36. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  37. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  38. bfdbecf Derive stack alignment from CACHE_WRITEBACK_GRANULE by Soby Mathew · 8 years ago
  39. 391a76e Add 32 bit version of plat_get_syscnt_freq by Antonio Nino Diaz · 8 years ago
  40. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  41. 89f8f33 FWU: Pass client cookie to FWU_SMC_UPDATE_DONE by Dan Handley · 9 years ago
  42. 6e8f0b1 Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 9 years ago
  43. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  44. a65be2f Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  45. 1ff495b Ensure BL31 does not print to boot console by default by Soby Mathew · 9 years ago
  46. 12012dd Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 9 years ago
  47. 87322b3 Pass the entry point info to bl1_plat_prepare_exit() by Sandrine Bailleux · 9 years ago
  48. 26ae583 Add optional platform error handler API by Juan Castillo · 9 years ago
  49. d1413b2 Add optional bl1_plat_prepare_exit() API by Juan Castillo · 9 years ago
  50. 70716d6 PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  51. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  52. 49473e4 PSCI: Implement platform compatibility layer by Soby Mathew · 9 years ago
  53. 85dbf5a PSCI: Add framework to handle composite power states by Soby Mathew · 9 years ago
  54. b0082d2 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 9 years ago
  55. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  56. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  57. f1785fd Add platform API for reset handling by Soby Mathew · 10 years ago
  58. b3dbeb0 Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 10 years ago
  59. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  60. 066f713 Introduce crash console APIs for crash reporting by Soby Mathew · 10 years ago
  61. 9c60d80 Remove the concept of coherent stacks by Achin Gupta · 10 years ago
  62. e998254 Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  63. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  64. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  65. b226a4d Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  66. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  67. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  68. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  69. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  70. ca823d2 Increase coherent stack sizes by Achin Gupta · 10 years ago
  71. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 10 years ago
  72. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  73. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 11 years ago
  74. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  75. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago