1. bfe3c44 Add support for SCMI AP core configuration protocol v1.0 by Dimitris Papastamos · 6 years ago
  2. 8e26307 plat/arm: css: Sanitize the input to css_validate_power_state by Nariman Poushin · 6 years ago
  3. 9b4c611 plat/arm: css: Convert CSS_SYSTEM_PWR_STATE from macro to inline function by Nariman Poushin · 6 years ago
  4. 8aaa863 css/sgi: rework the core position calculation function by Vishwanatha HG · 6 years ago
  5. 638b034 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 7 years ago
  6. a427785 plat/arm: Add MHUv2 support to SCMI driver by Samarth Parikh · 7 years ago
  7. fd116b9 Fix MISRA rule 8.4 Part 2 by Roberto Vargas · 7 years ago
  8. 0c306cc ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 7 years ago
  9. 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 7 years ago
  10. c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 7 years ago
  11. 1dc0714 Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 7 years ago
  12. a9f9b60 Juno AArch32: Remove duplicate definition of bl2 platform API by Soby Mathew · 7 years ago
  13. 71e7a4e ARM platforms: Make arm_validate_ns_entrypoint() common by Jeenu Viswambharan · 7 years ago
  14. 3de7d58 Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · 7 years ago
  15. b48ae26 reset2: Add css_system_reset2() by Roberto Vargas · 7 years ago
  16. e35a3fb ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  17. f145403 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  18. 18e279e CSS: Changes for SDS framework by Soby Mathew · 7 years ago
  19. 0a04c69 Split CSS makefile for sp_min on Juno by Soby Mathew · 7 years ago
  20. a1f5a9e Don't use zero_normalmem in bl2_platform_setup by Roberto Vargas · 7 years ago
  21. 74d44a4 CSS: Reorganize the SCP Image transfer functionality by Soby Mathew · 7 years ago
  22. c04a3b6 CSS: Add SCMI driver for SCP by Soby Mathew · 8 years ago
  23. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  24. 0f22bef Merge branch 'integration' into tf_issue_461 by Scott Branden · 7 years ago
  25. 53d9c9c Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 7 years ago
  26. abd2aba CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API by Soby Mathew · 8 years ago
  27. 6f24934 AArch32: Add SP_MIN support for JUNO by Yatharth Kochar · 8 years ago
  28. 4d045d0 Build: add generic way to include SCP_BL2 into FIP image by Masahiro Yamada · 7 years ago
  29. d8d6cf2 ARM platforms: Add support for MT bit in MPIDR by Summer Qin · 7 years ago
  30. 308d359 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  31. 5486a96 Allow ARM Standard platforms to dynamically define PSCI capability by Soby Mathew · 8 years ago
  32. b12a2b4 Introduce SCP power management abstraction by Soby Mathew · 8 years ago
  33. a8aa7fe ARM platform changes for new version of image loading by Yatharth Kochar · 8 years ago
  34. 3cc17aa CSS: Implement support for NODE_HW_STATE by Jeenu Viswambharan · 8 years ago
  35. 05b128f SCPI: Add function to query CSS power state by Jeenu Viswambharan · 8 years ago
  36. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  37. 68b105a CSS: Add support to wake up the core from wfi in GICv3 by David Wang · 8 years ago
  38. f62d89e Merge pull request #531 from soby-mathew/sm/multicluster_fvp by danh-arm · 9 years ago
  39. 0108047 Allow multi cluster topology definitions for ARM platforms by Soby Mathew · 9 years ago
  40. 85df7e4 Merge pull request #523 from jcastillo-arm/jc/genfw-791 by danh-arm · 9 years ago
  41. cd48eeb Merge pull request #527 from antonio-nino-diaz-arm/an/non_ascii by danh-arm · 9 years ago
  42. 74eb26e ARM platforms: rationalise memory attributes of shared memory by Juan Castillo · 9 years ago
  43. 6355f23 Rework use of interconnect drivers by Vikram Kanigiri · 9 years ago
  44. e45264a Merge pull request #520 from vikramkanigiri/vk/scp_flexibility by danh-arm · 9 years ago
  45. 7fb9a32 Make SCP_BL2(U) image loading configurable on CSS platforms by Vikram Kanigiri · 9 years ago
  46. 8e083ec Support for varying BOM/SCPI protocol base addresses in ARM platforms by Vikram Kanigiri · 9 years ago
  47. ecf70f7 Re-factor definition of some macros on ARM platforms by Vikram Kanigiri · 9 years ago
  48. 8ccca41 Remove non-ASCII character from comment by Antonio Nino Diaz · 9 years ago
  49. 8f0617e Apply TBBR naming convention to the fip_create options by Juan Castillo · 9 years ago
  50. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  51. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  52. 0191262 FWU: Add support for `fwu_fip` target by Yatharth Kochar · 9 years ago
  53. dcda29f FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  54. c76e0d1 SoC security setup for CSS platforms in BL1 by Yatharth Kochar · 9 years ago
  55. 27573c5 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  56. f14d188 Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 9 years ago
  57. 2bc4206 CSS: Put secondary CPUs in a pen when booting an EL3 payload by Sandrine Bailleux · 9 years ago
  58. 4c117f6 CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 9 years ago
  59. c1bb8a0 Support PSCI SYSTEM SUSPEND on Juno by Soby Mathew · 9 years ago
  60. 5f3a603 CSS: Implement topology support for System power domain by Soby Mathew · 9 years ago
  61. ece32c4 Merge pull request #416 from davwan01/dw/css-common by danh-arm · 9 years ago
  62. 73c99d4 Rework Makefile by Juan Castillo · 9 years ago
  63. 371d439 Allow CSS to redefine function `plat_arm_calc_core_pos` by David Wang · 9 years ago
  64. 785fb92 Reorganise PSCI PM handler setup on ARM Standard platforms by Soby Mathew · 9 years ago
  65. 58523c0 PSCI: Add documentation and fix plat_is_my_cpu_primary() by Soby Mathew · 9 years ago
  66. f9e858b PSCI: Validate non secure entrypoint on ARM platforms by Soby Mathew · 9 years ago
  67. a6bd5ff PSCI: Pool platform_mem_init() in common ARM platforms code by Sandrine Bailleux · 9 years ago
  68. 804040d PSCI: Use a single mailbox for warm reset for FVP and Juno by Sandrine Bailleux · 9 years ago
  69. 2204afd PSCI: Demonstrate support for composite power states by Soby Mathew · 9 years ago
  70. 38dce70 PSCI: Migrate ARM reference platforms to new platform API by Soby Mathew · 9 years ago
  71. fe55612 CSS: Remove the constants MHU_SECURE_BASE/SIZE by Sandrine Bailleux · 9 years ago
  72. 19af6fc CSS: Extract primary cpu id using the correct bit width by Soby Mathew · 9 years ago
  73. 556b966 Detect SCP version incompatibility by Sandrine Bailleux · 9 years ago
  74. e234ba0 Move to the new ARM SCP Messaging Interfaces by Sandrine Bailleux · 9 years ago
  75. b431530 Add common ARM and CSS platform code by Dan Handley · 9 years ago