1. 24993b5 fix(ti): fix TISCI API changes during refactor by Manorit Chawdhry · Tue Aug 22 16:15:40 2023 +0530
  2. 48de9b6 fix(ti): remove check for zero value in BL31 boot args by Andrew Davis · Wed May 17 10:47:28 2023 -0500
  3. 617d035 feat(ti): synchronize access to secure proxy threads by Andrew Davis · Mon Mar 13 13:56:27 2023 -0500
  4. 817bdbb refactor(ti): remove inline directive from ti_sci and sec_proxy drivers by Andrew Davis · Fri Nov 11 12:49:38 2022 -0600
  5. e0a676c refactor(ti): refactor ti_sci_{setup,do}_xfer to allow zero size response by Andrew Davis · Mon May 16 13:17:02 2022 -0500
  6. 5b9c687 feat(ti): add sub and patch version number support by Andrew Davis · Thu Apr 28 09:39:02 2022 -0500
  7. d068b49 fix(ti): do not take system power reference in bl31_platform_setup() by Andrew Davis · Tue Mar 07 09:22:32 2023 -0600
  8. 33bfc5e build: always prefix section names with `.` by Chris Kay · Tue Feb 14 11:30:04 2023 +0000
  9. c39841f fix(ti): fix typo in boot authentication message name by Andrew Davis · Tue Jan 10 12:34:20 2023 -0600
  10. 0b9f740 refactor(ti): remove empty validate_ns_entrypoint function by Andrew Davis · Tue Nov 15 18:11:25 2022 -0600
  11. b910470 refactor(ti): use console_set_scope() rather than empty function hack by Andrew Davis · Tue Nov 15 18:04:41 2022 -0600
  12. 49dd30c refactor(ti): factor out common board code into common files by Andrew Davis · Fri Nov 11 12:49:38 2022 -0600
  13. fbc99cf feat(ti): add PSCI system_off support by Andrew Davis · Tue Nov 15 18:08:16 2022 -0600
  14. d7c4e06 feat(ti): do not handle EAs in EL3 by Andrew Davis · Tue Sep 27 07:13:21 2022 -0500
  15. 619d6fb feat(ti): set snoop-delayed exclusive handling on A72 cores by Andrew Davis · Thu Jan 12 09:32:33 2023 -0600
  16. 227a42e feat(ti): disable L2 dataless UniqueClean evictions by Andrew Davis · Thu Sep 01 11:02:59 2022 -0500
  17. b3fd376 feat(ti): set L2 cache ECC and and parity on A72 cores by Andrew Davis · Tue Jan 10 13:25:42 2023 -0600
  18. 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
  19. 0e3379d fix(ras): restrict RAS support for NS world by Manish Pandey · Mon Oct 10 11:43:08 2022 +0100
  20. 3c0ef77 feat(ti-k3): add support for J784S4 SoCs by Hari Nagalla · Mon Aug 22 14:04:52 2022 -0500
  21. 3368995 feat(ti): allow build config of low power mode support by Dave Gerlach · Fri Feb 11 13:57:19 2022 -0600
  22. a5aec19 feat(ti): increase SEC_SRAM_SIZE to 128k by Dave Gerlach · Fri Jan 07 08:11:10 2022 -0600
  23. ad52501 feat(ti): add PSCI handlers for system suspend by Dave Gerlach · Tue Nov 30 15:45:34 2021 -0600
  24. c1b0f67 feat(ti): add gic save and restore calls by Dave Gerlach · Fri Jan 07 08:12:39 2022 -0600
  25. 7a94ce8 feat(ti): add enter sleep method by Dave Gerlach · Tue Nov 30 15:35:08 2021 -0600
  26. 2012526 plat: ti: k3: board: Let explicitly map our SEC_SRAM_BASE to 0x0 by Nishanth Menon · Fri Mar 26 02:06:40 2021 -0500
  27. c36f740 plat: ti: k3: board: Lets cast our macros by Nishanth Menon · Fri Mar 26 02:01:38 2021 -0500
  28. d15f46e plat: ti: k3: common: bl31_setup: Use BL31_SIZE instead of computing by Nishanth Menon · Fri Mar 26 00:34:17 2021 -0500
  29. 3a9ba66 plat: ti: k3: platform_def.h: Define the correct number of max table entries by Nishanth Menon · Fri Mar 26 00:34:17 2021 -0500
  30. 7c0a08f plat: ti: k3: board: lite: Increase SRAM size to account for additional table by Nishanth Menon · Fri Mar 26 00:34:17 2021 -0500
  31. 9fdfd42 ti: k3: Introduce lite device board support by Andrew F. Davis · Wed Dec 09 17:52:50 2020 -0600
  32. d32de84 ti: k3: common: sec_proxy: Introduce sec_proxy_lite definition by Nishanth Menon · Thu Dec 10 18:39:41 2020 -0600
  33. b7a47ae ti: k3: Move USE_COHERENT_MEM only for the generic board by Nishanth Menon · Thu Dec 10 22:17:58 2020 -0600
  34. 0cb2bb1 ti: k3: drivers: ti_sci: Update ti_sci_msg_req_reboot to include domain by Suman Anna · Sat Oct 24 01:28:54 2020 +0000
  35. 1ecd9e8 ti: k3: common: sec_proxy: Fill non-message data fields with 0x0 by Nishanth Menon · Thu Dec 10 17:37:04 2020 -0600
  36. 651ff1a ti: k3: common: Make plat_get_syscnt_freq2 check CNT_FID0 GTC reg by Nishanth Menon · Thu Dec 10 20:51:51 2020 -0600
  37. b4251f1 ti: k3: common: Enable A72 erratum 1319367 by Nishanth Menon · Thu Dec 10 16:57:35 2020 -0600
  38. 3a285f0 ti: k3: common: Enable A53 erratum 1530924 by Nishanth Menon · Thu Dec 10 16:49:42 2020 -0600
  39. 39f9eee Don't return error information from console_flush by Jimmy Brisson · Wed Aug 05 13:44:05 2020 -0500
  40. 388248a Use abspath to dereference $BUILD_BASE by Grant Likely · Thu Jul 30 08:50:10 2020 +0100
  41. 0727b01 Merge "ti: k3: common: Make UART number configurable" into integration by Madhukar Pappireddy · Fri Jun 05 22:32:13 2020 +0000
  42. b99c078 ti: k3: common: Make UART number configurable by Jan Kiszka · Wed May 20 07:35:48 2020 +0200
  43. 36c8a2c ti: k3: common: Implement stub system_off by Jan Kiszka · Sun May 17 10:21:09 2020 +0200
  44. 84f1b5d TF-A GICv3 driver: Introduce makefile by Alexei Fedorov · Mon Mar 23 18:45:17 2020 +0000
  45. 2f13d6c TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · Fri Feb 21 10:17:26 2020 +0000
  46. 98b5a11 16550: Use generic console_t data structure by Andre Przywara · Sat Jan 25 00:58:35 2020 +0000
  47. ff46037 Merge "Use correct type when reading SCR register" into integration by Alexei Fedorov · Thu Jan 30 16:55:55 2020 +0000
  48. 1c819c3 Use correct type when reading SCR register by Louis Mayencourt · Fri Jan 24 13:30:28 2020 +0000
  49. e1bcbd4 ti: k3: drivers: ti_sci: Put sequence number in coherent memory by Andrew F. Davis · Thu Jan 16 15:58:34 2020 -0600
  50. 5daafa1 ti: k3: drivers: ti_sci: Remove indirect structure of const data by Andrew F. Davis · Thu Jan 16 15:34:31 2020 -0600
  51. f6f33c2 ti: k3: common: Enable ARM cluster power down by Andrew F. Davis · Mon Feb 11 16:12:31 2019 -0600
  52. d471a6a ti: k3: common: Rename device IDs to be more consistent by Andrew F. Davis · Thu Jan 16 16:05:43 2020 -0600
  53. d51727e ti: Unify Platform specific defines for PSCI module by Deepika Bhavnani · Fri Dec 13 10:53:34 2019 -0600
  54. 4ab7e01 ti: k3: common: Add PIE support by Andrew F. Davis · Fri Jan 04 16:04:01 2019 -0600
  55. 8d19f1c ti: k3: common: Trap all asynchronous bus errors to EL3 by Andrew F. Davis · Tue May 14 15:38:11 2019 -0500
  56. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · Thu Apr 04 09:13:28 2019 +0100
  57. f4acb92 ti: k3: common: Remove coherency workaround for AM65x by Andrew F. Davis · Thu Apr 25 14:33:30 2019 -0400
  58. f86a5de ti: k3: common: Use coherent memory for shared data by Andrew F. Davis · Thu Apr 25 14:02:33 2019 -0400
  59. 54aaf4e ti: k3: common: Set L2 latency on A72 cores by Andrew F. Davis · Fri May 10 11:20:50 2019 -0400
  60. 4f9ef16 ti: k3: common: Add support for J721E by Nishanth Menon · Fri Jun 22 06:36:29 2018 -0500
  61. b208ae3 ti: k3: common: Remove MSMC port definitions by Andrew F. Davis · Wed Mar 27 09:37:10 2019 -0500
  62. fa113ca ti: k3: common: Mark sections for AM65x coherency workaround by Andrew F. Davis · Thu Apr 25 13:57:02 2019 -0400
  63. 3a31088 ti: k3: common: Allow USE_COHERENT_MEM for K3 by Andrew F. Davis · Thu Apr 25 13:54:09 2019 -0400
  64. 5904d23 ti: k3: common: Fix RO data area size calculation by Andrew F. Davis · Thu Apr 25 13:52:54 2019 -0400
  65. 0029cdb ti: k3: common: Remove unused STUB macro by Andrew F. Davis · Thu Apr 25 13:51:12 2019 -0400
  66. e596275 Merge changes from topic "k3-sequence-fix" into integration by Antonio Niño Díaz · Wed Apr 24 10:04:52 2019 +0000
  67. dff1182 ti: k3: drivers: ti_sci: Retry message receive on bad sequence ID by Andrew F. Davis · Wed Apr 10 12:40:12 2019 -0400
  68. 72bca4b ti: k3: drivers: ti_sci: Cleanup sequence ID usage by Andrew F. Davis · Wed Apr 10 11:49:40 2019 -0400
  69. 40d1ded ti: k3: drivers: sec_proxy: Use direction definitions by Andrew F. Davis · Wed Apr 10 11:45:19 2019 -0400
  70. 8e725cb ti: k3: drivers: sec_proxy: Fix printf format specifiers by Andrew F. Davis · Wed Apr 10 11:38:56 2019 -0400
  71. cab6fa6 ti: k3: common: Align elements of map region table by Andrew F. Davis · Tue Jan 22 14:25:08 2019 -0600
  72. 26e8912 ti: k3: common: Enable SEPARATE_CODE_AND_RODATA by default by Andrew F. Davis · Tue Jan 22 14:16:03 2019 -0600
  73. 9b9ac45 ti: k3: common: Remove shared RAM space by Andrew F. Davis · Tue Jan 22 14:00:16 2019 -0600
  74. 42c277b ti: k3: common: Drop _ADDRESS from K3_USART_BASE to match other defines by Andrew F. Davis · Tue Jan 22 13:36:48 2019 -0600
  75. f1c9e2e ti: k3: common: Do not release processor control on startup by Andrew F. Davis · Mon Feb 11 14:44:46 2019 -0600
  76. 3afb005 ti: k3: drivers: ti_sci: Use non-blocking TI-SCI messages for power down by Andrew F. Davis · Mon Feb 11 14:37:58 2019 -0600
  77. a29578d ti: k3: drivers: ti_sci: Add non-blocking TI-SCI messages by Andrew F. Davis · Mon Feb 11 14:18:53 2019 -0600
  78. 06b3052 ti: k3: drivers: ti_sci: Request and check for ACK by default by Andrew F. Davis · Mon Feb 11 13:44:31 2019 -0600
  79. fbe6c06 ti: k3: drivers: ti_sci: Add exclusive device accessors by Andrew F. Davis · Mon Feb 11 12:58:32 2019 -0600
  80. 8335bc2 ti: k3: drivers: ti_sci: Internalize raw get/set state functions by Andrew F. Davis · Mon Feb 11 12:55:25 2019 -0600
  81. 75ad53f ti: k3: common: Add support for runtime detection of GICR base address by Andrew F. Davis · Tue Jan 22 12:39:31 2019 -0600
  82. 483d2f8 Merge pull request #1772 from glneo/clear-proxy-queue by Antonio Niño Díaz · Tue Jan 22 15:03:01 2019 +0000
  83. 8096a6e Merge pull request #1775 from glneo/uart-baud-rate by Antonio Niño Díaz · Tue Jan 22 12:51:01 2019 +0000
  84. b1733e4 Merge pull request #1774 from glneo/error-message by Antonio Niño Díaz · Tue Jan 22 12:50:51 2019 +0000
  85. 5e6d140 ti: k3: common: Allow customizing UART baud rate using build options by Andreas Dannenberg · Mon Jan 14 13:20:15 2019 -0600
  86. 18d371d ti: k3: drivers: ti_sci: Clear receive queue before transmitting by Andrew F. Davis · Fri Jan 04 12:49:16 2019 -0600
  87. 82a3c1d ti: k3: drivers: sec_proxy: Allow clearing a Secure Proxy receive thread by Andrew F. Davis · Fri Jan 04 12:44:00 2019 -0600
  88. 96243f7 ti: k3: common: Use shutdown API for PSCI core poweroff by Andrew F. Davis · Thu Jan 03 13:24:25 2019 -0600
  89. ed8a4f8 ti: k3: drivers: ti_sci: Add processor shutdown API by Andrew F. Davis · Thu Jan 03 13:23:52 2019 -0600
  90. b62cc1e ti: k3: drivers: ti_sci: Add processor status wait API by Andrew F. Davis · Tue Dec 18 13:21:12 2018 -0600
  91. c9c67a5 ti: k3: drivers: sec_proxy: Switch error messages by Andrew F. Davis · Fri Jan 04 12:39:54 2019 -0600
  92. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  93. 6b88b65 drivers/console: Link console framework code by default by Julius Werner · Tue Nov 27 17:50:28 2018 -0800
  94. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  95. 02de6d9 ti: k3: common: Remove use of ARM platform code by Andrew F. Davis · Mon Oct 29 10:41:28 2018 -0500
  96. 344ff02 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · Fri Oct 19 16:44:18 2018 +0100
  97. 1eb64a1 Add plat_crash_console_flush to platforms without it by Antonio Nino Diaz · Wed Oct 17 15:29:34 2018 +0100
  98. 7c461d7 ti: k3: common: Do not disable cache on TI K3 core powerdown by Andrew F. Davis · Fri Oct 12 15:37:04 2018 -0500
  99. 27187bc ti: k3: Migrate to new interfaces by Antonio Nino Diaz · Mon Sep 24 17:16:45 2018 +0100
  100. 7804b27 ti: k3: common: Add basic PSCI core off support by Andrew F. Davis · Thu Aug 09 10:01:53 2018 -0500