1. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  2. 4e97e54 Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 9 years ago
  3. 725b133 Add macro to calculate number of elements in an array by Vikram Kanigiri · 9 years ago
  4. a64a854 Fix violations to the coding style by Sandrine Bailleux · 9 years ago
  5. eb23f98 Merge pull request #259 from soby-mathew/sm/plat_max_afflvl by danh-arm · 9 years ago
  6. 2b7de2b Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 9 years ago
  7. 13ee968 Minimize MAX_MMAP_REGIONS for each BL stage by Soby Mathew · 9 years ago
  8. 9246ab8 TBB: authenticate BL3-x images and certificates by Juan Castillo · 9 years ago
  9. 0d3cdbe FVP: initialize IO framework in bl2_early_platform_setup() by Juan Castillo · 9 years ago
  10. d227d8b TBB: authenticate BL2 image and certificate by Juan Castillo · 9 years ago
  11. 9c25a40 TBB: add PolarSSL based authentication module by Juan Castillo · 9 years ago
  12. 5e29c75 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · 9 years ago
  13. 11abdcd TBB: add tool to generate certificates by Juan Castillo · 10 years ago
  14. 09a16c0 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 9 years ago
  15. e33ee5f FVP: Allow BL3-2 to sit in the secure region of DRAM by Juan Castillo · 10 years ago
  16. 74e52a7 Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 10 years ago
  17. ffb4ab1 Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops by Soby Mathew · 10 years ago
  18. 2ae2043 Remove coherent memory from the BL memory maps by Soby Mathew · 9 years ago
  19. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  20. f3e0218 FVP: map non-secure DRAM1 in the MMU by Juan Castillo · 10 years ago
  21. 23ff1c6 Remove IRQ_SEC_SGI_8 constant by Sandrine Bailleux · 10 years ago
  22. 3901165 Merge pull request #220 from soby-mathew/sm/reassign_crash_console by danh-arm · 10 years ago
  23. 64a76ed Use the BL3-1 runtime console as the crash console. by Soby Mathew · 10 years ago
  24. 42a617d FVP: keep shared data in Trusted SRAM by Juan Castillo · 10 years ago
  25. 00389ed Merge pull request #214 from soby-mathew/sm/bl_specific_mmap by achingupta · 10 years ago
  26. b08bc04 Create BL stage specific translation tables by Soby Mathew · 10 years ago
  27. 383c477 Remove BSS section access by 'plat_print_gic' during crash reporting by Soby Mathew · 10 years ago
  28. 046cd3f Miscellaneous documentation fixes by Sandrine Bailleux · 10 years ago
  29. f797cea Rationalize UART usage among different BL stages by Soby Mathew · 10 years ago
  30. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  31. c704cbc Introduce framework for CPU specific operations by Soby Mathew · 10 years ago
  32. 1218f11 Rework use of labels in assembly macros. by Soby Mathew · 10 years ago
  33. 8587639 fvp: Rework when platform actions are performed by Achin Gupta · 10 years ago
  34. 4dc4a47 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  35. 4fd2f5c Clarify platform porting interface to TSP by Dan Handley · 10 years ago
  36. 53c843a Simplify interface to TZC-400 driver by Dan Handley · 10 years ago
  37. 7b83c44 Move IO storage source to drivers directory by Dan Handley · 10 years ago
  38. 3aa9216 Remove redundant io_init() function by Dan Handley · 10 years ago
  39. be234f9 Remove platform dependency in CCI-400 driver by Dan Handley · 10 years ago
  40. 71ac11f Merge pull request #184 from jcastillo-arm/jc/tf-issues/100 by danh-arm · 10 years ago
  41. 48e84b3 FVP: make usage of Trusted DRAM optional at build time by Juan Castillo · 10 years ago
  42. 0d84657 Merge pull request #183 from danh-arm/dh/print_output2 by danh-arm · 10 years ago
  43. 91b624e Rationalize console log output by Dan Handley · 10 years ago
  44. 0c70c57 FVP: apply new naming conventions to memory regions by Juan Castillo · 10 years ago
  45. 0b6c706 Reduce the runtime stack size in BL stages. by Soby Mathew · 10 years ago
  46. 534ae7f Merge pull request #179 from jcastillo-arm/jc/tf-issues/219 by danh-arm · 10 years ago
  47. 9d70f0f Rework the TSPD setup code by Vikram Kanigiri · 10 years ago
  48. b3dbeb0 Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 10 years ago
  49. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  50. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  51. 289162c Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · 10 years ago
  52. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  53. 0da9593 Add CPUECTLR_EL1 and Snoop Control register to crash reporting by Soby Mathew · 10 years ago
  54. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  55. 066f713 Introduce crash console APIs for crash reporting by Soby Mathew · 10 years ago
  56. 69817f7 Parametrize baudrate and UART clock during console_init() by Soby Mathew · 10 years ago
  57. c389d77 Introduce asm console functions in TF by Soby Mathew · 10 years ago
  58. 9c60d80 Remove the concept of coherent stacks by Achin Gupta · 10 years ago
  59. b4fd939 Merge pull request #167 from jcastillo-arm/jc/tf-issues/217 by Dan Handley · 10 years ago
  60. e998254 Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  61. 5fe57c1 Define ARM_GIC_ARCH default value for all platforms by Sandrine Bailleux · 10 years ago
  62. 9a5b56e FVP: Ensure system reset wake-up results in cold boot by Juan Castillo · 10 years ago
  63. 3c449d7 Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2 by danh-arm · 10 years ago
  64. e2e0c65 fvp: Reuse BL1 and BL2 memory through image overlaying by Sandrine Bailleux · 10 years ago
  65. e8e04ec Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109 by danh-arm · 10 years ago
  66. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  67. 1c54d97 Refactor fvp_config into common platform header by Dan Handley · 10 years ago
  68. e3060e2 fvp: Properly detect the location of BL1 R/W data by Sandrine Bailleux · 10 years ago
  69. 467d057 Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  70. f268c72 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · 10 years ago
  71. 960347d Support later revisions of the Foundation FVP by Andrew Thoelke · 10 years ago
  72. 22129f5 Merge pull request #154 from athoelke/at/inline-mmio by Andrew Thoelke · 10 years ago
  73. 3c74a44 Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · 10 years ago
  74. 043f846 Merge pull request #150 from sandrine-bailleux/sb/fix-plat-print-gic-regs by danh-arm · 10 years ago
  75. 42970b0 Merge pull request #147 from athoelke/at/remove-bakery-mpidr by danh-arm · 10 years ago
  76. af9dd82 Inline the mmio accessor functions by Andrew Thoelke · 10 years ago
  77. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  78. cf79bf5 Simplify entry point information generation code on FVP by Vikram Kanigiri · 10 years ago
  79. 21aa520 fvp: Fix register name in 'plat_print_gic_regs' macro by Sandrine Bailleux · 10 years ago
  80. 958cc02 Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · 10 years ago
  81. fb06094 Merge pull request #145 from athoelke/at/psci-memory-optimization-v2 by danh-arm · 10 years ago
  82. 56f4470 Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 10 years ago
  83. f1c7cd7 Merge pull request #143 from athoelke/at/remove-nsram by danh-arm · 10 years ago
  84. 30b04fc Remove NSRAM from FVP memory map by Andrew Thoelke · 10 years ago
  85. 900def0 Merge pull request #135 from soby-mathew/sm/remove-reinit-of-timers by danh-arm · 10 years ago
  86. bb12891 Remove re-initialisation of system timers after warm boot for FVP by Soby Mathew · 10 years ago
  87. 0572273 Merge pull request #134 from jcastillo-arm/jc/tf-issues/179 by danh-arm · 10 years ago
  88. d73898a Set correct value for SYS_ID_REV_SHIFT in FVP by Juan Castillo · 10 years ago
  89. ddb312d Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2 by danh-arm · 10 years ago
  90. fdad706 Merge pull request #125 from sandrine-bailleux/sb/remove-bl2_el_change_mem_ptr by achingupta · 10 years ago
  91. 3f78dc3 Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  92. 1c3e228 fvp: Remove unused 'bl2_el_change_mem_ptr' variable by Sandrine Bailleux · 10 years ago
  93. 1359236 Enable mapping higher physical address by Lin Ma · 10 years ago
  94. a55566d Allow platform parameter X1 to be passed to BL3-1 by Andrew Thoelke · 10 years ago
  95. 701fea7 Further renames of platform porting functions by Dan Handley · 10 years ago
  96. b226a4d Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  97. ea45157 Rename FVP specific files and functions by Dan Handley · 10 years ago
  98. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  99. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  100. 60b13e3 Remove unused data declarations by Dan Handley · 10 years ago