1. eee28e7 chore: update to use Arm word across TF-A by Govindraj Raja · 11 months ago
  2. c0dc639 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 1 year, 2 months ago
  3. 77dd4f1 feat(psci): introduce 'pwr_domain_off_early' hook by Varun Wadekar · 1 year, 2 months ago
  4. d28393a feat(psci): update PSCI_FEATURES by Wing Li · 1 year, 10 months ago
  5. 2c556f3 feat(psci): add support for OS-initiated mode by Wing Li · 1 year, 10 months ago
  6. 71f69df feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 1 year, 10 months ago
  7. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 4 years, 7 months ago
  8. 33bd514 Adding new optional PSCI hook pwr_domain_on_finish_late by Madhukar Pappireddy · 5 years ago
  9. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  10. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  11. bcf8ba2 psci: put __dead2 attribute after void in plat_psci_ops by Yann Gautier · 6 years ago
  12. 76f0303 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 6 years ago
  13. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  14. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  15. 78a95a6 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 6 years ago
  16. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  17. 5a42b68 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 6 years ago
  18. ffb34d0 Update PSCI version to 1.1 by Roberto Vargas · 7 years ago
  19. b820ad0 reset2: Add PSCI system_reset2 function by Roberto Vargas · 7 years ago
  20. 0a4c261 mem_protect: Add mem_protect API by Roberto Vargas · 7 years ago
  21. ae87f4b lib: psci: early suspend handler for platforms by Varun Wadekar · 7 years ago
  22. c6a11f6 include: add U()/ULL() macros for constants by Varun Wadekar · 7 years ago
  23. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  24. b911cc7 Re-factor header files for easier PSCI library integration by Soby Mathew · 7 years ago
  25. 89256b8 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  26. 7f03e9d9 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 8 years ago
  27. 89d90dc AArch32: Add support to PSCI lib by Soby Mathew · 8 years ago
  28. d019487 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  29. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago[Renamed from include/bl31/services/psci.h]
  30. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  31. 241ec6c Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  32. 6a81641 PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops by Soby Mathew · 8 years ago
  33. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  34. a31c9f3 Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2 by Achin Gupta · 9 years ago
  35. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  36. 9a0ff9b Pass the target suspend level to SPD suspend hooks by Achin Gupta · 9 years ago
  37. 011ca18 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 9 years ago
  38. f1f97a1 PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 9 years ago
  39. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  40. 9616838 PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · 10 years ago
  41. 1df077b Increment the PSCI VERSION to 1.0 by Soby Mathew · 9 years ago
  42. 6cdddaf Implement PSCI_FEATURES API by Soby Mathew · 9 years ago
  43. 110fe36 Rework the PSCI migrate APIs by Soby Mathew · 10 years ago
  44. 74e52a7 Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 10 years ago
  45. f512157 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 10 years ago
  46. ffb4ab1 Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops by Soby Mathew · 10 years ago
  47. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  48. 56bcdc2 Miscellaneous PSCI code cleanups by Achin Gupta · 10 years ago
  49. f6b9e99 Add APIs to preserve highest affinity level in OFF state by Achin Gupta · 10 years ago
  50. f3ccbab Add PSCI service specific per-CPU data by Achin Gupta · 10 years ago
  51. 4dc4a47 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  52. 56f4470 Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 10 years ago
  53. a17fefa Remove extern keyword from function declarations by Dan Handley · 10 years ago
  54. 42c5280 Fix broken standby state implementation in PSCI by Achin Gupta · 10 years ago
  55. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  56. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  57. 27f6e7d Move PSCI global functions out of private header by Dan Handley · 10 years ago
  58. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago[Renamed from include/psci.h]
  59. 992dc07 Merge pull request #50 from vikramkanigiri/vk/tf-issues#26 by achingupta · 10 years ago