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