1. 9d70f0f Rework the TSPD setup code by Vikram Kanigiri · 10 years ago
  2. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  3. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  4. 3299181 Merge pull request #170 from achingupta/ag/tf-issues#226 by danh-arm · 10 years ago
  5. 289162c Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · 10 years ago
  6. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  7. 0da9593 Add CPUECTLR_EL1 and Snoop Control register to crash reporting by Soby Mathew · 10 years ago
  8. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  9. 041f62a Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  10. 066f713 Introduce crash console APIs for crash reporting by Soby Mathew · 10 years ago
  11. 69817f7 Parametrize baudrate and UART clock during console_init() by Soby Mathew · 10 years ago
  12. c389d77 Introduce asm console functions in TF by Soby Mathew · 10 years ago
  13. 9f09835 Simplify management of SCTLR_EL3 and SCTLR_EL1 by Achin Gupta · 10 years ago
  14. 9c60d80 Remove the concept of coherent stacks by Achin Gupta · 10 years ago
  15. 225002d Merge pull request #176 from danh-arm/jc/tf-issues/203-v3 by danh-arm · 10 years ago
  16. 04be3a5 Add support for printing version at runtime by Juan Castillo · 10 years ago
  17. b4fd939 Merge pull request #167 from jcastillo-arm/jc/tf-issues/217 by Dan Handley · 10 years ago
  18. 1175cc5 Merge pull request #168 from sandrine-bailleux/sb/set-default-gic-arch by Dan Handley · 10 years ago
  19. 036f6d2 Merge pull request #174 from soby-mathew:sm/lean_printf_v2 by Dan Handley · 10 years ago
  20. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  21. e1aa516 Remove coherent stack usage from the warm boot path by Achin Gupta · 10 years ago
  22. e998254 Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  23. f4a9709 Remove coherent stack usage from the cold boot path by Achin Gupta · 10 years ago
  24. 5fe57c1 Define ARM_GIC_ARCH default value for all platforms by Sandrine Bailleux · 10 years ago
  25. 9a5b56e FVP: Ensure system reset wake-up results in cold boot by Juan Castillo · 10 years ago
  26. 47a6483 Merge pull request #162 from jcastillo-arm/jc/tf-issues/194 by danh-arm · 10 years ago
  27. cfa5e84 Merge pull request #164 from sandrine-bailleux/sb/bl30-support-v2 by danh-arm · 10 years ago
  28. 3c449d7 Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2 by danh-arm · 10 years ago
  29. f52d25a Update the documentation about the memory layout on FVP by Sandrine Bailleux · 10 years ago
  30. f841ef0 Add support for BL3-0 image by Sandrine Bailleux · 10 years ago
  31. e2e0c65 fvp: Reuse BL1 and BL2 memory through image overlaying by Sandrine Bailleux · 10 years ago
  32. e8e04ec Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109 by danh-arm · 10 years ago
  33. 49db8c2 Merge pull request #146 from danh-arm/dh/refactor-fvp-gic by danh-arm · 10 years ago
  34. e868705 Merge pull request #161 from danh-arm/lm/calc-tcr-bits by danh-arm · 10 years ago
  35. 258e94f Allow FP register context to be optional at build time by Juan Castillo · 10 years ago
  36. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  37. 1c54d97 Refactor fvp_config into common platform header by Dan Handley · 10 years ago
  38. 741a382 Calculate TCR bits based on VA and PA by Lin Ma · 10 years ago
  39. e3060e2 fvp: Properly detect the location of BL1 R/W data by Sandrine Bailleux · 10 years ago
  40. 467d057 Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  41. f268c72 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · 10 years ago
  42. 206d8af Merge pull request #155 from athoelke/at/support-foundation-v2.1 by Andrew Thoelke · 10 years ago
  43. 960347d Support later revisions of the Foundation FVP by Andrew Thoelke · 10 years ago
  44. 22129f5 Merge pull request #154 from athoelke/at/inline-mmio by Andrew Thoelke · 10 years ago
  45. 8749532 Merge pull request #153 from athoelke/at/remove-psci-mpidr by Andrew Thoelke · 10 years ago
  46. 2bc0785 Remove current CPU mpidr from PSCI common code by Andrew Thoelke · 10 years ago
  47. 3c74a44 Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · 10 years ago
  48. 043f846 Merge pull request #150 from sandrine-bailleux/sb/fix-plat-print-gic-regs by danh-arm · 10 years ago
  49. 94ac0d8 Merge pull request #149 from sandrine-bailleux/sb/warn-missing-include-dirs by danh-arm · 10 years ago
  50. 42970b0 Merge pull request #147 from athoelke/at/remove-bakery-mpidr by danh-arm · 10 years ago
  51. af9dd82 Inline the mmio accessor functions by Andrew Thoelke · 10 years ago
  52. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  53. cf79bf5 Simplify entry point information generation code on FVP by Vikram Kanigiri · 10 years ago
  54. 21aa520 fvp: Fix register name in 'plat_print_gic_regs' macro by Sandrine Bailleux · 10 years ago
  55. 958cc02 Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · 10 years ago
  56. fb06094 Merge pull request #145 from athoelke/at/psci-memory-optimization-v2 by danh-arm · 10 years ago
  57. dc589aa Merge pull request #144 from athoelke/at/init-context-v2 by danh-arm · 10 years ago
  58. 56f4470 Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 10 years ago
  59. e9a0d11 Eliminate psci_suspend_context array by Andrew Thoelke · 10 years ago
  60. 4e12607 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 10 years ago
  61. f1c7cd7 Merge pull request #143 from athoelke/at/remove-nsram by danh-arm · 10 years ago
  62. 4af473c Merge pull request #140 from athoelke/at/psci_smc_handler by danh-arm · 10 years ago
  63. 47e74a8 Compile with '-Wmissing-include-dirs' flag by Sandrine Bailleux · 10 years ago
  64. 40110f7 Merge pull request #138 from athoelke/at/cpu-context by danh-arm · 10 years ago
  65. 37db22d Merge pull request #137 from athoelke/at/no-early-exceptions by danh-arm · 10 years ago
  66. fb3fd02 Merge pull request #136 from athoelke/at/cpu-data by danh-arm · 10 years ago
  67. 10ee89f Merge pull request #142 from athoelke/at/fix-console_putc by danh-arm · 10 years ago
  68. 30b04fc Remove NSRAM from FVP memory map by Andrew Thoelke · 10 years ago
  69. 560a3e5 Remove broken assertion in console_putc() by Andrew Thoelke · 10 years ago
  70. 900def0 Merge pull request #135 from soby-mathew/sm/remove-reinit-of-timers by danh-arm · 10 years ago
  71. bb12891 Remove re-initialisation of system timers after warm boot for FVP by Soby Mathew · 10 years ago
  72. 0572273 Merge pull request #134 from jcastillo-arm/jc/tf-issues/179 by danh-arm · 10 years ago
  73. 4d2d553 Remove early_exceptions from BL3-1 by Andrew Thoelke · 10 years ago
  74. c02dbd6 Move CPU context pointers into cpu_data by Andrew Thoelke · 10 years ago
  75. 8c28fe0 Per-cpu data cache restructuring by Andrew Thoelke · 10 years ago
  76. d73898a Set correct value for SYS_ID_REV_SHIFT in FVP by Juan Castillo · 10 years ago
  77. e385767 Merge pull request #133 from athoelke/at/crash-reporting-opt by danh-arm · 10 years ago
  78. d25686a Merge pull request #131 from athoelke/at/cm_get_context by danh-arm · 10 years ago
  79. ddb312d Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2 by danh-arm · 10 years ago
  80. 14f6fa0 Merge pull request #128 from sandrine-bailleux/sb/make-load_image-ep-optional by danh-arm · 10 years ago
  81. 978079b Merge pull request #127 from sandrine-bailleux/sb/fix-pl011-fifo-polling by achingupta · 10 years ago
  82. 992d045 Merge pull request #126 from sandrine-bailleux/sb/include-missing-hfile by achingupta · 10 years ago
  83. fdad706 Merge pull request #125 from sandrine-bailleux/sb/remove-bl2_el_change_mem_ptr by achingupta · 10 years ago
  84. 385f4d4 Make the BL3-1 crash reporting optional by Andrew Thoelke · 10 years ago
  85. a2f6553 Provide cm_get/set_context() for current CPU by Andrew Thoelke · 10 years ago
  86. 3785c3e Merge Pull Request #120 (patch 1) from 'linmaonly:lin_patch2' by Andrew Thoelke · 10 years ago
  87. 89a3c84 PSCI SMC handler improvements by Andrew Thoelke · 10 years ago
  88. 3f78dc3 Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  89. 1c3e228 fvp: Remove unused 'bl2_el_change_mem_ptr' variable by Sandrine Bailleux · 10 years ago
  90. 3ab33f3 Make the entry point argument optional in load_image() by Sandrine Bailleux · 10 years ago
  91. efbd3b2 PL011: Fix a bug in the UART FIFO polling by Sandrine Bailleux · 10 years ago
  92. af1ef2b Include 'platform_def.h' header file in 'crash_reporting.S' by Sandrine Bailleux · 10 years ago
  93. 001f3cf Merge pull request #122 from 'danh-arm:dh/v0.4-docs' by Dan Handley · 10 years ago
  94. dbdb7ff Merge pull request #124 from 'danh-arm:sm/imf-documentation' by Dan Handley · 10 years ago
  95. b04412c Document design of the Interrupt Mangement Framework by Achin Gupta · 10 years ago
  96. 8dc1219 Merge pull request #119 from 'soby-mathew:sm/doc_crash_reporting' by Dan Handley · 10 years ago
  97. 593dea0 Merge pull request #117 from 'danh-arm:dh/v0.4-user-guide' by Dan Handley · 10 years ago
  98. c677812 Merge pull request #121 'vikramkanigiri:vk/doc_for_133' by Dan Handley · 10 years ago
  99. c45bf7a Documentation for BL3-1 hardening and reset vector by Vikram Kanigiri · 10 years ago
  100. ff1c415 Trusted Firmware v0.4 release documentation by Dan Handley · 10 years ago