1. 4b1439c Define the Non-Secure timer frame ID for ARM platforms by Vikram Kanigiri · 9 years ago
  2. e86c1ff Re-factor definition of TZC-400 base address by Vikram Kanigiri · 9 years ago
  3. 02516ae Merge pull request #382 from vikramkanigiri/vk/tf-issues-312 by danh-arm · 9 years ago
  4. a7270d3 Configure all secure interrupts on ARM platforms by Vikram Kanigiri · 9 years ago
  5. d49b9c8 Tegra: fix logic to clear videomem regions by Varun Wadekar · 9 years ago
  6. b42192b Tegra210: wait for 512 timer ticks before retention entry by Varun Wadekar · 9 years ago
  7. b0b4855 Merge pull request #365 from mtk09422/plat_topology by danh-arm · 9 years ago
  8. c4a99e8 mt8173: Fix cluster 0 core count by Jimmy Huang · 9 years ago
  9. 64faa0e mt8173: update spm wake_src setting by kenny liang · 9 years ago
  10. 432b990 Merge pull request #361 from achingupta/for_sm/psci_proto_v5 by Achin Gupta · 9 years ago
  11. 58523c0 PSCI: Add documentation and fix plat_is_my_cpu_primary() by Soby Mathew · 9 years ago
  12. f9e858b PSCI: Validate non secure entrypoint on ARM platforms by Soby Mathew · 9 years ago
  13. a6bd5ff PSCI: Pool platform_mem_init() in common ARM platforms code by Sandrine Bailleux · 9 years ago
  14. 804040d PSCI: Use a single mailbox for warm reset for FVP and Juno by Sandrine Bailleux · 9 years ago
  15. 2204afd PSCI: Demonstrate support for composite power states by Soby Mathew · 9 years ago
  16. 38dce70 PSCI: Migrate ARM reference platforms to new platform API by Soby Mathew · 9 years ago
  17. 5c8babc PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  18. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  19. 32bc85f PSCI: Implement platform compatibility layer by Soby Mathew · 9 years ago
  20. 8ee2498 PSCI: Add framework to handle composite power states by Soby Mathew · 9 years ago
  21. 12d0d00 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 9 years ago
  22. 9caf7e3 Merge pull request #360 from vwadekar/tegra-platform-def-v2 by danh-arm · 9 years ago
  23. dcd9338 Merge pull request #357 from vwadekar/tegra-bl31-memmap-fix by danh-arm · 9 years ago
  24. 43ec35e Tegra: fix PLATFORM_{CORE_COUNT|NUM_AFFS} macros by Varun Wadekar · 9 years ago
  25. b25f580 Tegra: memmap the actual memory available for BL31 by Varun Wadekar · 9 years ago
  26. 7d116dc Initial platform port for MediaTek mt8173 by CC Ma · 9 years ago
  27. 2ee2c4f Tegra132: set TZDRAM_BASE to 0xF5C00000 by Varun Wadekar · 9 years ago
  28. 0bf1b02 Tegra: retrieve BL32's bootargs from bl32_ep_info by Varun Wadekar · 9 years ago
  29. 42ca2d8 Tegra210: enable WRAP to INCR burst type conversions by Varun Wadekar · 9 years ago
  30. 1f95e28 Tegra: modify 'BUILD_PLAT' to point to soc specific build dirs by Varun Wadekar · 9 years ago
  31. e7d4caa Tegra: Support for Tegra's T132 platforms by Varun Wadekar · 9 years ago
  32. 93eafbc Tegra: implement per-SoC validate_power_state() handler by Varun Wadekar · 9 years ago
  33. fb11a62 Tegra: T210: include CPU files from SoC's platform.mk by Varun Wadekar · 9 years ago
  34. 8061a97 Tegra: Introduce config for enabling NS access to L2/CPUECTRL regs by Varun Wadekar · 9 years ago
  35. e5b0664 Tegra210: lock PMC registers holding CPU vector addresses by Varun Wadekar · 9 years ago
  36. 764c57f Tegra: PMC: lock SCRATCH22 register by Varun Wadekar · 9 years ago
  37. 2e7aea3 Tegra: PMC: check if a CPU is already online by Varun Wadekar · 9 years ago
  38. 03cd23a Tegra210: deassert CPU reset signals during power on by Varun Wadekar · 9 years ago
  39. 6a367fd Tegra: Fix the delay loop used during SC7 exit by Varun Wadekar · 9 years ago
  40. c896132 Tegra: introduce delay timer support by Varun Wadekar · 9 years ago
  41. 68e2a64 Tegra: Exclude coherent memory region from memory map by Varun Wadekar · 9 years ago
  42. 94c672e Implement get_sys_suspend_power_state() handler for Tegra by Varun Wadekar · 9 years ago
  43. f04585f TBB: delete deprecated plat_match_rotpk() by Juan Castillo · 9 years ago
  44. 1779ba6 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  45. dff93c8 TBB: add TBBR Chain of Trust by Juan Castillo · 9 years ago
  46. 95cfd4a TBB: add platform API to read the ROTPK information by Juan Castillo · 9 years ago
  47. 16948ae Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  48. 5a6954f Merge pull request #321 from vwadekar/tegra-gic-implementation-v1 by danh-arm · 9 years ago
  49. e347e84 Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1 by danh-arm · 9 years ago
  50. e1e094c Add missing features to the Tegra GIC driver by Varun Wadekar · 9 years ago
  51. 649591b Merge pull request #320 from danh-arm/rh/timer-api-v10 by danh-arm · 9 years ago
  52. b49b322 FVP: Add SP804 delay timer by Ryan Harkin · 9 years ago
  53. 09aa039 Merge pull request #319 from vwadekar/tegra-video-mem-aperture-v3 by danh-arm · 9 years ago
  54. 79b1ebd Merge pull request #317 from vwadekar/run-bl32-on-tegra-v3 by Achin Gupta · 9 years ago
  55. 9a96451 Reserve a Video Memory aperture in DRAM memory by Varun Wadekar · 9 years ago
  56. dc7fdad Boot Trusted OS' on Tegra SoCs by Varun Wadekar · 9 years ago
  57. 056904c Merge pull request #314 from sandrine-bailleux/sb/css-data-structs by danh-arm · 9 years ago
  58. fe55612 CSS: Remove the constants MHU_SECURE_BASE/SIZE by Sandrine Bailleux · 9 years ago
  59. 789c220 Merge pull request #309 from soby-mathew/sm/fix_fvp_get_entry by danh-arm · 9 years ago
  60. 452b7fa Remove FIRST_RESET_HANDLER_CALL build option by Sandrine Bailleux · 9 years ago
  61. c8f0c3f FVP: Correct the PSYSR_WK bit width in platform_get_entrypoint by Soby Mathew · 9 years ago
  62. dbc963e Merge pull request #307 from soby-mathew/sm/css_bit_width_fix by Achin Gupta · 9 years ago
  63. 1081e9c Merge pull request #308 from vwadekar/tegra-soc-support-v4 by Achin Gupta · 9 years ago
  64. a669527 Always enable CCI coherency in BL3-1 by Sandrine Bailleux · 9 years ago
  65. 08438e2 Support for NVIDIA's Tegra T210 SoCs by Varun Wadekar · 9 years ago
  66. 19af6fc CSS: Extract primary cpu id using the correct bit width by Soby Mathew · 9 years ago
  67. 12ad4d8 Fix return type of FVP plat_arm_topology_setup by Dan Handley · 9 years ago
  68. 556b966 Detect SCP version incompatibility by Sandrine Bailleux · 9 years ago
  69. e234ba0 Move to the new ARM SCP Messaging Interfaces by Sandrine Bailleux · 9 years ago
  70. 8513528 Move Juno port to plat/arm/board/juno by Dan Handley · 9 years ago
  71. f8b0b22 Migrate Juno port to use common code by Dan Handley · 9 years ago
  72. 3fc4124 Move FVP port to plat/arm/board/fvp by Dan Handley · 9 years ago
  73. 60eea55 Migrate FVP port to use common code by Dan Handley · 9 years ago
  74. b431530 Add common ARM and CSS platform code by Dan Handley · 9 years ago
  75. e2bf57f Add header guards to asm macro files by Dan Handley · 9 years ago
  76. ce4c820 Remove use of PLATFORM_CACHE_LINE_SIZE by Dan Handley · 9 years ago
  77. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  78. 9454d31 Add support for Juno r1 in the platform reset handler by Sandrine Bailleux · 10 years ago
  79. 541d788 Merge pull request #269 from vikramkanigiri/vk/common-cci by danh-arm · 9 years ago
  80. 007f54b Merge pull request #266 from sandrine-bailleux/sb/juno-disable-errata-806969 by danh-arm · 9 years ago
  81. 4991ecd Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 10 years ago
  82. a7e98ad Add macro to calculate number of elements in an array by Vikram Kanigiri · 9 years ago
  83. 9cda6a9 Juno: Disable workaround for Cortex-A57 erratum #806969 by Sandrine Bailleux · 10 years ago
  84. dad2504 Enable type-checking of arguments passed to printf() et al. by Sandrine Bailleux · 10 years ago
  85. ba592e2 Fix violations to the coding style by Sandrine Bailleux · 9 years ago
  86. 0412c66 Merge pull request #259 from soby-mathew/sm/plat_max_afflvl by danh-arm · 10 years ago
  87. f578d5e Merge pull request #258 from rmurphy-arm/rm/dma-smmu by danh-arm · 10 years ago
  88. 75f8261 Juno: clear DMA-330 SMMU security state by Robin Murphy · 10 years ago
  89. 8c32bc2 Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 10 years ago
  90. ce41250 Minimize MAX_MMAP_REGIONS for each BL stage by Soby Mathew · 10 years ago
  91. dec840a TBB: authenticate BL3-x images and certificates by Juan Castillo · 10 years ago
  92. bed82ac FVP: initialize IO framework in bl2_early_platform_setup() by Juan Castillo · 10 years ago
  93. 01df3c1 TBB: authenticate BL2 image and certificate by Juan Castillo · 10 years ago
  94. db6071c TBB: add PolarSSL based authentication module by Juan Castillo · 10 years ago
  95. 6eadf76 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · 10 years ago
  96. 6f97162 TBB: add tool to generate certificates by Juan Castillo · 10 years ago
  97. 03b2370 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 10 years ago
  98. 79a97b2 Call reset handlers upon BL3-1 entry. by Yatharth Kochar · 10 years ago
  99. 513dd3a FVP: Allow BL3-2 to sit in the secure region of DRAM by Juan Castillo · 10 years ago
  100. 539dced Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 10 years ago