1. acde8b0 Rationalize reset handling code by Sandrine Bailleux · 9 years ago
  2. 81899f1 Remove FIRST_RESET_HANDLER_CALL build option by Sandrine Bailleux · 9 years ago
  3. da797f6 Always enable CCI coherency in BL3-1 by Sandrine Bailleux · 9 years ago
  4. a4bf875 Merge pull request #303 from danh-arm/dh/fix-fvp-setup-topology by danh-arm · 9 years ago
  5. fd3f415 Fix return type of FVP plat_arm_topology_setup by Dan Handley · 9 years ago
  6. 0574d8b Merge pull request #301 from soby-mathew/sm/cpu_on_pend_state_fix by achingupta · 9 years ago
  7. 22fa7e4 PSCI: Set ON_PENDING state early during CPU_ON by Soby Mathew · 9 years ago
  8. dccb932 Merge pull request #297 from sandrine-bailleux/sb/move-up-deps by danh-arm · 9 years ago
  9. 0d4ad72 Merge pull request #296 from danh-arm/sb/scpi-min-changes by danh-arm · 9 years ago
  10. 5f6c4fc Merge pull request #295 from danh-arm/dh/plat-port-reorg by danh-arm · 9 years ago
  11. 3414f54 FVP: update device tree idle state entries by Juan Castillo · 9 years ago
  12. 2a4f038 Move up dependency versions in user guide by Sandrine Bailleux · 9 years ago
  13. 7da652d Detect SCP version incompatibility by Sandrine Bailleux · 9 years ago
  14. 04b66d8 Move to the new ARM SCP Messaging Interfaces by Sandrine Bailleux · 9 years ago
  15. 107f313 Doc updates following platform port reorganization by Dan Handley · 9 years ago
  16. 8e930fe Move Juno port to plat/arm/board/juno by Dan Handley · 9 years ago
  17. 7bef800 Migrate Juno port to use common code by Dan Handley · 9 years ago
  18. d617f66 Move FVP port to plat/arm/board/fvp by Dan Handley · 9 years ago
  19. 2b6b574 Migrate FVP port to use common code by Dan Handley · 9 years ago
  20. 9df4804 Add common ARM and CSS platform code by Dan Handley · 9 years ago
  21. f05c1b5 Add linker symbol declarations to bl_common.h by Dan Handley · 9 years ago
  22. 81be100 Allow deeper platform port directory structure by Dan Handley · 9 years ago
  23. c863fa4 Separate out common console functionality by Dan Handley · 9 years ago
  24. ea59668 Add header guards to asm macro files by Dan Handley · 9 years ago
  25. 0cdebbd Remove use of PLATFORM_CACHE_LINE_SIZE by Dan Handley · 9 years ago
  26. eb839ce Fix type mismatches in verbose logging by Dan Handley · 9 years ago
  27. 7607676 Add TZC function to configure region 0 by Dan Handley · 9 years ago
  28. 152fbfe Merge pull request #290 from soby-mathew/sm/AEM_crash_report_fix by danh-arm · 9 years ago
  29. ec1453a Merge pull request #289 from danh-arm/vw/tlkd-args-via-cpu-regs-v4 by danh-arm · 9 years ago
  30. ab538de Merge pull request #288 from danh-arm/sb/remove-arch-makefile by danh-arm · 9 years ago
  31. 999d6c1 Merge pull request #287 from danh-arm/sb/bl2-loading-errors by danh-arm · 9 years ago
  32. e364a8a Fix recursive crash prints on FVP AEM model by Soby Mathew · 9 years ago
  33. ebfeae9 Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7) by Varun Wadekar · 9 years ago
  34. f87ab39 Remove the ARCH build configuration from the Makefile by Sandrine Bailleux · 9 years ago
  35. aada44c Panic if platform specific BL3-0 handling fails by Sandrine Bailleux · 9 years ago
  36. 26edb8a Merge pull request #284 from kpet/kp/tf-issues-295 by danh-arm · 9 years ago
  37. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  38. 05cbb00 Merge pull request #277 from soby-mathew/sm/coh_lock_opt by danh-arm · 9 years ago
  39. 7114003 Merge pull request #279 from sandrine-bailleux/sb/fix-checkpatch by danh-arm · 9 years ago
  40. 2eb68ca Merge pull request #280 from vwadekar/tlkd-fixed-v3 by danh-arm · 9 years ago
  41. ae5478d TLK-D documentation and add NVIDIA to the Acknowledgements file by Varun Wadekar · 9 years ago
  42. b539b6c Open/Close TA sessions, send commands/events to TAs by Varun Wadekar · 9 years ago
  43. 968c029 Preempt/Resume standard function ID calls by Varun Wadekar · 9 years ago
  44. 97625e3 Translate secure/non-secure virtual addresses by Varun Wadekar · 9 years ago
  45. a97535f Register NS shared memory for SP's activity logs and TA sessions by Varun Wadekar · 9 years ago
  46. 3d4e6a5 Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd) by Varun Wadekar · 9 years ago
  47. 156280c Remove the `owner` field in bakery_lock_t data structure by Soby Mathew · 9 years ago
  48. a0a897d Optimize the bakery lock structure for coherent memory by Soby Mathew · 9 years ago
  49. e3dee95 Bug Fix: Fix checkpatch rule in Makefile by Sandrine Bailleux · 9 years ago
  50. c9542a9 Merge pull request #274 from sandrine-bailleux/sb/juno-r1 by achingupta · 9 years ago
  51. 7323db5 Merge pull request #273 from achingupta/ag/genfw-389 by achingupta · 9 years ago
  52. fd8f898 Add support for Juno r1 in the platform reset handler by Sandrine Bailleux · 9 years ago
  53. 897333d Set group status of PPIs and SGIs correctly on GICv3 systems by Achin Gupta · 9 years ago
  54. 632432b Merge pull request #270 from vikramkanigiri/vk/a72_cpu_support by danh-arm · 9 years ago
  55. c47e011 Add support for ARM Cortex-A72 processor by Vikram Kanigiri · 9 years ago
  56. 64842cc Merge pull request #263 from jcastillo-arm/jc/tbb_sha256_int by danh-arm · 9 years ago
  57. 356d59d Merge pull request #269 from vikramkanigiri/vk/common-cci by danh-arm · 9 years ago
  58. 00f58f0 Merge pull request #268 from vikramkanigiri/vk/move_init_cpu_ops by danh-arm · 9 years ago
  59. 1aa439f Merge pull request #267 from sandrine-bailleux/sb/doc-fixes by danh-arm · 9 years ago
  60. 8bdd5b4 Merge pull request #266 from sandrine-bailleux/sb/juno-disable-errata-806969 by danh-arm · 9 years ago
  61. c77c0cd Merge pull request #264 from jcastillo-arm/jc/tbb_fip_dep by danh-arm · 9 years ago
  62. 6b7e183 Merge pull request #262 from sandrine-bailleux/sb/check-format-printf by danh-arm · 9 years ago
  63. ba3ed66 Merge pull request #265 from jcastillo-arm/jc/git_commit_id by danh-arm · 9 years ago
  64. 4e97e54 Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 9 years ago
  65. 40d468c Common driver for ARM Cache Coherent Interconnects by Vikram Kanigiri · 10 years ago
  66. 725b133 Add macro to calculate number of elements in an array by Vikram Kanigiri · 9 years ago
  67. 9b38fc8 Initialise cpu ops after enabling data cache by Vikram Kanigiri · 9 years ago
  68. 749e079 checkpatch: ignore GIT_COMMIT_ID by Juan Castillo · 9 years ago
  69. 4deea9a Juno: Disable workaround for Cortex-A57 erratum #806969 by Sandrine Bailleux · 9 years ago
  70. ddf751e TBB: remove PolarSSL SHA1 functions from the binary by Juan Castillo · 9 years ago
  71. 15899f4 User guide: Add dependency on libssl-dev for cert_create tool by Sandrine Bailleux · 9 years ago
  72. cf8afbd Update help message printed by the Makefile by Sandrine Bailleux · 9 years ago
  73. 8723adf Enable type-checking of arguments passed to printf() et al. by Sandrine Bailleux · 9 years ago
  74. a4ff934 Merge pull request #260 from jcastillo-arm/jc/tbb_sha256 by danh-arm · 9 years ago
  75. 271a5ac TBB: use SHA256 to generate the certificate signatures by Juan Castillo · 9 years ago
  76. a00cbfd TBB: fix build target 'all' dependency on certificates by Juan Castillo · 9 years ago
  77. bbe0ad4 Merge pull request #261 from sandrine-bailleux/sb/coding-style by danh-arm · 9 years ago
  78. a64a854 Fix violations to the coding style by Sandrine Bailleux · 9 years ago
  79. 33fbb97 Ignore C library files when checking coding style by Sandrine Bailleux · 9 years ago
  80. eb23f98 Merge pull request #259 from soby-mathew/sm/plat_max_afflvl by danh-arm · 9 years ago
  81. 30275dc Merge pull request #258 from rmurphy-arm/rm/dma-smmu by danh-arm · 9 years ago
  82. 6982cca Merge pull request #257 from soby-mathew/sm/opt_mmap_reg by danh-arm · 9 years ago
  83. 0f1d666 Juno: clear DMA-330 SMMU security state by Robin Murphy · 9 years ago
  84. 2b7de2b Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 9 years ago
  85. 13ee968 Minimize MAX_MMAP_REGIONS for each BL stage by Soby Mathew · 9 years ago
  86. 556049e Merge pull request #256 from achingupta/ag/v1.1-rc2-fix by achingupta · 9 years ago
  87. 3a97f66 Fix model command line for legacy VE memory map by Achin Gupta · 9 years ago
  88. 4511942 Merge pull request #254 from achingupta/ag/v1.1-doc-updates by danh-arm · 9 years ago
  89. a716e68 Merge pull request #255 from jcastillo-arm/jc/cert_create_gerrit by danh-arm · 9 years ago
  90. e619e14 TBB: Add documentation for Trusted Board Boot by Achin Gupta · 9 years ago
  91. e357a9e Documentation for version 1.1 by Achin Gupta · 9 years ago
  92. bb59885 Merge pull request #253 from danh-arm/dh/deps-for-v1.1 by danh-arm · 9 years ago
  93. 0139189 Move up dependency versions in user guide by Sandrine Bailleux · 9 years ago
  94. 689ef26 Merge pull request #252 from sandrine-bailleux/v1.1-misc-doc-fixes by danh-arm · 9 years ago
  95. 8cdd682 Miscellaneous doc fixes for v1.1 by Sandrine Bailleux · 9 years ago
  96. 3714795 Merge pull request #251 from soby-mathew/sm/reset_handler_fix_v2 by danh-arm · 9 years ago
  97. b5a6304 Fix the Cortex-A57 reset handler register usage by Soby Mathew · 9 years ago
  98. 07d857b Merge pull request #249 from danh-arm/jc/tbb_prototype by danh-arm · 9 years ago
  99. 9246ab8 TBB: authenticate BL3-x images and certificates by Juan Castillo · 9 years ago
  100. 0d3cdbe FVP: initialize IO framework in bl2_early_platform_setup() by Juan Castillo · 9 years ago