1. 7a5c0c7 Merge changes I0e7650c0,I33acead9 into integration by Joanna Farley · Thu May 09 09:18:21 2024 +0200
  2. 902c82a refactor(console): consolidate console runtime switch by Salman Nabi · Wed Feb 21 17:07:24 2024 +0000
  3. d0ff550 refactor(xilinx): console runtime switch on bl31 exit by Salman Nabi · Mon Feb 19 16:50:05 2024 +0000
  4. 807f41b fix(xilinx): follow MISRA-C standards for condition check by Ronak Jain · Wed May 08 02:41:13 2024 -0700
  5. 9ab3010 fix(zynqmp): resolve null pointer dereferencing by Ronak Jain · Wed May 08 02:36:16 2024 -0700
  6. c02be8d Merge "feat(zynqmp): remove unused pm_get_proc_by_node()" into integration by Joanna Farley · Thu May 02 10:13:54 2024 +0200
  7. 652abf5 feat(zynqmp): remove unused pm_get_proc_by_node() by Ronak Jain · Mon Apr 15 23:38:24 2024 -0700
  8. b8eca3b fix(xilinx): check proc variable before use by Michal Simek · Fri Apr 19 12:16:46 2024 +0200
  9. 2c0fd19 feat(xilinx): send SGI to mailbox driver by Tanmay Shah · Tue Feb 13 17:07:42 2024 -0800
  10. 367a1ce Merge changes from topic "idling-during-subsystem-restart" into integration by Joanna Farley · Mon Jan 22 16:12:02 2024 +0100
  11. 9dcf13e Merge "feat(versal): extend platform address space sizes" into integration by Joanna Farley · Mon Jan 22 16:07:46 2024 +0100
  12. 1d1710a fix(xilinx): deprecate SiP service count query by Akshay Belsare · Thu Jan 11 14:47:02 2024 +0530
  13. 609186a feat(versal): extend platform address space sizes by Akshay Belsare · Wed Jan 10 16:53:34 2024 +0530
  14. ebf638d fix(xilinx): add console_flush() before shutdown by Jay Buddhabhatti · Sun Oct 08 22:08:02 2023 -0700
  15. bfe18c4 fix(xilinx): fix sending sgi to linux by Jay Buddhabhatti · Mon Sep 11 23:50:53 2023 -0700
  16. 31488a3 feat(xilinx): add new state to identify cpu power down by Jay Buddhabhatti · Mon Sep 11 23:50:06 2023 -0700
  17. 10e71e4 feat(xilinx): request cpu power down from reset by Jay Buddhabhatti · Mon Jun 19 05:08:54 2023 -0700
  18. 3c06c7b feat(xilinx): power down all cores on receiving cpu pwrdwn req by Jay Buddhabhatti · Tue Apr 25 05:09:15 2023 -0700
  19. 1dfe497 feat(xilinx): add handler for power down req sgi irq by Jay Buddhabhatti · Tue Apr 25 04:34:51 2023 -0700
  20. a0f8557 feat(xilinx): add wrapper to handle cpu power down req by Jay Buddhabhatti · Tue Apr 25 04:15:51 2023 -0700
  21. b7bb1ed fix(versal-net): use arm common GIC handlers by Jay Buddhabhatti · Thu Oct 05 21:55:28 2023 -0700
  22. 6da8794 fix(xilinx): rename macros to align with ARM by Jay Buddhabhatti · Thu Oct 05 05:21:50 2023 -0700
  23. af63618 refactor(xilinx): move plat_get_syscnt_freq2 to common file by Prasad Kummari · Wed Dec 20 11:01:24 2023 +0530
  24. 8002802 refactor(versal-net): rename VERSAL_NET_IOU_SCNTRS register to generic by Prasad Kummari · Wed Dec 20 16:23:42 2023 +0530
  25. 2eb2279 fix(versal-net): setup counter frequency by Prasad Kummari · Wed Dec 20 16:15:03 2023 +0530
  26. 2038bd6 fix(versal): initialize cntfrq_el0 register by Prasad Kummari · Thu Dec 14 10:52:24 2023 +0530
  27. 4acc8d0 feat(versal): enable errata management feature by Prasad Kummari · Tue Dec 19 11:36:03 2023 +0530
  28. 9b9e0ac Merge "feat(versal-net): add bufferless IPI Support" into integration by Joanna Farley · Fri Dec 08 09:35:48 2023 +0100
  29. 5d8cd75 feat(versal-net): add bufferless IPI Support by Ben Levinsky · Mon Nov 06 20:45:20 2023 -0800
  30. a103aa7 build(versal-net): reorganize platform source files by Akshay Belsare · Wed Nov 08 14:27:22 2023 +0530
  31. 4e5ebe5 fix(xilinx): update correct return types by Prasad Kummari · Wed Nov 08 16:50:03 2023 +0530
  32. 5eafc83 fix(xilinx): add FIT image check in DT console by Prasad Kummari · Fri Nov 03 16:47:26 2023 +0530
  33. 0c71800 fix(xilinx): add FIT image check in prepare_dtb by Prasad Kummari · Fri Oct 20 15:09:27 2023 +0530
  34. 3f2aecc Merge changes from topic "enable_assertion" into integration by Joanna Farley · Mon Nov 06 17:55:20 2023 +0100
  35. 64d7387 Merge "feat(xilinx): switch boot console to runtime" into integration by Joanna Farley · Mon Nov 06 14:55:07 2023 +0100
  36. 9e250b0 Merge "feat(zynqmp): remove pm_ioctl_set_sgmii_mode api" into integration by Joanna Farley · Mon Nov 06 09:21:54 2023 +0100
  37. 65577f5 feat(zynqmp): remove pm_ioctl_set_sgmii_mode api by Ronak Jain · Thu Nov 02 23:05:42 2023 -0700
  38. 5317488 feat(versal-net): add tsp support by Prasad Kummari · Fri Oct 27 13:54:20 2023 +0530
  39. 6dee9fb feat(versal): add tsp support by Prasad Kummari · Tue Oct 31 15:20:00 2023 +0530
  40. 58566e6 refactor(xilinx): add generic TSP makefile by Prasad Kummari · Wed Nov 01 14:31:51 2023 +0530
  41. 877efa7 chore(zynqmp): reorganize tsp code into common path by Prasad Kummari · Tue Oct 31 15:05:29 2023 +0530
  42. 0b37714 refactor(xilinx): rename platform function to generic name by Prasad Kummari · Thu Oct 26 16:32:26 2023 +0530
  43. 326576d feat(zynqmp): enable assertion by Amit Nagal · Tue Oct 31 10:15:22 2023 +0530
  44. 82d0e0f feat(versal-net): enable assertion by Amit Nagal · Mon Oct 30 12:25:49 2023 +0530
  45. 5f39807 feat(versal): enable assertion by Amit Nagal · Mon Oct 30 12:08:34 2023 +0530
  46. edfc0c2 fix(versal): type cast addresses to fix integer overflow by Prasad Kummari · Mon Oct 30 14:12:14 2023 +0530
  47. 3da80c8 feat(xilinx): switch boot console to runtime by Michal Simek · Fri Oct 13 11:12:19 2023 +0200
  48. a8e5a58 feat(versal-net): retrieval of console information from dtb by Prasad Kummari · Wed Sep 20 10:12:41 2023 +0530
  49. 4d068a4 feat(versal): retrieval of console information from dtb by Prasad Kummari · Tue Sep 19 22:16:12 2023 +0530
  50. e7e8f86 refactor(xilinx): create generic function for clock retrieval by Prasad Kummari · Wed Oct 04 10:20:30 2023 +0530
  51. b72494e feat(zynqmp): retrieval of console information from dtb by Prasad Kummari · Tue Sep 19 22:15:05 2023 +0530
  52. f7c85f8 refactor(zynqmp): use common code for prepare_dtb by Amit Nagal · Wed Sep 27 15:13:42 2023 +0530
  53. 66d3cda refactor(xilinx): remove multiple return paths in prepare_dtb by Amit Nagal · Wed Sep 27 12:28:35 2023 +0530
  54. ec9fcba fix(versal-net): use correct macro name for uart baudrate by Prasad Kummari · Wed Oct 04 11:37:51 2023 +0530
  55. a7b999b fix(xilinx): remove console error message by Michal Simek · Wed Sep 27 14:33:33 2023 +0200
  56. c56e548 feat(xilinx): sync macro names by Michal Simek · Wed Sep 27 13:58:06 2023 +0200
  57. 6ee4ba6 feat(xilinx): remove crash console unused macros by Michal Simek · Wed Sep 27 14:03:31 2023 +0200
  58. 2f4c07e feat(xilinx): used console also as crash console by Michal Simek · Wed Sep 20 10:32:48 2023 +0200
  59. 23551e8 feat(versal-net): remove empty crash console setup by Michal Simek · Mon Sep 18 10:14:10 2023 +0200
  60. 29efcbe fix(xilinx): dcache flush for dtb region by Amit Nagal · Mon Sep 04 21:54:00 2023 -1200
  61. c1248e8 fix(xilinx): dynamic mmap region for dtb by Amit Nagal · Mon Sep 04 21:53:59 2023 -1200
  62. c6a3c32 Merge "fix(xilinx): don't reserve 1 more byte" into integration by Joanna Farley · Thu Sep 07 09:36:54 2023 +0200
  63. 53be5f6 fix(xilinx): don't reserve 1 more byte by Michal Simek · Tue Sep 05 12:26:44 2023 +0200
  64. 659c6aa fix(xilinx): update dtb when dtb address and tf-a ddr flow is used by Amit Nagal · Tue Aug 29 02:44:59 2023 -1200
  65. 64e41ba fix(versal): use correct macro name for ocm base address by Amit Nagal · Tue Aug 29 02:44:58 2023 -1200
  66. 4074bad Merge "fix(versal-net): don't clear pending interrupts" into integration by Joanna Farley · Mon Aug 21 09:54:32 2023 +0200
  67. 3074e46 fix(versal-net): don't clear pending interrupts by Saeed Nowshadi · Tue Aug 15 15:58:46 2023 -0700
  68. 13e0158 fix(zynqmp): validate clock_id to avoid OOB variable access by Naman Trivedi Manojbhai · Tue Aug 15 23:44:43 2023 -0700
  69. b59efc5 fix(versal-net): make pmc ipi channel as secure by Jay Buddhabhatti · Mon Jul 31 01:39:47 2023 -0700
  70. 84be8e8 fix(versal): make pmc ipi channel as secure by Jay Buddhabhatti · Mon Jul 31 01:31:00 2023 -0700
  71. 10498a2 fix(versal-net): add redundant call to avoid glitches by Jay Buddhabhatti · Mon Jul 31 00:11:00 2023 -0700
  72. bd603bf fix(versal-net): change flag to increase security by Jay Buddhabhatti · Sun Jul 30 23:49:11 2023 -0700
  73. c7b13c4 Merge "chore(xilinx): reorder headers in assembly files" into integration by Manish V Badarkhe · Mon Aug 07 15:15:05 2023 +0200
  74. ddb4e8b Merge "chore(xilinx): correct kernel doc warnings for missing functions" into integration by Manish V Badarkhe · Mon Aug 07 14:33:38 2023 +0200
  75. 0171257 Merge changes from topic "xlnx_zynmp_tsp" into integration by Manish V Badarkhe · Mon Aug 07 14:32:13 2023 +0200
  76. 99ab8f3 Merge "fix(xilinx): add headers to resolve compile time issue" into integration by Manish V Badarkhe · Mon Aug 07 12:34:12 2023 +0200
  77. e3f2a10 fix(xilinx): add headers to resolve compile time issue by Akshay Belsare · Wed Jul 19 10:07:50 2023 +0530
  78. d5a3eff fix(xilinx): remove clock_setrate and clock_getrate api by Ronak Jain · Wed Aug 02 01:28:10 2023 -0700
  79. d684f2c chore(zynqmp): remove unused configuration from TSP by Prasad Kummari · Fri Jul 14 16:39:02 2023 +0530
  80. e3af72f fix(zynqmp): resolve runtime error in TSP by Prasad Kummari · Fri Jul 14 16:32:19 2023 +0530
  81. d7166e8 chore(xilinx): reorder headers in assembly files by Prasad Kummari · Wed Jul 19 11:02:31 2023 +0530
  82. 2ef9f0c chore(xilinx): correct kernel doc warnings for missing functions by Prasad Kummari · Wed Jul 19 11:48:42 2023 +0530
  83. efefcd4 feat(versal-net): ddr address reservation in dtb at runtime by Amit Nagal · Mon Jul 10 10:43:29 2023 +0530
  84. 3a7d304 feat(versal): ddr address reservation in dtb at runtime by Amit Nagal · Mon Jul 10 10:32:15 2023 +0530
  85. bf3b4dc Merge "chore(xilinx): reorder include files as per TF-A guidelines" into integration by Manish Pandey · Tue Jul 04 19:12:40 2023 +0200
  86. 7cf6dc5 Merge "fix(versal-net): correct device node indexes" into integration by Manish Pandey · Tue Jul 04 19:11:24 2023 +0200
  87. 8611153 fix(versal-net): correct device node indexes by Jay Buddhabhatti · Wed Jun 28 17:23:32 2023 +0530
  88. d66a789 chore(xilinx): update warning message by Akshay Belsare · Thu Jun 22 11:57:18 2023 +0530
  89. 29ffe14 feat(versal-net): add cluster check in handoff parameters by Akshay Belsare · Thu Jun 15 16:48:46 2023 +0530
  90. 80fde97 feat(versal-net): get the handoff params using IPI by Akshay Belsare · Tue Mar 07 15:05:57 2023 +0530
  91. 07795fa chore(xilinx): replace fsbl with xbl by Prasad Kummari · Thu Jun 08 21:36:38 2023 +0530
  92. 536e110 chore(xilinx): reorder include files as per TF-A guidelines by Prasad Kummari · Thu Jun 22 10:50:02 2023 +0530
  93. 7d0623a chore(xilinx): follow kernel doc format for functional documentation by Prasad Kummari · Fri Jun 09 14:32:00 2023 +0530
  94. e748f9f fix(zynqmp): type cast addresses to fix overflow issue by Akshay Belsare · Thu Jun 08 11:19:54 2023 +0530
  95. b31b920 fix(versal): add missing irq mapping for wakeup src by Jay Buddhabhatti · Mon Jun 12 04:36:38 2023 -0700
  96. 385225b Merge "fix(zynqmp): fix prepare_dtb() memory description" into integration by Manish Pandey · Mon Jun 12 17:33:00 2023 +0200
  97. c86f144 Merge "chore(xilinx): replace ATF with TFA" into integration by Manish Pandey · Wed Jun 07 17:49:58 2023 +0200
  98. 0add7e8 fix(zynqmp): fix prepare_dtb() memory description by Michal Simek · Fri Jun 02 15:07:05 2023 +0200
  99. c83d9b3 fix(zynqmp): fix sdei arm_validate_ns_entrypoint() by Michal Simek · Wed Jun 07 09:03:23 2023 +0200
  100. e078311 chore(xilinx): replace ATF with TFA by Prasad Kummari · Wed Apr 26 11:02:07 2023 +0530