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