1. b0c70f5 fix(zynqmp): resolve MISRA-C:2012 R.10.1 warnings by HariBabu Gattem · Thu Sep 29 23:59:11 2022 -0700
  2. 6535f86 fix(zynqmp): resolve misra 4.6 warnings by HariBabu Gattem · Thu Sep 22 02:45:16 2022 -0700
  3. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · Mon Sep 12 22:42:58 2022 +0000
  4. 7524b22 feat(versal_net): add support for QEMU COSIM platform by Sai Pavan Boddu · Thu Sep 08 16:09:04 2022 +0530
  5. d4c177f Merge changes from topic "xilinx-versal-net" into integration by Joanna Farley · Wed Sep 21 18:29:58 2022 +0200
  6. c6daff0 feat(versal-net): add support for platform management by Jay Buddhabhatti · Mon Sep 05 02:56:32 2022 -0700
  7. aa5443e feat(versal-net): add support for IPI by Michal Simek · Mon Sep 19 14:04:55 2022 +0200
  8. dc708ac feat(versal-net): add SMP support for Versal NET by Michal Simek · Mon Sep 19 13:52:54 2022 +0200
  9. 9179436 feat(versal-net): add support for Xilinx Versal NET platform by Michal Simek · Wed Aug 31 16:45:14 2022 +0200
  10. 9f9db61 fix(zynqmp): resolve the misra 4.6 warnings by HariBabu Gattem · Thu Sep 15 22:35:11 2022 -0700
  11. a07f0d2 Merge "feat(versal): update macro name to generic and move to common place" into integration by Joanna Farley · Fri Sep 16 10:56:59 2022 +0200
  12. 0ae8ff6 Merge changes from topic "provencore-spd" into integration by Joanna Farley · Fri Sep 16 10:52:37 2022 +0200
  13. 9e1873f feat(zynqmp): add support for ProvenCore by Jeremie Corbier · Tue Sep 07 11:49:58 2021 +0200
  14. 1c5b80d Merge "fix(versal): route GIC IPI interrupts during setup" into integration by Joanna Farley · Thu Sep 15 09:16:20 2022 +0200
  15. 4f54a2b Merge "fix(zynqmp): move debug bl31 based address back to OCM" into integration by Joanna Farley · Thu Sep 15 09:15:21 2022 +0200
  16. fde084c fix(versal): route GIC IPI interrupts during setup by Tanmay Shah · Tue Sep 13 10:24:27 2022 -0700
  17. 28e9866 Merge changes from topic "xilinx-pm-misc-changes" into integration by Joanna Farley · Wed Sep 14 12:01:37 2022 +0200
  18. 89f7297 Merge changes from topic "xilinx-misc-changes" into integration by Joanna Farley · Wed Sep 14 11:52:29 2022 +0200
  19. 2ba7187 fix(xilinx): update define for ZynqMP specific functions by Rajan Vaja · Wed Aug 31 12:54:34 2022 +0200
  20. 34cce8e fix(xilinx): remove unnecessary header include by Rajan Vaja · Wed Aug 31 12:54:40 2022 +0200
  21. 566b2f9 fix(xilinx): include missing header by Rajan Vaja · Wed Aug 31 12:54:38 2022 +0200
  22. 7bb61a8 chore(zynqmp): fix comment style in zynqmp_def.h by Michal Simek · Wed Sep 14 09:35:09 2022 +0200
  23. 509bfc7 chore(versal): add missing dot at the end of sentence by Michal Simek · Wed Sep 14 09:32:47 2022 +0200
  24. a76c5fd fix(zynqmp): remove additional 0x in %p print by Michal Simek · Wed Sep 14 09:29:50 2022 +0200
  25. 5e2f596 fix(versal): fix Misra-C violations in bl31_setup and pm_svc_main by Michal Simek · Tue Sep 13 11:48:53 2022 +0200
  26. 50702ba fix(zynqmp): ensure memory write finish with dsb() by Tanmay Shah · Tue Sep 13 11:10:08 2022 -0700
  27. 19334d0 fix(zynqmp): move debug bl31 based address back to OCM by Michal Simek · Thu Aug 04 09:18:06 2022 +0200
  28. c3da9c0 feat(versal): update macro name to generic and move to common place by Jay Buddhabhatti · Mon Apr 04 23:42:04 2022 -0700
  29. fdae9e8 feat(versal): add infrastructure to handle multiple interrupts by Tanmay Shah · Fri Aug 26 15:06:00 2022 -0700
  30. 5e3af33 fix(versal): add SGI register call version check by Tanmay Shah · Fri Aug 26 15:13:48 2022 -0700
  31. af00b31 fix(zynqmp): fix for incorrect afi write mask value by Akshay Belsare · Tue Aug 23 11:39:35 2022 +0530
  32. d1b67a4 Merge "fix(versal): use only one space for indentation" into integration by Joanna Farley · Mon Aug 08 00:00:44 2022 +0200
  33. 89e3c29 fix(versal): use only one space for indentation by Michal Simek · Thu Aug 04 14:08:32 2022 +0200
  34. 57cf55a fix(versal): fix code indentation issues by Michal Simek · Fri Jul 29 07:48:59 2022 +0200
  35. 47fd75a fix(versal): fix macro coding style issues by Michal Simek · Wed Jul 27 14:17:30 2022 +0200
  36. 43c743d Merge "feat(zynqmp): protect eFuses from non-secure access" into integration by Joanna Farley · Mon Aug 01 12:05:18 2022 +0200
  37. 2d27cb9 fix(versal): resolve misra 10.1 warnings by Venkatesh Yadav Abbarapu · Sun Jul 31 14:08:53 2022 +0530
  38. 2cefbcd fix(versal): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · Sun Jul 31 14:05:40 2022 +0530
  39. 28f9ce5 feat(zynqmp): protect eFuses from non-secure access by Vesa Jääskeläinen · Fri Apr 29 08:47:24 2022 +0300
  40. d90e47b fix(xilinx): miscellaneous fixes for xilinx platforms by Venkatesh Yadav Abbarapu · Thu Jul 28 08:50:30 2022 +0530
  41. d5e9625 fix(versal): remove clock related macros by Michal Simek · Thu Jul 21 08:54:16 2022 +0200
  42. a0657d9 feat(versal): resolve the misra 10.1 warnings by Venkatesh Yadav Abbarapu · Wed Jul 20 09:03:22 2022 +0530
  43. 58b24d8 feat(versal): get the handoff params using IPI by Venkatesh Yadav Abbarapu · Tue Jul 12 09:19:03 2022 +0530
  44. 31b8ca2 refactor(xilinx): move the atf handoff structure by Venkatesh Yadav Abbarapu · Tue Jul 12 09:11:23 2022 +0530
  45. 94cf1a7 refactor(versal): move payload and module ID macros by Venkatesh Yadav Abbarapu · Tue Jul 12 09:06:01 2022 +0530
  46. a2ca35d feat(zynqmp): resolve the misra 10.1 warnings by Venkatesh Yadav Abbarapu · Mon Jul 04 11:40:27 2022 +0530
  47. 244feff Merge changes from topic "xlnx_zynqmp_misra_fix1" into integration by Joanna Farley · Thu Jun 30 00:36:46 2022 +0200
  48. 42f3c5b Merge "fix(zynqmp): move bl31 with DEBUG=1 back to OCM" into integration by Manish Pandey · Fri Jun 24 13:43:41 2022 +0200
  49. fba8a96 Merge changes from topic "xlnx_versal_misra_fix" into integration by Manish Pandey · Fri Jun 24 13:40:01 2022 +0200
  50. dfbb093 fix(zynqmp): move bl31 with DEBUG=1 back to OCM by Michal Simek · Wed Jun 15 14:19:56 2022 +0200
  51. e88671e feat(zynqmp): add support for xck24 silicon by Venkatesh Yadav Abbarapu · Tue May 17 09:39:30 2022 +0530
  52. ba31add fix(zynqmp): resolve the misra 8.6 warnings by Venkatesh Yadav Abbarapu · Thu May 19 17:23:35 2022 +0530
  53. e7c4538 fix(zynqmp): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · Thu May 19 14:49:49 2022 +0530
  54. 0cec3d9 Merge "fix(plat/zynqmp): fix coverity scan warnings" into integration by Madhukar Pappireddy · Fri Jun 03 19:44:00 2022 +0200
  55. ab16713 fix(versal): resolve misra 15.6 warnings by Venkatesh Yadav Abbarapu · Wed May 25 15:18:24 2022 +0530
  56. 0386e65 fix(zynqmp): resolve misra 8.13 warnings by Venkatesh Yadav Abbarapu · Tue May 24 14:05:57 2022 +0530
  57. d3c0eb4 fix(versal): resolve misra 8.13 warnings by Venkatesh Yadav Abbarapu · Tue May 24 14:02:52 2022 +0530
  58. bde8759 fix(versal): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · Tue May 24 11:11:12 2022 +0530
  59. 0ac9078 feat(plat/xilinx/zynqmp): optimization on pinctrl_functions by Ronak Jain · Fri May 06 04:45:59 2022 -0700
  60. f841467 fix(plat/zynqmp): fix coverity scan warnings by Ronak Jain · Wed May 11 02:48:52 2022 -0700
  61. c70726f fix(zynqmp): resolve misra 8.3 warnings by Venkatesh Yadav Abbarapu · Mon May 16 17:44:33 2022 +0530
  62. c950535 fix(zynqmp): resolve misra R8.4 warnings by Venkatesh Yadav Abbarapu · Mon May 16 17:29:04 2022 +0530
  63. 0dde16c feat(versal): add SMCCC call TF_A_PM_REGISTER_SGI by Tanmay Shah · Tue Dec 14 04:53:40 2021 -0800
  64. c8bbedc feat(versal): add support to reset SGI by Venkatesh Yadav Abbarapu · Mon Apr 19 07:49:57 2021 -0600
  65. 01b3873 Merge "fix(zynqmp): define and enable ARM_XLAT_TABLES_LIB_V1" into integration by Madhukar Pappireddy · Thu May 12 16:14:55 2022 +0200
  66. 6d7f1e8 fix(zynqmp): define and enable ARM_XLAT_TABLES_LIB_V1 by Venkatesh Yadav Abbarapu · Fri May 06 14:07:15 2022 +0530
  67. 3a33f93 fix(zynqmp): resolve misra R14.4 warnings by Venkatesh Yadav Abbarapu · Wed May 04 14:27:56 2022 +0530
  68. 41886f7 fix(zynqmp): resolve misra R16.3 warnings by Venkatesh Yadav Abbarapu · Fri Apr 29 15:17:13 2022 +0530
  69. ccf6da7 fix(zynqmp): resolve misra R15.7 warnings by Venkatesh Yadav Abbarapu · Wed May 04 14:23:32 2022 +0530
  70. 987fad3 fix(zynqmp): resolve misra R15.6 warnings by Venkatesh Yadav Abbarapu · Fri Apr 29 13:52:00 2022 +0530
  71. ed4f1e8 fix(zynqmp): resolve misra 7.2 warnings by Venkatesh Yadav Abbarapu · Fri Apr 29 09:58:30 2022 +0530
  72. 336f9f8 fix(zynqmp): resolve misra R10.3 by Venkatesh Yadav Abbarapu · Thu Apr 28 16:39:07 2022 +0530
  73. 9c3b77b feat(xilinx): add SPP/EMU platform support for versal by Venkatesh Yadav Abbarapu · Wed Apr 13 09:04:53 2022 +0530
  74. 50dbb08 fix(zynqmp): update the log message to verbose by Venkatesh Yadav Abbarapu · Tue Apr 12 09:21:32 2022 +0530
  75. b145e12 fix(versal): fix coverity scan warnings by Tanmay Shah · Wed Mar 23 12:43:45 2022 -0700
  76. 70d1c58 feat(versal): get version for ATF related EEMI APIs by Ronak Jain · Fri Feb 04 00:42:55 2022 -0800
  77. 4b23339 feat(versal): enhance PM_IOCTL EEMI API to support additional arg by Venkatesh Yadav Abbarapu · Wed Oct 20 22:11:53 2021 -0600
  78. ff34daa feat(versal): add common interfaces to handle EEMI commands by Tanmay Shah · Mon Aug 09 11:00:41 2021 -0700
  79. 28b7759 fix(xilinx): fix mismatching function prototype by Venkatesh Yadav Abbarapu · Mon Apr 11 09:25:44 2022 +0530
  80. 08341b7 fix(xilinx): fix coding style violations by Michal Simek · Wed Mar 09 08:53:20 2022 +0100
  81. 8e4e48b Merge changes I18d47384,Icc3c7424,I73f20d82,I07325644,Iff10ad26, ... into integration by Madhukar Pappireddy · Tue Mar 08 16:29:49 2022 +0100
  82. 39fdc0a fix(versal): fix the incorrect log message by Venkatesh Yadav Abbarapu · Thu Mar 03 01:58:36 2022 -0700
  83. 2f34d36 fix(zynqmp): query node status to power up APU by Ravi Patel · Thu Apr 15 05:55:19 2021 -0700
  84. d8be6aa feat(zynqmp): pm_api_clock_get_num_clocks cleanup by Michal Simek · Wed Feb 02 09:15:31 2022 +0100
  85. 325bad1 feat(zynqmp): add feature check support by Ronak Jain · Tue Dec 21 01:39:59 2021 -0800
  86. 52de594 fix(zynqmp): use common interface for eemi apis by Ronak Jain · Thu Jan 20 23:11:18 2022 -0800
  87. 2af6d53 feat(zynqmp): add support to get info of xilfpga by Nava kishore Manne · Thu Jan 13 13:29:36 2022 +0530
  88. 0c0615a feat(zynqmp): pass ioctl calls to firmware by Rajan Vaja · Tue Oct 12 03:30:09 2021 -0700
  89. e1598e5 Merge "feat(zynqmp): increase the max xlat tables when debug build is enabled" into integration by Madhukar Pappireddy · Wed Mar 02 19:28:13 2022 +0100
  90. 586e192 feat(zynqmp): increase the max xlat tables when debug build is enabled by Venkatesh Yadav Abbarapu · Tue Mar 01 22:10:05 2022 -0700
  91. e7604f3 feat(versal): remove the time stamp configuration by Venkatesh Yadav Abbarapu · Sat Jan 29 23:17:25 2022 -0700
  92. ed22a34 feat(plat/zynqmp): fix section `coherent_ram' will not fit in region `RAM' by Giulio Benetti · Sat Feb 05 09:42:29 2022 +0100
  93. e91b4c2 feat(versal): add UART1 as console by Venkatesh Yadav Abbarapu · Sun Dec 19 21:36:23 2021 -0700
  94. 0bd80de feat(zynqmp): add uart1 as console by Venkatesh Yadav Abbarapu · Sun Dec 19 21:32:00 2021 -0700
  95. f9d518a feat(plat/zynqmp): disable the -mbranch-protection flag by Venkatesh Yadav Abbarapu · Mon Dec 06 21:28:34 2021 -0700
  96. c0c49e5 fix(plat/xilinx/versal): resolve misra R10.6 by Abhyuday Godhasara · Tue Aug 24 07:39:41 2021 -0700
  97. bacbdee fix(plat/xilinx/versal): resolve misra R14.4 by Abhyuday Godhasara · Fri Aug 20 00:27:03 2021 -0700
  98. f435a14 fix(plat/xilinx/versal): resolve misra R17.7 by Abhyuday Godhasara · Fri Aug 20 00:04:33 2021 -0700
  99. 096f5cc fix(plat/xilinx/versal): resolve misra R10.3 by Abhyuday Godhasara · Fri Aug 13 06:45:32 2021 -0700
  100. 589afa5 fix(plat/xilinx/versal): resolve misra R7.2 by Abhyuday Godhasara · Wed Aug 11 06:15:13 2021 -0700