1. abf9fb9 refactor(aarch64): refactor usage of elx_panic by Govindraj Raja · Mon Jan 16 15:11:47 2023 +0000
  2. 67b5762 refactor(aarch64): cleanup HANDLE_EA_EL3_FIRST_NS usage by Govindraj Raja · Thu Dec 01 16:47:28 2022 +0000
  3. 709ea5f Merge changes from topic "zynqmp-smc" into integration by Joanna Farley · Sat Feb 18 17:35:44 2023 +0100
  4. a408602 Merge "feat(zynqmp): add support for custom sip service" into integration by Joanna Farley · Fri Feb 17 17:49:29 2023 +0100
  5. 5b5b8ff Merge "fix(versal): check smc_fid 23:16 bits" into integration by Joanna Farley · Fri Feb 17 13:13:24 2023 +0100
  6. 46a52f7 Merge "docs(xilinx): correct function description" into integration by Joanna Farley · Fri Feb 17 13:10:23 2023 +0100
  7. 108a7d9 Merge "fix(zynqmp): update the conflicting EEMI API IDs" into integration by Joanna Farley · Fri Feb 17 00:52:10 2023 +0100
  8. afcf3fa Merge changes from topic "xlnx_zynqmp_debug" into integration by Joanna Farley · Fri Feb 17 00:50:39 2023 +0100
  9. 1398bd4 Merge changes from topic "versal-ipi" into integration by Joanna Farley · Fri Feb 17 00:44:42 2023 +0100
  10. f7ecba3 feat(zynqmp): add support for custom sip service by Amit Nagal · Wed Feb 15 18:43:55 2023 +0530
  11. 6e45f94 fix(versal): check smc_fid 23:16 bits by Michal Simek · Wed Feb 15 12:39:22 2023 +0100
  12. db988fe fix(zynqmp): check smc_fid 23:16 bits by Michal Simek · Tue Feb 14 13:10:29 2023 +0100
  13. db455e1 fix(zynqmp): separate EM from PM SMCs by Michal Simek · Tue Feb 14 08:06:17 2023 +0100
  14. eb2c0c0 fix(zynqmp): fix bl31_zynqmp_setup.c coding style by Michal Simek · Mon Feb 13 14:35:21 2023 +0100
  15. f5ec487 Merge "feat(zynqmp): bump up version of query_data API" into integration by Joanna Farley · Thu Feb 16 12:25:17 2023 +0100
  16. e975642 docs(xilinx): correct function description by Naman Patel · Wed Feb 15 01:01:21 2023 -0800
  17. 0ac097f fix(zynqmp): update the conflicting EEMI API IDs by Nava kishore Manne · Wed Feb 15 16:13:48 2023 +0530
  18. 32e4468 fix(versal): fix incorrect regbase for PMC IPI by Michal Simek · Thu Feb 09 13:33:43 2023 +0100
  19. f0ff048 fix(versal): sync location based on IPI_ID macros by Michal Simek · Wed Feb 08 13:34:47 2023 +0100
  20. f6b3608 fix(xilinx): remove unused mailbox macros by Michal Simek · Wed Feb 08 09:31:09 2023 +0100
  21. 4e6cce5 Merge "fix(zynqmp): fix DT reserved allocated size" into integration by Joanna Farley · Wed Feb 15 17:59:07 2023 +0100
  22. 69c6a59 fix(zynqmp): with DEBUG=1 move bl31 to DDR range by Akshay Belsare · Wed Feb 15 10:49:52 2023 +0530
  23. b7a57b5 fix(zynqmp): update MAX_XLAT_TABLES for DDR memory range by Akshay Belsare · Wed Feb 15 17:29:42 2023 +0530
  24. 11b084a feat(zynqmp): bump up version of query_data API by Ronak Jain · Mon Feb 13 04:48:06 2023 -0800
  25. 21a4b22 Merge "fix(zynqmp): enable A53 workaround(errata 1530924)" into integration by Joanna Farley · Tue Feb 14 10:17:43 2023 +0100
  26. 4ed8cd5 Merge "feat(zynqmp): add SMCCC_ARCH_SOC_ID support" into integration by Joanna Farley · Tue Feb 14 10:16:59 2023 +0100
  27. 7c75489 fix(zynqmp): fix DT reserved allocated size by Michal Simek · Mon Feb 13 13:11:28 2023 +0100
  28. 0c0007b build: permit multiple linker scripts by Chris Kay · Mon Jan 16 18:57:26 2023 +0000
  29. 68d2836 build: clarify linker script generation by Chris Kay · Mon Jan 16 16:53:45 2023 +0000
  30. 4ef95f2 Merge changes from topic "mb/tos-fw-config-load-refactor" into integration by Sandrine Bailleux · Fri Feb 10 10:05:12 2023 +0100
  31. 81ec0d1 fix(zynqmp): enable A53 workaround(errata 1530924) by Michal Simek · Thu Feb 09 13:21:10 2023 +0100
  32. c98da1c feat(zynqmp): add SMCCC_ARCH_SOC_ID support by Michal Simek · Thu Feb 09 10:28:58 2023 +0100
  33. 546c0df Merge changes I7bd311d7,Iea7dcfe3,I9d890934 into integration by Manish V Badarkhe · Wed Feb 08 15:20:10 2023 +0100
  34. a0d5335 feat(spmd): map SPMC manifest region as EL3_PAS by Manish V Badarkhe · Tue Feb 07 11:26:38 2023 +0000
  35. 87dd1a3 feat(fvp): update device tree with load addresses of TOS_FW config by Manish V Badarkhe · Tue Feb 07 11:26:38 2023 +0000
  36. b2e34ff refactor(fvp): rename the DTB info structure member by Manish V Badarkhe · Tue Feb 07 11:26:38 2023 +0000
  37. 4f6b807 fix(allwinner): check RSB availability in DT on H6 by Andre Przywara · Wed Feb 01 22:28:37 2023 +0000
  38. 8def196 refactor(fdt): introduce common fdt_node_is_enabled() by Andre Przywara · Fri Feb 03 11:11:18 2023 +0000
  39. ec051f1 Merge "fix(versal-net): populate gic v3 rdist data statically" into integration by Joanna Farley · Fri Feb 03 10:27:25 2023 +0100
  40. 957ae73 Merge changes from topic "xlnx_feat_chores" into integration by Joanna Farley · Thu Feb 02 16:53:37 2023 +0100
  41. bdffd36 chore(xilinx): update print information by Akshay Belsare · Wed Jan 18 17:04:22 2023 +0530
  42. b8cd4aa Merge changes I1b092bc1,Ifc2461b4,I5176caa5 into integration by Soby Mathew · Wed Feb 01 17:03:22 2023 +0100
  43. d517f7b fix(versal-net): populate gic v3 rdist data statically by Jay Buddhabhatti · Mon Jan 23 23:32:35 2023 -0800
  44. 50a2968 feat(versal-net): add jtag dcc support by Akshay Belsare · Wed Jan 18 15:54:12 2023 +0530
  45. 334d235 feat(rme): read DRAM information from FVP DTB by AlexeiFedorov · Thu Dec 29 15:57:40 2022 +0000
  46. 5ef18c1 Merge "feat(morello): add support for HW_CONFIG" into integration by Manish V Badarkhe · Mon Jan 30 16:55:55 2023 +0100
  47. 311b33d perf(imx): speed-up console/uart TX using FIFO by Loic Poulain · Wed Jan 11 16:08:48 2023 +0100
  48. 541206a feat(morello): add support for HW_CONFIG by Patrik Berglund · Wed Sep 14 17:22:15 2022 +0100
  49. f0c9a68 Merge "feat(rss): add TC platform UUIDs for RSS images" into integration by Sandrine Bailleux · Mon Jan 23 12:47:15 2023 +0100
  50. 27d45ca Merge changes from topic "feat_state_rework" into integration by Manish Pandey · Thu Jan 19 18:19:50 2023 +0100
  51. 6cb3bbe Merge "fix(plat/css): fix invalid redistributor poweroff" into integration by Madhukar Pappireddy · Wed Jan 18 19:51:50 2023 +0100
  52. a7d9b4f fix(plat/css): fix invalid redistributor poweroff by Waleed Elmelegy · Mon Jan 16 15:10:38 2023 +0000
  53. a8a1ca5 Merge "fix(zynqmp): fix xck24 silicon ID" into integration by Joanna Farley · Wed Jan 18 13:33:02 2023 +0100
  54. ab5ac7d Merge changes from topic "mtk_spm" into integration by Manish Pandey · Wed Jan 18 12:06:11 2023 +0100
  55. dfe452d fix(zynqmp): fix xck24 silicon ID by Michal Simek · Wed Jan 18 08:55:20 2023 +0100
  56. 8e754f9 feat(rme): set DRAM information in Boot Manifest platform data by AlexeiFedorov · Wed Dec 14 17:28:11 2022 +0000
  57. a4933c8 Merge changes from topic "ti-k3-checks-and-refactor" into integration by Madhukar Pappireddy · Mon Jan 16 21:46:50 2023 +0100
  58. 908b767 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · Mon Jan 16 16:45:37 2023 +0100
  59. ab68d09 Merge changes from topic "refactor_st_common" into integration by Manish Pandey · Mon Jan 16 16:44:17 2023 +0100
  60. 0babc5f feat(versal-net): add support for uart1 console by Akshay Belsare · Fri Jan 13 14:40:37 2023 +0530
  61. c39841f fix(ti): fix typo in boot authentication message name by Andrew Davis · Tue Jan 10 12:34:20 2023 -0600
  62. 0b9f740 refactor(ti): remove empty validate_ns_entrypoint function by Andrew Davis · Tue Nov 15 18:11:25 2022 -0600
  63. b910470 refactor(ti): use console_set_scope() rather than empty function hack by Andrew Davis · Tue Nov 15 18:04:41 2022 -0600
  64. 49dd30c refactor(ti): factor out common board code into common files by Andrew Davis · Fri Nov 11 12:49:38 2022 -0600
  65. fbc99cf feat(ti): add PSCI system_off support by Andrew Davis · Tue Nov 15 18:08:16 2022 -0600
  66. d7c4e06 feat(ti): do not handle EAs in EL3 by Andrew Davis · Tue Sep 27 07:13:21 2022 -0500
  67. 619d6fb feat(ti): set snoop-delayed exclusive handling on A72 cores by Andrew Davis · Thu Jan 12 09:32:33 2023 -0600
  68. 227a42e feat(ti): disable L2 dataless UniqueClean evictions by Andrew Davis · Thu Sep 01 11:02:59 2022 -0500
  69. b3fd376 feat(ti): set L2 cache ECC and and parity on A72 cores by Andrew Davis · Tue Jan 10 13:25:42 2023 -0600
  70. e7d7d11 feat(ti): set L2 cache data ram latency on A72 cores to 4 cycles by Andrew Davis · Tue Jan 10 13:14:37 2023 -0600
  71. a81a3d9 feat(rdn2): add platform id value for rdn2 variant 3 by Tony K Nadackal · Wed Nov 24 16:09:26 2021 +0000
  72. 11cc995 refactor(rdn2): reduce use of CSS_SGI_PLATFORM_VARIANT build flag by Tony K Nadackal · Sat Nov 12 23:21:20 2022 +0000
  73. 3a17004 Merge changes from topic "fix-power-up-dwn-issue" into integration by Joanna Farley · Thu Jan 12 11:11:28 2023 +0100
  74. 625a059 feat(fvp): enable FEAT_HCX by default by Andre Przywara · Thu Nov 10 14:42:07 2022 +0000
  75. ca23fa2 feat(fvp): enable FEAT_FGT by default by Andre Przywara · Thu Nov 10 14:42:07 2022 +0000
  76. 23b57bb feat(aarch64): make ID system register reads non-volatile by Andre Przywara · Mon Nov 14 10:39:48 2022 +0000
  77. aa70fe2 feat(rss): add TC platform UUIDs for RSS images by Raef Coles · Wed Dec 14 15:02:16 2022 +0000
  78. e3511ae fix(versal): print proper atf handoff source by Akshay Belsare · Wed Jan 11 11:45:25 2023 +0530
  79. d0c3bab refactor(mediatek): add new LPM API for further extension by developer · Fri Jan 06 19:57:15 2023 +0800
  80. fbc1ea9 refactor(mediatek): change the parameters of LPM API by developer · Fri Jan 06 15:50:33 2023 +0800
  81. 92e7aec refactor(mediatek): change LPM header file path for further extension by developer · Fri Jan 06 14:53:37 2023 +0800
  82. 7aa95b1 feat(mt8188): keep infra and peri on when system suspend by Shaocheng Wang · Thu Dec 15 18:42:51 2022 +0800
  83. d07accc feat(mt8188): enable SPM and LPM by developer · Wed Sep 07 18:43:03 2022 +0800
  84. 451d49d feat(mt8188): add SPM feature support by developer · Wed Nov 16 21:52:21 2022 +0800
  85. 6514957 feat(mt8188): add MT8188 SPM support by developer · Wed Sep 07 18:26:57 2022 +0800
  86. 312ade3 feat(mediatek): add SPM's SSPM notifier by developer · Tue Nov 15 20:33:18 2022 +0800
  87. 33b7082 feat(mt8188): add the register definitions accessed by SPM by developer · Wed Sep 07 18:30:05 2022 +0800
  88. 91bb08d feat(mediatek): add new features of LPM by developer · Wed Sep 07 18:41:59 2022 +0800
  89. 04fecd2 Merge changes from topic "bk/warnings" into integration by Manish Pandey · Tue Jan 10 11:56:42 2023 +0100
  90. 69e474e fix(versal-net): enable wake interrupt during client suspend by Jay Buddhabhatti · Thu Dec 29 21:54:44 2022 -0800
  91. edfadb7 fix(versal-net): disable wakeup interrupt during client wakeup by Jay Buddhabhatti · Thu Dec 29 22:21:00 2022 -0800
  92. 07d85c9 fix(versal-net): clear power down bit during wakeup by Jay Buddhabhatti · Thu Dec 29 22:15:19 2022 -0800
  93. 7c5adef fix(versal-net): fix setting power down state by Jay Buddhabhatti · Thu Dec 29 21:58:35 2022 -0800
  94. c235865 fix(versal-net): clear power down interrupt status before enable by Jay Buddhabhatti · Thu Dec 29 21:47:54 2022 -0800
  95. 43cbf7e fix(versal-net): resolve misra rule 20.7 warnings by Jay Buddhabhatti · Mon Jan 09 04:46:54 2023 -0800
  96. 3d832ea fix(versal-net): resolve misra 10.6 warnings by Jay Buddhabhatti · Mon Jan 09 04:33:25 2023 -0800
  97. e60b90d Merge "fix(plat/tc): increase TC_TZC_DRAM1_SIZE" into integration by Manish V Badarkhe · Mon Jan 09 14:15:49 2023 +0100
  98. 7f9710f Merge "feat(mt8188): update INFRA IOMMU enable flow" into integration by Olivier Deprez · Fri Jan 06 09:38:25 2023 +0100
  99. ca791f8 feat(mt8188): update INFRA IOMMU enable flow by developer · Fri Dec 30 13:33:04 2022 +0800
  100. 93b14a2 Merge changes from topic "fvp_trap_rng" into integration by Manish Pandey · Wed Jan 04 18:51:40 2023 +0100