1. ae8e013 feat(versal): deprecate build time arg VERSAL_PLATFORM by Maheedhar Bollapalli · Wed Jul 24 09:54:15 2024 +0530
  2. 765aa11 fix(versal): remove check for bl32 load address by Amit Nagal · Mon Jun 24 11:52:26 2024 +0530
  3. 7a5c0c7 Merge changes I0e7650c0,I33acead9 into integration by Joanna Farley · Thu May 09 09:18:21 2024 +0200
  4. 902c82a refactor(console): consolidate console runtime switch by Salman Nabi · Wed Feb 21 17:07:24 2024 +0000
  5. d0ff550 refactor(xilinx): console runtime switch on bl31 exit by Salman Nabi · Mon Feb 19 16:50:05 2024 +0000
  6. 807f41b fix(xilinx): follow MISRA-C standards for condition check by Ronak Jain · Wed May 08 02:41:13 2024 -0700
  7. b8eca3b fix(xilinx): check proc variable before use by Michal Simek · Fri Apr 19 12:16:46 2024 +0200
  8. 367a1ce Merge changes from topic "idling-during-subsystem-restart" into integration by Joanna Farley · Mon Jan 22 16:12:02 2024 +0100
  9. 9dcf13e Merge "feat(versal): extend platform address space sizes" into integration by Joanna Farley · Mon Jan 22 16:07:46 2024 +0100
  10. 1d1710a fix(xilinx): deprecate SiP service count query by Akshay Belsare · Thu Jan 11 14:47:02 2024 +0530
  11. 609186a feat(versal): extend platform address space sizes by Akshay Belsare · Wed Jan 10 16:53:34 2024 +0530
  12. 31488a3 feat(xilinx): add new state to identify cpu power down by Jay Buddhabhatti · Mon Sep 11 23:50:06 2023 -0700
  13. 10e71e4 feat(xilinx): request cpu power down from reset by Jay Buddhabhatti · Mon Jun 19 05:08:54 2023 -0700
  14. 1dfe497 feat(xilinx): add handler for power down req sgi irq by Jay Buddhabhatti · Tue Apr 25 04:34:51 2023 -0700
  15. 6da8794 fix(xilinx): rename macros to align with ARM by Jay Buddhabhatti · Thu Oct 05 05:21:50 2023 -0700
  16. af63618 refactor(xilinx): move plat_get_syscnt_freq2 to common file by Prasad Kummari · Wed Dec 20 11:01:24 2023 +0530
  17. 2038bd6 fix(versal): initialize cntfrq_el0 register by Prasad Kummari · Thu Dec 14 10:52:24 2023 +0530
  18. 4acc8d0 feat(versal): enable errata management feature by Prasad Kummari · Tue Dec 19 11:36:03 2023 +0530
  19. 3f2aecc Merge changes from topic "enable_assertion" into integration by Joanna Farley · Mon Nov 06 17:55:20 2023 +0100
  20. 64d7387 Merge "feat(xilinx): switch boot console to runtime" into integration by Joanna Farley · Mon Nov 06 14:55:07 2023 +0100
  21. 6dee9fb feat(versal): add tsp support by Prasad Kummari · Tue Oct 31 15:20:00 2023 +0530
  22. 0b37714 refactor(xilinx): rename platform function to generic name by Prasad Kummari · Thu Oct 26 16:32:26 2023 +0530
  23. 5f39807 feat(versal): enable assertion by Amit Nagal · Mon Oct 30 12:08:34 2023 +0530
  24. edfc0c2 fix(versal): type cast addresses to fix integer overflow by Prasad Kummari · Mon Oct 30 14:12:14 2023 +0530
  25. 3da80c8 feat(xilinx): switch boot console to runtime by Michal Simek · Fri Oct 13 11:12:19 2023 +0200
  26. 4d068a4 feat(versal): retrieval of console information from dtb by Prasad Kummari · Tue Sep 19 22:16:12 2023 +0530
  27. e7e8f86 refactor(xilinx): create generic function for clock retrieval by Prasad Kummari · Wed Oct 04 10:20:30 2023 +0530
  28. a7b999b fix(xilinx): remove console error message by Michal Simek · Wed Sep 27 14:33:33 2023 +0200
  29. c56e548 feat(xilinx): sync macro names by Michal Simek · Wed Sep 27 13:58:06 2023 +0200
  30. 6ee4ba6 feat(xilinx): remove crash console unused macros by Michal Simek · Wed Sep 27 14:03:31 2023 +0200
  31. 2f4c07e feat(xilinx): used console also as crash console by Michal Simek · Wed Sep 20 10:32:48 2023 +0200
  32. c1248e8 fix(xilinx): dynamic mmap region for dtb by Amit Nagal · Mon Sep 04 21:53:59 2023 -1200
  33. 64e41ba fix(versal): use correct macro name for ocm base address by Amit Nagal · Tue Aug 29 02:44:58 2023 -1200
  34. 84be8e8 fix(versal): make pmc ipi channel as secure by Jay Buddhabhatti · Mon Jul 31 01:31:00 2023 -0700
  35. d7166e8 chore(xilinx): reorder headers in assembly files by Prasad Kummari · Wed Jul 19 11:02:31 2023 +0530
  36. 3a7d304 feat(versal): ddr address reservation in dtb at runtime by Amit Nagal · Mon Jul 10 10:32:15 2023 +0530
  37. 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
  38. 07795fa chore(xilinx): replace fsbl with xbl by Prasad Kummari · Thu Jun 08 21:36:38 2023 +0530
  39. 536e110 chore(xilinx): reorder include files as per TF-A guidelines by Prasad Kummari · Thu Jun 22 10:50:02 2023 +0530
  40. 7d0623a chore(xilinx): follow kernel doc format for functional documentation by Prasad Kummari · Fri Jun 09 14:32:00 2023 +0530
  41. b31b920 fix(versal): add missing irq mapping for wakeup src by Jay Buddhabhatti · Mon Jun 12 04:36:38 2023 -0700
  42. c86f144 Merge "chore(xilinx): replace ATF with TFA" into integration by Manish Pandey · Wed Jun 07 17:49:58 2023 +0200
  43. e078311 chore(xilinx): replace ATF with TFA by Prasad Kummari · Wed Apr 26 11:02:07 2023 +0530
  44. b375b31 Merge changes from topic "xlnx_smcc_soc_id" into integration by Joanna Farley · Wed May 24 16:43:25 2023 +0200
  45. 8915758 Merge changes from topic "xilinx-ipi" into integration by Joanna Farley · Wed May 24 14:40:51 2023 +0200
  46. 589ccce feat(versal): add support for SMCC ARCH SOC ID by Akshay Belsare · Mon May 08 19:00:53 2023 +0530
  47. cc3e739 fix(versal): fix BLXX memory limits for user defined values by Ilias Apalodimas · Tue May 23 14:46:48 2023 +0300
  48. c23473d feat(xilinx): fix IPI calculation for Versal/NET by Michal Simek · Tue Apr 25 14:37:00 2023 +0200
  49. 3a63f05 feat(xilinx): setup local/remote id in header by Michal Simek · Tue Apr 25 14:21:20 2023 +0200
  50. 9a8da50 feat(xilinx): clean macro names by Michal Simek · Tue Apr 25 14:04:02 2023 +0200
  51. 646cdd1 fix(zynqmp): remove unused headers by Michal Simek · Tue Apr 25 10:18:10 2023 +0200
  52. d62c8dd feat(xilinx): move IPI related macros to plat_ipi.h by Michal Simek · Tue Apr 25 12:46:03 2023 +0200
  53. 0129707 feat(xilinx): sync copyright format by Michal Simek · Tue Apr 25 14:14:06 2023 +0200
  54. d3407df Merge changes from topic "versal/xlat-v2" into integration by Joanna Farley · Mon Apr 24 14:08:10 2023 +0200
  55. d8c8b3b Merge "style(xilinx): replace ARM by Arm in copyrights" into integration by Joanna Farley · Thu Apr 20 10:18:31 2023 +0200
  56. 058251a feat(versal): switch to xlat_v2 by Michal Simek · Thu Apr 13 13:19:11 2023 +0200
  57. 6b7f4d8 fix(xilinx): remove asserts around arg0/arg1 by Michal Simek · Mon Apr 17 13:15:23 2023 +0200
  58. 2a47faa style(xilinx): replace ARM by Arm in copyrights by Michal Simek · Fri Apr 14 08:43:51 2023 +0200
  59. 467e16e fix(versal): replace FPD_MAINCCI* macros by Michal Simek · Fri Apr 14 08:39:49 2023 +0200
  60. c06a271 feat(versal): replace irq array with switch case by Jay Buddhabhatti · Thu Dec 22 22:27:01 2022 -0800
  61. a63b354 refactor(versal): move set wake src fn to common place by Jay Buddhabhatti · Tue Feb 28 02:22:02 2023 -0800
  62. 6a44ad0 refactor(xilinx): rename gic macros to make common by Jay Buddhabhatti · Tue Feb 28 01:23:04 2023 -0800
  63. 5b9f391 refactor(xilinx): move pm_defs.h to common place by Jay Buddhabhatti · Thu Feb 02 22:34:03 2023 -0800
  64. 26e138a refactor(xilinx): move versal files to common place by Jay Buddhabhatti · Wed Dec 21 23:03:35 2022 -0800
  65. beec83f fix(xilinx): handle CRC failure in IPI callback by Naman Trivedi Manojbhai · Tue Mar 07 12:41:12 2023 +0530
  66. c0dfba8 fix(xilinx): handle CRC failure in IPI by Naman Trivedi Manojbhai · Tue Mar 07 12:41:11 2023 +0530
  67. 77cfcf8 Merge changes I51c13c52,I3358c51e into integration by Manish Pandey · Wed Feb 22 13:19:01 2023 +0100
  68. 33bfc5e build: always prefix section names with `.` by Chris Kay · Tue Feb 14 11:30:04 2023 +0000
  69. 5b5b8ff Merge "fix(versal): check smc_fid 23:16 bits" into integration by Joanna Farley · Fri Feb 17 13:13:24 2023 +0100
  70. 6e45f94 fix(versal): check smc_fid 23:16 bits by Michal Simek · Wed Feb 15 12:39:22 2023 +0100
  71. 32e4468 fix(versal): fix incorrect regbase for PMC IPI by Michal Simek · Thu Feb 09 13:33:43 2023 +0100
  72. f0ff048 fix(versal): sync location based on IPI_ID macros by Michal Simek · Wed Feb 08 13:34:47 2023 +0100
  73. f6b3608 fix(xilinx): remove unused mailbox macros by Michal Simek · Wed Feb 08 09:31:09 2023 +0100
  74. bdffd36 chore(xilinx): update print information by Akshay Belsare · Wed Jan 18 17:04:22 2023 +0530
  75. e3511ae fix(versal): print proper atf handoff source by Akshay Belsare · Wed Jan 11 11:45:25 2023 +0530
  76. 05e9d4d fix: remove old-style declarations by Boyan Karatotev · Tue Nov 22 14:31:41 2022 +0000
  77. b8434b1 fix(versal): initialize the variable with value 0 in pm code by Naman Patel · Wed Nov 16 01:54:23 2022 -0800
  78. aa81171 fix(zynqmp): resolve coverity warnings by HariBabu Gattem · Fri Oct 07 00:07:49 2022 -0700
  79. 1cda4b0 fix(versal): enable a72 erratum 859971 and 1319367 by Michal Simek · Fri Oct 07 08:15:19 2022 +0200
  80. 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
  81. 1c5b80d Merge "fix(versal): route GIC IPI interrupts during setup" into integration by Joanna Farley · Thu Sep 15 09:16:20 2022 +0200
  82. fde084c fix(versal): route GIC IPI interrupts during setup by Tanmay Shah · Tue Sep 13 10:24:27 2022 -0700
  83. 509bfc7 chore(versal): add missing dot at the end of sentence by Michal Simek · Wed Sep 14 09:32:47 2022 +0200
  84. 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
  85. c3da9c0 feat(versal): update macro name to generic and move to common place by Jay Buddhabhatti · Mon Apr 04 23:42:04 2022 -0700
  86. fdae9e8 feat(versal): add infrastructure to handle multiple interrupts by Tanmay Shah · Fri Aug 26 15:06:00 2022 -0700
  87. 5e3af33 fix(versal): add SGI register call version check by Tanmay Shah · Fri Aug 26 15:13:48 2022 -0700
  88. d1b67a4 Merge "fix(versal): use only one space for indentation" into integration by Joanna Farley · Mon Aug 08 00:00:44 2022 +0200
  89. 89e3c29 fix(versal): use only one space for indentation by Michal Simek · Thu Aug 04 14:08:32 2022 +0200
  90. 57cf55a fix(versal): fix code indentation issues by Michal Simek · Fri Jul 29 07:48:59 2022 +0200
  91. 47fd75a fix(versal): fix macro coding style issues by Michal Simek · Wed Jul 27 14:17:30 2022 +0200
  92. 2d27cb9 fix(versal): resolve misra 10.1 warnings by Venkatesh Yadav Abbarapu · Sun Jul 31 14:08:53 2022 +0530
  93. 2cefbcd fix(versal): resolve the misra 4.6 warnings by Venkatesh Yadav Abbarapu · Sun Jul 31 14:05:40 2022 +0530
  94. d90e47b fix(xilinx): miscellaneous fixes for xilinx platforms by Venkatesh Yadav Abbarapu · Thu Jul 28 08:50:30 2022 +0530
  95. d5e9625 fix(versal): remove clock related macros by Michal Simek · Thu Jul 21 08:54:16 2022 +0200
  96. a0657d9 feat(versal): resolve the misra 10.1 warnings by Venkatesh Yadav Abbarapu · Wed Jul 20 09:03:22 2022 +0530
  97. 58b24d8 feat(versal): get the handoff params using IPI by Venkatesh Yadav Abbarapu · Tue Jul 12 09:19:03 2022 +0530
  98. 94cf1a7 refactor(versal): move payload and module ID macros by Venkatesh Yadav Abbarapu · Tue Jul 12 09:06:01 2022 +0530
  99. ab16713 fix(versal): resolve misra 15.6 warnings by Venkatesh Yadav Abbarapu · Wed May 25 15:18:24 2022 +0530
  100. d3c0eb4 fix(versal): resolve misra 8.13 warnings by Venkatesh Yadav Abbarapu · Tue May 24 14:02:52 2022 +0530