1. cf5e7d8 build: always prefix section names with `.` by Chris Kay · 6 months ago
  2. ac7a591 fix(versal-net): make pmc ipi channel as secure by Jay Buddhabhatti · 2 years ago
  3. 941bb1a fix(versal): make pmc ipi channel as secure by Jay Buddhabhatti · 2 years ago
  4. 9026a50 fix(versal): fix incorrect regbase for PMC IPI by Michal Simek · 2 years, 6 months ago
  5. 80ac1fa fix(versal): sync location based on IPI_ID macros by Michal Simek · 2 years, 6 months ago
  6. a110bfd fix(versal-net): add redundant call to avoid glitches by Jay Buddhabhatti · 2 years ago
  7. 31c71fc fix(versal-net): change flag to increase security by Jay Buddhabhatti · 2 years ago
  8. 3c5ba11 fix(zynqmp): enable A53 workaround(errata 1530924) by Michal Simek · 2 years, 6 months ago
  9. 590519a fix(zynqmp): resolve coverity warnings by HariBabu Gattem · 2 years, 10 months ago
  10. faa22d4 fix(versal-net): add default values for silicon by Michal Simek · 2 years, 9 months ago
  11. bcc6e4a fix(versal_net): Enable a78 errata workarounds by Akshay Belsare · 2 years, 10 months ago
  12. 769446a fix(versal): enable a72 erratum 859971 and 1319367 by Michal Simek · 2 years, 10 months ago
  13. b0eb6d1 fix(versal-net): use api_id directly without FUNCID_MASK by Michal Simek · 2 years, 10 months ago
  14. c889088 fix(zynqmp): resolve MISRA-C:2012 R.10.1 warnings by HariBabu Gattem · 2 years, 10 months ago
  15. cdb6211 fix(zynqmp): resolve misra 4.6 warnings by HariBabu Gattem · 2 years, 11 months ago
  16. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 11 months ago
  17. 6a079ef feat(versal_net): add support for QEMU COSIM platform by Sai Pavan Boddu · 2 years, 11 months ago
  18. f47d38b Merge changes from topic "xilinx-versal-net" into integration by Joanna Farley · 2 years, 11 months ago
  19. 0654ab7 feat(versal-net): add support for platform management by Jay Buddhabhatti · 3 years ago
  20. 0bf622d feat(versal-net): add support for IPI by Michal Simek · 2 years, 11 months ago
  21. 8529c76 feat(versal-net): add SMP support for Versal NET by Michal Simek · 2 years, 11 months ago
  22. 1d333e6 feat(versal-net): add support for Xilinx Versal NET platform by Michal Simek · 3 years ago
  23. 15dc3e4 fix(zynqmp): resolve the misra 4.6 warnings by HariBabu Gattem · 2 years, 11 months ago
  24. 8edd190 Merge "feat(versal): update macro name to generic and move to common place" into integration by Joanna Farley · 2 years, 11 months ago
  25. b86cbe1 Merge changes from topic "provencore-spd" into integration by Joanna Farley · 2 years, 11 months ago
  26. 358aa6b feat(zynqmp): add support for ProvenCore by Jeremie Corbier · 4 years ago
  27. 4e407e0 Merge "fix(versal): route GIC IPI interrupts during setup" into integration by Joanna Farley · 2 years, 11 months ago
  28. 71f286c Merge "fix(zynqmp): move debug bl31 based address back to OCM" into integration by Joanna Farley · 2 years, 11 months ago
  29. 04cc91b fix(versal): route GIC IPI interrupts during setup by Tanmay Shah · 2 years, 11 months ago
  30. febefa4 Merge changes from topic "xilinx-pm-misc-changes" into integration by Joanna Farley · 2 years, 11 months ago
  31. 7713547 Merge changes from topic "xilinx-misc-changes" into integration by Joanna Farley · 2 years, 11 months ago
  32. 24b5b53 fix(xilinx): update define for ZynqMP specific functions by Rajan Vaja · 3 years ago
  33. 0ee2dc1 fix(xilinx): remove unnecessary header include by Rajan Vaja · 3 years ago
  34. 28ba140 fix(xilinx): include missing header by Rajan Vaja · 3 years ago
  35. f114fd3 chore(zynqmp): fix comment style in zynqmp_def.h by Michal Simek · 2 years, 11 months ago
  36. 8f4b37f chore(versal): add missing dot at the end of sentence by Michal Simek · 2 years, 11 months ago
  37. 05a6107 fix(zynqmp): remove additional 0x in %p print by Michal Simek · 2 years, 11 months ago
  38. 68ffcd1 fix(versal): fix Misra-C violations in bl31_setup and pm_svc_main by Michal Simek · 2 years, 11 months ago
  39. ac6c135 fix(zynqmp): ensure memory write finish with dsb() by Tanmay Shah · 2 years, 11 months ago
  40. 0ba3d7a fix(zynqmp): move debug bl31 based address back to OCM by Michal Simek · 3 years ago
  41. f99306d feat(versal): update macro name to generic and move to common place by Jay Buddhabhatti · 3 years, 4 months ago
  42. e497421 feat(versal): add infrastructure to handle multiple interrupts by Tanmay Shah · 3 years ago
  43. 5897e13 fix(versal): add SGI register call version check by Tanmay Shah · 3 years ago
  44. 4264bd3 fix(zynqmp): fix for incorrect afi write mask value by Akshay Belsare · 3 years ago
  45. 000e25b Merge "fix(versal): use only one space for indentation" into integration by Joanna Farley · 3 years ago
  46. dee5885 fix(versal): use only one space for indentation by Michal Simek · 3 years ago
  47. 72583f9 fix(versal): fix code indentation issues by Michal Simek · 3 years ago
  48. 80806aa fix(versal): fix macro coding style issues by Michal Simek · 3 years ago
  49. 342a65f Merge "feat(zynqmp): protect eFuses from non-secure access" into integration by Joanna Farley · 3 years ago
  50. 19f92c4 fix(versal): resolve misra 10.1 warnings by Venkatesh Yadav Abbarapu · 3 years ago
  51. f7c48d9 fix(versal): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · 3 years ago
  52. d0b7286 feat(zynqmp): protect eFuses from non-secure access by Vesa Jääskeläinen · 3 years, 3 months ago
  53. bfc514f fix(xilinx): miscellaneous fixes for xilinx platforms by Venkatesh Yadav Abbarapu · 3 years ago
  54. 47f8145 fix(versal): remove clock related macros by Michal Simek · 3 years, 1 month ago
  55. b86e1aa feat(versal): resolve the misra 10.1 warnings by Venkatesh Yadav Abbarapu · 3 years, 1 month ago
  56. 205c7ad feat(versal): get the handoff params using IPI by Venkatesh Yadav Abbarapu · 3 years, 1 month ago
  57. 237a7de refactor(xilinx): move the atf handoff structure by Venkatesh Yadav Abbarapu · 3 years, 1 month ago
  58. 7e5f0ab refactor(versal): move payload and module ID macros by Venkatesh Yadav Abbarapu · 3 years, 1 month ago
  59. bfd7c88 feat(zynqmp): resolve the misra 10.1 warnings by Venkatesh Yadav Abbarapu · 3 years, 1 month ago
  60. 57ab749 Merge changes from topic "xlnx_zynqmp_misra_fix1" into integration by Joanna Farley · 3 years, 1 month ago
  61. 9316149 Merge "fix(zynqmp): move bl31 with DEBUG=1 back to OCM" into integration by Manish Pandey · 3 years, 1 month ago
  62. 40366cb Merge changes from topic "xlnx_versal_misra_fix" into integration by Manish Pandey · 3 years, 1 month ago
  63. 389594d fix(zynqmp): move bl31 with DEBUG=1 back to OCM by Michal Simek · 3 years, 2 months ago
  64. 86869f9 feat(zynqmp): add support for xck24 silicon by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  65. 7b1a6a0 fix(zynqmp): resolve the misra 8.6 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  66. ffa9103 fix(zynqmp): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  67. 5e529e3 Merge "fix(plat/zynqmp): fix coverity scan warnings" into integration by Madhukar Pappireddy · 3 years, 2 months ago
  68. 1117a16 fix(versal): resolve misra 15.6 warnings by Venkatesh Yadav Abbarapu · 3 years, 2 months ago
  69. 8695ffc fix(zynqmp): resolve misra 8.13 warnings by Venkatesh Yadav Abbarapu · 3 years, 2 months ago
  70. 3d2ebe7 fix(versal): resolve misra 8.13 warnings by Venkatesh Yadav Abbarapu · 3 years, 2 months ago
  71. 912b7a6 fix(versal): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · 3 years, 2 months ago
  72. 314f9f7 feat(plat/xilinx/zynqmp): optimization on pinctrl_functions by Ronak Jain · 3 years, 3 months ago
  73. 1ac6af1 fix(plat/zynqmp): fix coverity scan warnings by Ronak Jain · 3 years, 3 months ago
  74. 944e7ea fix(zynqmp): resolve misra 8.3 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  75. 610eeac fix(zynqmp): resolve misra R8.4 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  76. fcf6f46 feat(versal): add SMCCC call TF_A_PM_REGISTER_SGI by Tanmay Shah · 3 years, 8 months ago
  77. bf70449 feat(versal): add support to reset SGI by Venkatesh Yadav Abbarapu · 4 years, 4 months ago
  78. 1f0309d Merge "fix(zynqmp): define and enable ARM_XLAT_TABLES_LIB_V1" into integration by Madhukar Pappireddy · 3 years, 3 months ago
  79. c884c9a fix(zynqmp): define and enable ARM_XLAT_TABLES_LIB_V1 by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  80. dd1fe71 fix(zynqmp): resolve misra R14.4 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  81. e7e5d30 fix(zynqmp): resolve misra R16.3 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  82. 16de22d fix(zynqmp): resolve misra R15.7 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  83. eb0d2b1 fix(zynqmp): resolve misra R15.6 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  84. 5bcbd2d fix(zynqmp): resolve misra 7.2 warnings by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  85. 2b57da6 fix(zynqmp): resolve misra R10.3 by Venkatesh Yadav Abbarapu · 3 years, 3 months ago
  86. be73459 feat(xilinx): add SPP/EMU platform support for versal by Venkatesh Yadav Abbarapu · 3 years, 4 months ago
  87. 1277af9 fix(zynqmp): update the log message to verbose by Venkatesh Yadav Abbarapu · 3 years, 4 months ago
  88. 0b15187 fix(versal): fix coverity scan warnings by Tanmay Shah · 3 years, 5 months ago
  89. da6e654 feat(versal): get version for ATF related EEMI APIs by Ronak Jain · 3 years, 6 months ago
  90. d34a5db feat(versal): enhance PM_IOCTL EEMI API to support additional arg by Venkatesh Yadav Abbarapu · 3 years, 10 months ago
  91. 1397967 feat(versal): add common interfaces to handle EEMI commands by Tanmay Shah · 4 years ago
  92. 81333ea fix(xilinx): fix mismatching function prototype by Venkatesh Yadav Abbarapu · 3 years, 4 months ago
  93. bb1768c fix(xilinx): fix coding style violations by Michal Simek · 3 years, 5 months ago
  94. 4cb2ec2 Merge changes I18d47384,Icc3c7424,I73f20d82,I07325644,Iff10ad26, ... into integration by Madhukar Pappireddy · 3 years, 5 months ago
  95. ea04b3f fix(versal): fix the incorrect log message by Venkatesh Yadav Abbarapu · 3 years, 5 months ago
  96. b35b556 fix(zynqmp): query node status to power up APU by Ravi Patel · 4 years, 4 months ago
  97. e682d38 feat(zynqmp): pm_api_clock_get_num_clocks cleanup by Michal Simek · 3 years, 6 months ago
  98. 223a628 feat(zynqmp): add feature check support by Ronak Jain · 3 years, 8 months ago
  99. a469c1e fix(zynqmp): use common interface for eemi apis by Ronak Jain · 3 years, 7 months ago
  100. cc077c2 feat(zynqmp): add support to get info of xilfpga by Nava kishore Manne · 3 years, 7 months ago