1. 388248a Use abspath to dereference $BUILD_BASE by Grant Likely · 4 years ago
  2. 0727b01 Merge "ti: k3: common: Make UART number configurable" into integration by Madhukar Pappireddy · 4 years, 1 month ago
  3. b99c078 ti: k3: common: Make UART number configurable by Jan Kiszka · 4 years, 1 month ago
  4. 36c8a2c ti: k3: common: Implement stub system_off by Jan Kiszka · 4 years, 2 months ago
  5. 84f1b5d TF-A GICv3 driver: Introduce makefile by Alexei Fedorov · 4 years, 3 months ago
  6. 2f13d6c TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · 4 years, 4 months ago
  7. 98b5a11 16550: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  8. ff46037 Merge "Use correct type when reading SCR register" into integration by Alexei Fedorov · 4 years, 5 months ago
  9. 1c819c3 Use correct type when reading SCR register by Louis Mayencourt · 4 years, 5 months ago
  10. e1bcbd4 ti: k3: drivers: ti_sci: Put sequence number in coherent memory by Andrew F. Davis · 4 years, 6 months ago
  11. 5daafa1 ti: k3: drivers: ti_sci: Remove indirect structure of const data by Andrew F. Davis · 4 years, 6 months ago
  12. f6f33c2 ti: k3: common: Enable ARM cluster power down by Andrew F. Davis · 5 years ago
  13. d471a6a ti: k3: common: Rename device IDs to be more consistent by Andrew F. Davis · 4 years, 6 months ago
  14. d51727e ti: Unify Platform specific defines for PSCI module by Deepika Bhavnani · 4 years, 7 months ago
  15. 4ab7e01 ti: k3: common: Add PIE support by Andrew F. Davis · 5 years ago
  16. 8d19f1c ti: k3: common: Trap all asynchronous bus errors to EL3 by Andrew F. Davis · 5 years ago
  17. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 5 years ago
  18. f4acb92 ti: k3: common: Remove coherency workaround for AM65x by Andrew F. Davis · 5 years ago
  19. f86a5de ti: k3: common: Use coherent memory for shared data by Andrew F. Davis · 5 years ago
  20. 54aaf4e ti: k3: common: Set L2 latency on A72 cores by Andrew F. Davis · 5 years ago
  21. 4f9ef16 ti: k3: common: Add support for J721E by Nishanth Menon · 6 years ago
  22. b208ae3 ti: k3: common: Remove MSMC port definitions by Andrew F. Davis · 5 years ago
  23. fa113ca ti: k3: common: Mark sections for AM65x coherency workaround by Andrew F. Davis · 5 years ago
  24. 3a31088 ti: k3: common: Allow USE_COHERENT_MEM for K3 by Andrew F. Davis · 5 years ago
  25. 5904d23 ti: k3: common: Fix RO data area size calculation by Andrew F. Davis · 5 years ago
  26. 0029cdb ti: k3: common: Remove unused STUB macro by Andrew F. Davis · 5 years ago
  27. e596275 Merge changes from topic "k3-sequence-fix" into integration by Antonio Niño Díaz · 5 years ago
  28. dff1182 ti: k3: drivers: ti_sci: Retry message receive on bad sequence ID by Andrew F. Davis · 5 years ago
  29. 72bca4b ti: k3: drivers: ti_sci: Cleanup sequence ID usage by Andrew F. Davis · 5 years ago
  30. 40d1ded ti: k3: drivers: sec_proxy: Use direction definitions by Andrew F. Davis · 5 years ago
  31. 8e725cb ti: k3: drivers: sec_proxy: Fix printf format specifiers by Andrew F. Davis · 5 years ago
  32. cab6fa6 ti: k3: common: Align elements of map region table by Andrew F. Davis · 5 years ago
  33. 26e8912 ti: k3: common: Enable SEPARATE_CODE_AND_RODATA by default by Andrew F. Davis · 5 years ago
  34. 9b9ac45 ti: k3: common: Remove shared RAM space by Andrew F. Davis · 5 years ago
  35. 42c277b ti: k3: common: Drop _ADDRESS from K3_USART_BASE to match other defines by Andrew F. Davis · 5 years ago
  36. f1c9e2e ti: k3: common: Do not release processor control on startup by Andrew F. Davis · 5 years ago
  37. 3afb005 ti: k3: drivers: ti_sci: Use non-blocking TI-SCI messages for power down by Andrew F. Davis · 5 years ago
  38. a29578d ti: k3: drivers: ti_sci: Add non-blocking TI-SCI messages by Andrew F. Davis · 5 years ago
  39. 06b3052 ti: k3: drivers: ti_sci: Request and check for ACK by default by Andrew F. Davis · 5 years ago
  40. fbe6c06 ti: k3: drivers: ti_sci: Add exclusive device accessors by Andrew F. Davis · 5 years ago
  41. 8335bc2 ti: k3: drivers: ti_sci: Internalize raw get/set state functions by Andrew F. Davis · 5 years ago
  42. 75ad53f ti: k3: common: Add support for runtime detection of GICR base address by Andrew F. Davis · 5 years ago
  43. 483d2f8 Merge pull request #1772 from glneo/clear-proxy-queue by Antonio Niño Díaz · 5 years ago
  44. 8096a6e Merge pull request #1775 from glneo/uart-baud-rate by Antonio Niño Díaz · 5 years ago
  45. b1733e4 Merge pull request #1774 from glneo/error-message by Antonio Niño Díaz · 5 years ago
  46. 5e6d140 ti: k3: common: Allow customizing UART baud rate using build options by Andreas Dannenberg · 5 years ago
  47. 18d371d ti: k3: drivers: ti_sci: Clear receive queue before transmitting by Andrew F. Davis · 5 years ago
  48. 82a3c1d ti: k3: drivers: sec_proxy: Allow clearing a Secure Proxy receive thread by Andrew F. Davis · 5 years ago
  49. 96243f7 ti: k3: common: Use shutdown API for PSCI core poweroff by Andrew F. Davis · 5 years ago
  50. ed8a4f8 ti: k3: drivers: ti_sci: Add processor shutdown API by Andrew F. Davis · 5 years ago
  51. b62cc1e ti: k3: drivers: ti_sci: Add processor status wait API by Andrew F. Davis · 6 years ago
  52. c9c67a5 ti: k3: drivers: sec_proxy: Switch error messages by Andrew F. Davis · 5 years ago
  53. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  54. 6b88b65 drivers/console: Link console framework code by default by Julius Werner · 6 years ago
  55. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  56. 02de6d9 ti: k3: common: Remove use of ARM platform code by Andrew F. Davis · 6 years ago
  57. 344ff02 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 6 years ago
  58. 1eb64a1 Add plat_crash_console_flush to platforms without it by Antonio Nino Diaz · 6 years ago
  59. 7c461d7 ti: k3: common: Do not disable cache on TI K3 core powerdown by Andrew F. Davis · 6 years ago
  60. 27187bc ti: k3: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  61. 7804b27 ti: k3: common: Add basic PSCI core off support by Andrew F. Davis · 6 years ago
  62. 6a60d02 ti: k3: common: Add basic PSCI reset support by Andrew F. Davis · 6 years ago
  63. 60541b1 ti: k3: common: Add basic PSCI core on support by Andrew F. Davis · 6 years ago
  64. d92fdfb ti: k3: drivers: ti_sci: Add support for Processor control by Andrew F. Davis · 6 years ago
  65. 0d44930 ti: k3: drivers: ti_sci: Add support for Core control by Andrew F. Davis · 6 years ago
  66. dc08adf ti: k3: drivers: ti_sci: Add support for Clock control by Andrew F. Davis · 6 years ago
  67. 4f2a055 ti: k3: drivers: ti_sci: Add support for Device control by Andrew F. Davis · 6 years ago
  68. a513b2a ti: k3: drivers: Add support for TI System Control Interface protocol by Andrew F. Davis · 6 years ago
  69. 537d3ff ti: k3: drivers: Add Secure Proxy driver by Andrew F. Davis · 6 years ago
  70. f14c595 ti: k3: common: Only enable caches early by Andrew F. Davis · 6 years ago
  71. 0718043 Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra by danh-arm · 6 years ago
  72. 45a2c9e Rework page table setup for varying number of mem regions by Daniel Boulby · 6 years ago
  73. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  74. ae40e69 ti: k3: common: Enable interrupts before entering standby state by Andrew F. Davis · 6 years ago
  75. 34d8b68 ti: k3: common: Add root domain node to platform topology by Andrew F. Davis · 6 years ago
  76. f49cf9e ti: k3: Introduce basic generic board support by Nishanth Menon · 7 years ago
  77. a42b61b ti: k3: common: Add PSCI stubs by Benjamin Fair · 8 years ago
  78. f97ad37 ti: k3: common: Enable GICv3 support by Nishanth Menon · 8 years ago
  79. 1f0b51b ti: k3: common: Program A53 arch timer frequency by Nishanth Menon · 8 years ago
  80. ce97604 ti: k3: common: Add console initialization base by Nishanth Menon · 8 years ago
  81. 3ed1b28 ti: k3: common: Enable MMU using xlat_tables_v2 library by Nishanth Menon · 8 years ago
  82. 42eea87 ti: k3: common: Implement topology functions by Benjamin Fair · 8 years ago
  83. e62e577 ti: k3: common: Populate BL32 and BL33 entrypoint by Benjamin Fair · 8 years ago
  84. f807a34 ti: k3: common: Add platform core management helpers by Benjamin Fair · 8 years ago
  85. 0192f89 ti: k3: Setup initial files for platform by Nishanth Menon · 8 years ago