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