1. 828a07a fix(versal-net): variable conflicting with external linkage by Maheedhar Bollapalli · Tue Oct 08 05:50:05 2024 +0000
  2. 493c7a2 fix(versal): variable conflicting with external linkage by Maheedhar Bollapalli · Tue Oct 08 05:42:28 2024 +0000
  3. 1871b7a fix(zynqmp): variable conflicting with external linkage by Maheedhar Bollapalli · Tue Oct 08 05:34:11 2024 +0000
  4. 86d6d70 fix(versal): add external declaration by Maheedhar Bollapalli · Mon Oct 07 09:27:58 2024 +0000
  5. d64d08d fix(zynqmp): add external declaration by Maheedhar Bollapalli · Fri Apr 19 14:35:27 2024 +0530
  6. 119c7fa fix(xilinx): avoid altering function parameters by Maheedhar Bollapalli · Mon Apr 22 18:21:40 2024 +0530
  7. ad1553d fix(versal-net): ignore the unused function return value by Maheedhar Bollapalli · Mon Oct 14 11:15:53 2024 +0000
  8. 2ca45ef fix(zynqmp): ignore the unused function return value by Maheedhar Bollapalli · Mon Apr 22 16:23:16 2024 +0530
  9. 2093b25 fix(versal-net): modify conditions to have boolean type by Maheedhar Bollapalli · Mon Oct 14 06:48:43 2024 +0000
  10. e897f0a fix(versal): modify conditions to have boolean type by Maheedhar Bollapalli · Mon Oct 14 06:45:13 2024 +0000
  11. a9cc0bd fix(xilinx): modify conditions to have boolean type by Maheedhar Bollapalli · Mon Apr 22 15:27:02 2024 +0530
  12. 3ab0d67 fix(zynqmp): modify conditions to have boolean type by Maheedhar Bollapalli · Mon Apr 22 15:10:45 2024 +0530
  13. 23751bd Merge changes from topic "xlnx_fix_plat_const_preced" into integration by Joanna Farley · Tue Oct 29 12:11:25 2024 +0100
  14. 71d8e2b fix(versal-net): explicitly check operators precedence by Maheedhar Bollapalli · Mon Oct 14 04:19:45 2024 +0000
  15. cc64a79 fix(versal): explicitly check operators precedence by Maheedhar Bollapalli · Mon Oct 14 04:16:03 2024 +0000
  16. e6c2853 fix(xilinx): explicitly check operators precedence by Nithin G · Mon Apr 22 13:06:06 2024 +0530
  17. 44385b7 fix(zynqmp): explicitly check operators precedence by Maheedhar Bollapalli · Mon Apr 22 12:37:53 2024 +0530
  18. ddb5b06 feat(amd): populate handoff from TL by Amit Nagal · Thu Aug 08 22:15:19 2024 -1200
  19. 34f04f1 fix(versal): add const qualifier by Maheedhar Bollapalli · Wed Oct 09 09:09:02 2024 +0000
  20. e4f91ea fix(zynqmp): add const qualifier by Maheedhar Bollapalli · Fri Apr 19 17:41:02 2024 +0530
  21. 850cc0c Merge changes from topic "xlnx_fix_eval_bool" into integration by Joanna Farley · Fri Oct 18 11:35:04 2024 +0200
  22. e08e2cc Merge changes from topic "xlnx_fix_plat_console_changes" into integration by Joanna Farley · Wed Oct 16 15:23:28 2024 +0200
  23. b954eb4 feat(xilinx): add none console by Michal Simek · Tue Sep 10 15:55:04 2024 +0200
  24. 1afeaf6 feat(versal-net): add DTB console to platform.mk by Prasad Kummari · Wed Mar 20 14:42:45 2024 +0530
  25. ea7c90c feat(versal-net): dedicate console for boot and runtime by Prasad Kummari · Wed Mar 20 14:33:23 2024 +0530
  26. 3d18a93 feat(versal): add DTB console to platform.mk by Prasad Kummari · Tue Mar 19 22:42:32 2024 +0530
  27. e0abe5f feat(versal): dedicate console for boot and runtime by Prasad Kummari · Tue Mar 19 22:37:12 2024 +0530
  28. 4e035e0 refactor(xilinx): register runtime console directly by Michal Simek · Tue Sep 10 14:53:18 2024 +0200
  29. 6775ec4 refactor(xilinx): console registration through console holder structure by Maheedhar Bollapalli · Tue Mar 19 22:19:28 2024 +0530
  30. 3ded36f feat(zynqmp): add DTB console to platform.mk by Prasad Kummari · Mon Mar 18 10:14:31 2024 +0530
  31. 80232f7 feat(zynqmp): dedicate console for boot and runtime by Prasad Kummari · Thu Mar 14 15:19:10 2024 +0530
  32. 1f83d61 fix(xilinx): dcc to support runtime console scope by Maheedhar Bollapalli · Mon Sep 23 09:04:23 2024 +0000
  33. 311dce7 fix(versal_net): evaluate condition for boolean by Maheedhar Bollapalli · Fri Sep 27 05:55:04 2024 +0000
  34. 15fa5b5 fix(versal): evaluate condition for boolean by Maheedhar Bollapalli · Fri Sep 27 05:52:21 2024 +0000
  35. 09f5a13 fix(zynqmp): evaluate condition for boolean by Maheedhar Bollapalli · Fri Apr 19 13:13:03 2024 +0530
  36. 7f9e3d7 fix(xilinx): rename variable to avoid conflict by Maheedhar Bollapalli · Thu Apr 18 16:53:15 2024 +0530
  37. c143b57 refactor(xilinx): create generic function for DT console by Prasad Kummari · Fri Mar 08 14:26:25 2024 +0530
  38. 643091c refactor(xilinx): rename setup_runtime_console to generic by Prasad Kummari · Thu Mar 07 16:01:55 2024 +0530
  39. a1b9b45 chore(xilinx): rename console variables by Prasad Kummari · Thu Mar 07 15:28:11 2024 +0530
  40. 001fd65 chore(xilinx): rename runtime console to DT console by Prasad Kummari · Thu Mar 07 15:10:04 2024 +0530
  41. ed590fa fix(versal-net): declare unused parameters as void by Maheedhar Bollapalli · Thu Sep 26 10:41:31 2024 +0000
  42. 335ae51 fix(versal): declare unused parameters as void by Maheedhar Bollapalli · Thu Sep 26 10:14:11 2024 +0000
  43. 4ab13de fix(xilinx): declare unused parameters as void by Maheedhar Bollapalli · Thu Sep 26 10:33:16 2024 +0000
  44. a91fd45 fix(zynqmp): declare unused parameters as void by Maheedhar Bollapalli · Thu Apr 18 15:11:36 2024 +0530
  45. a7178ca fix(xilinx): fix comment about MEM_BASE/SIZE by Michal Simek · Fri Aug 02 13:19:23 2024 +0200
  46. 5b721c3 Merge "fix(xilinx): map PMC_GPIO device node to interrupt for wakeup source" into integration by Olivier Deprez · Wed Sep 18 12:00:46 2024 +0200
  47. 2733abc Merge "fix(xilinx): warn if reserved memory pre-exists in DT" into integration by Yann Gautier · Tue Sep 17 14:34:17 2024 +0200
  48. 5558055 Merge "fix(versal): kernel QEMU boot is failing on versal platform" into integration by Joanna Farley · Tue Sep 17 11:56:33 2024 +0200
  49. da81353 fix(xilinx): warn if reserved memory pre-exists in DT by Maheedhar Bollapalli · Sun Sep 15 22:09:00 2024 -1200
  50. fc74bf1 feat(versal): add support for QEMU COSIM platform by Akshay Belsare · Fri Sep 13 15:56:00 2024 +0530
  51. 9f5a856 fix(versal): kernel QEMU boot is failing on versal platform by Maheedhar Bollapalli · Thu Sep 12 23:31:54 2024 -1200
  52. 69cd7d9 fix(xilinx): map PMC_GPIO device node to interrupt for wakeup source by Ronak Jain · Mon Sep 09 21:35:18 2024 -0700
  53. ba0bf1d fix(xilinx): optimize logic to read IPI response by Jay Buddhabhatti · Tue Aug 13 02:11:51 2024 -0700
  54. abf1143 Merge "fix(zynqmp): handle secure SGI at EL1 for OP-TEE" into integration by Olivier Deprez · Wed Aug 28 09:14:38 2024 +0200
  55. 321550d fix(xilinx): fix OVERRUN coverity violation by Jay Buddhabhatti · Fri Aug 16 05:38:00 2024 -0700
  56. 27d63ff Merge "fix(versal2): add ufs specific features support" into integration by Joanna Farley · Mon Aug 12 11:50:20 2024 +0200
  57. 0eeded6 Merge "feat(versal): deprecate build time arg VERSAL_PLATFORM" into integration by Joanna Farley · Mon Aug 12 11:49:37 2024 +0200
  58. acb6b92 fix(versal2): add ufs specific features support by Amit Nagal · Sun Jul 28 20:32:58 2024 -1200
  59. be24d40 feat(xilinx): add feature check function for TF-A specific APIs by Jay Buddhabhatti · Mon Jul 01 04:28:56 2024 -0700
  60. 939a48f feat(xilinx): update SiP SVC version number by Jay Buddhabhatti · Mon Jun 24 02:25:20 2024 -0700
  61. 665bc92 feat(xilinx): update TF-A to passthrough all PLM commands by Jay Buddhabhatti · Mon Jun 24 02:10:29 2024 -0700
  62. b8c581f fix(xilinx): fix logic to read ipi response by Jay Buddhabhatti · Mon Jun 24 01:47:39 2024 -0700
  63. ae8e013 feat(versal): deprecate build time arg VERSAL_PLATFORM by Maheedhar Bollapalli · Wed Jul 24 09:54:15 2024 +0530
  64. 63e2007 fix(zynqmp): handle secure SGI at EL1 for OP-TEE by Shen Jiamin · Wed Jul 24 18:58:55 2024 +0800
  65. 22584d6 feat(zynqmp): move zynqmp platform to xlat tables v2 by Prasad Kummari · Tue Mar 19 18:42:24 2024 -1200
  66. e48b6d8 feat(zynqmp): enable ENABLE_LTO flag by Prasad Kummari · Tue Mar 19 18:42:23 2024 -1200
  67. 3850812 Merge "fix(versal): remove check for bl32 load address" into integration by Joanna Farley · Mon Jun 24 13:20:34 2024 +0200
  68. 765aa11 fix(versal): remove check for bl32 load address by Amit Nagal · Mon Jun 24 11:52:26 2024 +0530
  69. e105bc1 fix(versal-net): remove check for bl32 load address by Amit Nagal · Thu Jun 20 19:50:27 2024 -1200
  70. fe9414c feat(versal-net): set lower cluster bus qos value by Amit Nagal · Sun Jun 16 20:04:59 2024 -1200
  71. 6706af5 fix(xilinx): handle power down event if SGI not registered by Jay Buddhabhatti · Mon May 27 00:09:43 2024 -0700
  72. 8d93f61 fix(xilinx): register for idle callback by Jay Buddhabhatti · Wed May 22 01:03:21 2024 -0700
  73. 5179044 feat(xilinx): remove PM_IOCTL and PM_QUERY_DATA APIs by Ronak Jain · Wed May 29 22:32:20 2024 -0700
  74. 7a5c0c7 Merge changes I0e7650c0,I33acead9 into integration by Joanna Farley · Thu May 09 09:18:21 2024 +0200
  75. 902c82a refactor(console): consolidate console runtime switch by Salman Nabi · Wed Feb 21 17:07:24 2024 +0000
  76. d0ff550 refactor(xilinx): console runtime switch on bl31 exit by Salman Nabi · Mon Feb 19 16:50:05 2024 +0000
  77. 807f41b fix(xilinx): follow MISRA-C standards for condition check by Ronak Jain · Wed May 08 02:41:13 2024 -0700
  78. 9ab3010 fix(zynqmp): resolve null pointer dereferencing by Ronak Jain · Wed May 08 02:36:16 2024 -0700
  79. c02be8d Merge "feat(zynqmp): remove unused pm_get_proc_by_node()" into integration by Joanna Farley · Thu May 02 10:13:54 2024 +0200
  80. 652abf5 feat(zynqmp): remove unused pm_get_proc_by_node() by Ronak Jain · Mon Apr 15 23:38:24 2024 -0700
  81. b8eca3b fix(xilinx): check proc variable before use by Michal Simek · Fri Apr 19 12:16:46 2024 +0200
  82. 2c0fd19 feat(xilinx): send SGI to mailbox driver by Tanmay Shah · Tue Feb 13 17:07:42 2024 -0800
  83. 367a1ce Merge changes from topic "idling-during-subsystem-restart" into integration by Joanna Farley · Mon Jan 22 16:12:02 2024 +0100
  84. 9dcf13e Merge "feat(versal): extend platform address space sizes" into integration by Joanna Farley · Mon Jan 22 16:07:46 2024 +0100
  85. 1d1710a fix(xilinx): deprecate SiP service count query by Akshay Belsare · Thu Jan 11 14:47:02 2024 +0530
  86. 609186a feat(versal): extend platform address space sizes by Akshay Belsare · Wed Jan 10 16:53:34 2024 +0530
  87. ebf638d fix(xilinx): add console_flush() before shutdown by Jay Buddhabhatti · Sun Oct 08 22:08:02 2023 -0700
  88. bfe18c4 fix(xilinx): fix sending sgi to linux by Jay Buddhabhatti · Mon Sep 11 23:50:53 2023 -0700
  89. 31488a3 feat(xilinx): add new state to identify cpu power down by Jay Buddhabhatti · Mon Sep 11 23:50:06 2023 -0700
  90. 10e71e4 feat(xilinx): request cpu power down from reset by Jay Buddhabhatti · Mon Jun 19 05:08:54 2023 -0700
  91. 3c06c7b feat(xilinx): power down all cores on receiving cpu pwrdwn req by Jay Buddhabhatti · Tue Apr 25 05:09:15 2023 -0700
  92. 1dfe497 feat(xilinx): add handler for power down req sgi irq by Jay Buddhabhatti · Tue Apr 25 04:34:51 2023 -0700
  93. a0f8557 feat(xilinx): add wrapper to handle cpu power down req by Jay Buddhabhatti · Tue Apr 25 04:15:51 2023 -0700
  94. b7bb1ed fix(versal-net): use arm common GIC handlers by Jay Buddhabhatti · Thu Oct 05 21:55:28 2023 -0700
  95. 6da8794 fix(xilinx): rename macros to align with ARM by Jay Buddhabhatti · Thu Oct 05 05:21:50 2023 -0700
  96. af63618 refactor(xilinx): move plat_get_syscnt_freq2 to common file by Prasad Kummari · Wed Dec 20 11:01:24 2023 +0530
  97. 8002802 refactor(versal-net): rename VERSAL_NET_IOU_SCNTRS register to generic by Prasad Kummari · Wed Dec 20 16:23:42 2023 +0530
  98. 2eb2279 fix(versal-net): setup counter frequency by Prasad Kummari · Wed Dec 20 16:15:03 2023 +0530
  99. 2038bd6 fix(versal): initialize cntfrq_el0 register by Prasad Kummari · Thu Dec 14 10:52:24 2023 +0530
  100. 4acc8d0 feat(versal): enable errata management feature by Prasad Kummari · Tue Dec 19 11:36:03 2023 +0530