1. 3a63f05 feat(xilinx): setup local/remote id in header by Michal Simek · 1 year, 2 months ago
  2. 9a8da50 feat(xilinx): clean macro names by Michal Simek · 1 year, 2 months ago
  3. c06a271 feat(versal): replace irq array with switch case by Jay Buddhabhatti · 1 year, 7 months ago
  4. a63b354 refactor(versal): move set wake src fn to common place by Jay Buddhabhatti · 1 year, 4 months ago
  5. 6a44ad0 refactor(xilinx): rename gic macros to make common by Jay Buddhabhatti · 1 year, 4 months ago
  6. 5b9f391 refactor(xilinx): move pm_defs.h to common place by Jay Buddhabhatti · 1 year, 5 months ago
  7. 26e138a refactor(xilinx): move versal files to common place by Jay Buddhabhatti · 1 year, 7 months ago
  8. beec83f fix(xilinx): handle CRC failure in IPI callback by Naman Trivedi Manojbhai · 1 year, 4 months ago
  9. c0dfba8 fix(xilinx): handle CRC failure in IPI by Naman Trivedi Manojbhai · 1 year, 4 months ago
  10. b8434b1 fix(versal): initialize the variable with value 0 in pm code by Naman Patel · 1 year, 8 months ago
  11. aa81171 fix(zynqmp): resolve coverity warnings by HariBabu Gattem · 1 year, 9 months ago
  12. a07f0d2 Merge "feat(versal): update macro name to generic and move to common place" into integration by Joanna Farley · 1 year, 10 months ago
  13. 1c5b80d Merge "fix(versal): route GIC IPI interrupts during setup" into integration by Joanna Farley · 1 year, 10 months ago
  14. fde084c fix(versal): route GIC IPI interrupts during setup by Tanmay Shah · 1 year, 10 months ago
  15. 509bfc7 chore(versal): add missing dot at the end of sentence by Michal Simek · 1 year, 10 months ago
  16. 5e2f596 fix(versal): fix Misra-C violations in bl31_setup and pm_svc_main by Michal Simek · 1 year, 10 months ago
  17. c3da9c0 feat(versal): update macro name to generic and move to common place by Jay Buddhabhatti · 2 years, 3 months ago
  18. fdae9e8 feat(versal): add infrastructure to handle multiple interrupts by Tanmay Shah · 1 year, 11 months ago
  19. 5e3af33 fix(versal): add SGI register call version check by Tanmay Shah · 1 year, 11 months ago
  20. d1b67a4 Merge "fix(versal): use only one space for indentation" into integration by Joanna Farley · 1 year, 11 months ago
  21. 89e3c29 fix(versal): use only one space for indentation by Michal Simek · 1 year, 11 months ago
  22. 57cf55a fix(versal): fix code indentation issues by Michal Simek · 2 years ago
  23. 47fd75a fix(versal): fix macro coding style issues by Michal Simek · 2 years ago
  24. 2d27cb9 fix(versal): resolve misra 10.1 warnings by Venkatesh Yadav Abbarapu · 2 years ago
  25. 2cefbcd fix(versal): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · 2 years ago
  26. d90e47b fix(xilinx): miscellaneous fixes for xilinx platforms by Venkatesh Yadav Abbarapu · 2 years ago
  27. a0657d9 feat(versal): resolve the misra 10.1 warnings by Venkatesh Yadav Abbarapu · 2 years ago
  28. 58b24d8 feat(versal): get the handoff params using IPI by Venkatesh Yadav Abbarapu · 2 years ago
  29. 94cf1a7 refactor(versal): move payload and module ID macros by Venkatesh Yadav Abbarapu · 2 years ago
  30. ab16713 fix(versal): resolve misra 15.6 warnings by Venkatesh Yadav Abbarapu · 2 years, 1 month ago
  31. d3c0eb4 fix(versal): resolve misra 8.13 warnings by Venkatesh Yadav Abbarapu · 2 years, 2 months ago
  32. bde8759 fix(versal): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · 2 years, 2 months ago
  33. 0dde16c feat(versal): add SMCCC call TF_A_PM_REGISTER_SGI by Tanmay Shah · 2 years, 7 months ago
  34. c8bbedc feat(versal): add support to reset SGI by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  35. b145e12 fix(versal): fix coverity scan warnings by Tanmay Shah · 2 years, 4 months ago
  36. 70d1c58 feat(versal): get version for ATF related EEMI APIs by Ronak Jain · 2 years, 5 months ago
  37. 4b23339 feat(versal): enhance PM_IOCTL EEMI API to support additional arg by Venkatesh Yadav Abbarapu · 2 years, 9 months ago
  38. ff34daa feat(versal): add common interfaces to handle EEMI commands by Tanmay Shah · 2 years, 11 months ago
  39. 08341b7 fix(xilinx): fix coding style violations by Michal Simek · 2 years, 4 months ago
  40. 4487794 fix(plat/xilinx/versal): resolve misra R10.1 in pm services by Abhyuday Godhasara · 3 years ago
  41. 19e47da fix(plat/xilinx/versal): resolve misra R20.7 in pm services by Abhyuday Godhasara · 3 years ago
  42. edc38ae fix(plat/xilinx/versal): resolve misra R10.3 in pm services by Abhyuday Godhasara · 3 years ago
  43. 5c67ec1 fix(plat/xilinx/versal): resolve misra R10.6 in pm services by Abhyuday Godhasara · 3 years ago
  44. 95374b4 fix(plat/xilinx/versal): resolve misra R16.3 in pm services by Abhyuday Godhasara · 3 years ago
  45. ddc4662 fix(plat/xilinx/versal): resolve misra R15.6 in pm services by Abhyuday Godhasara · 3 years ago
  46. 7ae761b fix(plat/xilinx/versal): use sync method for blocking calls by Abhyuday Godhasara · 3 years ago
  47. aa4898a plat: send an sgi to communicate to linux by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  48. abf6122 plat: xilinx: Error management support by Shubhrajyoti Datta · 3 years, 4 months ago
  49. 18072da plat: xilinx: versal: Mark IPI calls secure/non-secure by Tejas Patel · 3 years, 4 months ago
  50. ad1ffff plat: xilinx: versal: Remove code duplication by Rajan Vaja · 3 years, 6 months ago
  51. 3bc1bea xilinx: versal: fix static failure by Manish Pandey · 3 years, 7 months ago
  52. 4201555 plat: xilinx: versal: Add support of register notifier by Tejas Patel · 3 years, 8 months ago
  53. 84275bf plat: xilinx: versal: Add support to get clock rate value by Tejas Patel · 3 years, 10 months ago
  54. 5c154e1 plat: xilinx: versal: Add support of set max latency for the device by Tejas Patel · 3 years, 8 months ago
  55. 476b5b1 plat: versal: Add InitFinalize API call by Ravi Patel · 5 years ago
  56. 030620d xilinx: versal: Updated Response of QueryData API call by Rajan Vaja · 3 years, 8 months ago
  57. 95ecd45 plat: versal: Update API list in feature check by Venkatesh Yadav Abbarapu · 4 years, 7 months ago
  58. 023899d xilinx: versal: Do not pass ACPU0 always in set_wakeup_source() by Ravi Patel · 5 years ago
  59. 5b433b6 xilinx: versal: Pass result count to pm_get_callbackdata() by Tejas Patel · 4 years, 5 months ago
  60. f6b2b3c plat: xilinx: Move pm_client.h to common directory by Tejas Patel · 4 years, 6 months ago
  61. 2294b42 xilinx: versal: Add support for PM_GET_OPERATING_CHARACTERISTIC EEMI call by Saeed Nowshadi · 5 years ago
  62. bd4aa5a plat: versal: Add Get_ChipID API by Ravi Patel · 5 years ago
  63. ed05a71 plat: xilinx: versal: Add load Pdi API support by Jolly Shah · 5 years ago
  64. 22b0b49 xilinx: versal: Add feature check API by Ravi Patel · 5 years ago
  65. fcb7c16 xilinx: versal: Implement set wakeup source for client by Tejas Patel · 5 years ago
  66. 649e924 plat: xilinx: versal: Add GET_CALLBACK_DATA function by Rajan Vaja · 5 years ago
  67. c5a1bda xilinx: versal: Add PSCI APIs for system shutdown & reset by Saeed Nowshadi · 4 years, 7 months ago
  68. 54d1319 xilinx: versal: Add PSCI APIs for suspend/resume by Tejas Patel · 5 years ago
  69. db81205 xilinx: versal: Add set wakeup source API by Tejas Patel · 5 years ago
  70. 7029dd8 xilinx: versal: Add client wakeup API by Tejas Patel · 5 years ago
  71. a3e34ad xilinx: versal: Add query data API by Tejas Patel · 5 years ago
  72. 49cd871 xilinx: versal: Add request wakeup API by Tejas Patel · 5 years ago
  73. 0266202 xilinx: versal: Add PM_INIT_FINALIZE API for versal by Tejas Patel · 5 years ago
  74. 044001d xilinx: versal: Add support of PM_GET_TRUSTZONE_VERSION API by Tejas Patel · 5 years ago
  75. 9141f44 plat: xilinx: versal: Implement PM IOCTL API by Tejas Patel · 5 years ago
  76. 6b28225 xilinx: versal: Implement power down/restart related EEMI API by Tejas Patel · 5 years ago
  77. 59c608a xilinx: versal: Add SMC handler for EEMI API by Tejas Patel · 5 years ago
  78. 023116d xilinx: versal: Implement PLL related PM APIs by Tejas Patel · 5 years ago
  79. 1f56fb1 xilinx: versal: Implement clock related PM APIs by Tejas Patel · 5 years ago
  80. 20e9202 xilinx: versal: Implement pin control related PM APIs by Tejas Patel · 5 years ago
  81. 87c4f3a xilinx: versal: Implement reset related PM APIs by Tejas Patel · 5 years ago
  82. 41f3e0b xilinx: versal: Implement device related PM APIs by Tejas Patel · 5 years ago
  83. fe0e10a xilinx: versal: Add support for suspend related APIs by Tejas Patel · 4 years, 7 months ago
  84. 9d09ff9 xilinx: versal: Add get_api_version support by Tejas Patel · 5 years ago
  85. 354fe57 xilinx: Add support to send PM API to PMC using IPI for versal by Tejas Patel · 6 years ago