1. 09a3b8d Merge changes I08cf22df,I535ee414,Ie84cfc96,I8c35ce4e,If7649764, ... into integration by Soby Mathew · 4 years, 10 months ago
  2. ea20117 mediatek: mt8173: apply MULTI_CONSOLE framework by developer · 5 years ago
  3. c05a0b5 mediatek: mt8183: Support coreboot configuration by Hung-Te Lin · 5 years ago
  4. 043c933 mediatek: mt8183: support system reset by developer · 5 years ago
  5. 092c53a mediatek: mt8183: pass platform parameters by developer · 5 years ago
  6. b7ba14b mediatek: mt8183: add GPIO driver by developer · 5 years ago
  7. 6f37fd2 mediatek: mt8183: support system off by developer · 5 years ago
  8. a21d47e mediatek: mt8183: support CPU hotplug by developer · 5 years ago
  9. 508dc02 mediatek: mt8183: refine GIC driver by developer · 5 years ago
  10. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  11. 1f36321 plat/mediatek/mt81*: Use new bl31_params_parse() helper by Julius Werner · 5 years ago
  12. 104d4a7 Update mediatek platform to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  13. 8883743 mediatek: mt8183: add mcsi driver by developer · 5 years ago
  14. 3f3f1ab mediatek: mt8183: add GIC driver by developer · 5 years ago
  15. 1033ea1 Initialize platform for MediaTek mt8183 by developer · 5 years ago
  16. 962109f Remove deprecated plat_crash_console_* by Ambroise Vincent · 5 years ago
  17. 77c382c locks: linker variables to calculate per-cpu bakery lock size by Varun Wadekar · 5 years ago
  18. 50a4d1a Remove unneeded include paths in PLAT_INCLUDES by Antonio Nino Diaz · 5 years ago
  19. bd7b740 plat/arm: Sanitise includes by Antonio Nino Diaz · 5 years ago
  20. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  21. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  22. 864ca6f context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  23. d653d33 Replace S-EL3 references by EL3 by John Tsichritzis · 6 years ago
  24. 42eef85 mediatek: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  25. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  26. a3fbeaa Fix types of arch.h definitions by Antonio Nino Diaz · 6 years ago
  27. d93fde3 Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 6 years ago
  28. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  29. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · 6 years ago
  30. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  31. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  32. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  33. 0b5dacd Merge pull request #1287 from davidcunado-arm/dc/fix_misra by davidcunado-arm · 6 years ago
  34. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  35. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  36. 8e5bd5e Disable workaround for CVE-2017-5715 on unaffected platforms by Dimitris Papastamos · 6 years ago
  37. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  38. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  39. 2ce2b09 Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 7 years ago
  40. 392cbb3 mt8173: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  41. e363146 Fix order of remaining platform #includes by Isla Mitchell · 7 years ago
  42. 5ca057a Resolve build errors flagged by GCC 6.2 by David Cunado · 7 years ago
  43. 6715485 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 7 years ago
  44. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  45. 2a9b882 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 7 years ago
  46. 6460924 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 7 years ago
  47. 306593d Add support for GCC stack protection by Douglas Raillard · 7 years ago
  48. 56ec1d5 Add console_core_flush() in upstream platforms by Antonio Nino Diaz · 7 years ago
  49. d97f9cf Merge pull request #873 from dp-arm/dp/makefile-reorg by davidcunado-arm · 7 years ago
  50. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  51. bf7f2f0 plat/mediatek: Enable Cortex-A53 erratum 855873 workaround by Andre Przywara · 8 years ago
  52. 21362a9 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  53. ad3dcbb Remove use of all deprecated APIs by Koan-Sin Tan · 8 years ago
  54. 1d2b639 Get rid of use of old GIC APIs by Koan-Sin Tan · 8 years ago
  55. 22ea87c Add support of PSCI_EXTENDED_STATE_ID to MT8173 by Koan-Sin Tan · 8 years ago
  56. bc99807 Get rid of use of compatibility API by Koan-Sin Tan · 7 years ago
  57. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  58. 8a2a84d Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · 7 years ago
  59. 0fac5af Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 8 years ago
  60. 5c5bedc mt8173: Correct SPM MCDI firmware length by Paul Kocialkowski · 7 years ago
  61. 6532752 Remove MT6795 plat_sip_svc.c to fix Coverity analysis error. by developer · 8 years ago
  62. 550bf5e Support for Mediatek MT6795 SoC by developer · 8 years ago
  63. 1723113 Migrate platform makefile to new console driver location by Soby Mathew · 8 years ago
  64. 7659a26 Introduce utils.h header file by Sandrine Bailleux · 8 years ago
  65. 02a09af Replace MediaTek delay timer by generic one by Antonio Nino Diaz · 8 years ago
  66. e82e29c Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 8 years ago
  67. eee2980 MT8173: Add Sip function for MTK HW crypt driver by developer · 8 years ago
  68. 73b982f mt8173: Reorganize plat SiP functions by developer · 8 years ago
  69. e285a43 Merge pull request #617 from leon-chen-mtk/refactor_common_1 by danh-arm · 8 years ago
  70. 14f3fe3 Refactor MediaTek platform common code by developer · 8 years ago
  71. 3c0087a Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 8 years ago
  72. 2c7ed5b Dump platform-defined regs in crash reporting by Gerald Lejeune · 9 years ago
  73. ca1d876 Merge pull request #593 from mtk09422/mtcmos-fix by danh-arm · 8 years ago
  74. 0746c4b mt8173: Fix timing issue of mfg mtcmos power off by developer · 8 years ago
  75. cc037c1 Migrate platform ports to the new xlat_tables library by Soby Mathew · 8 years ago
  76. 6b745d5 mt8173: fix spm driver build errors by developer · 8 years ago
  77. 89ddad1 mt8173: Protect BL31 memory from non-secure access by developer · 8 years ago
  78. e3ae6d0 mt8173: support big core PLL control in system suspend flow by developer · 9 years ago
  79. 43c535c mt8173: Remove gpio driver support by developer · 8 years ago
  80. 4419325 mt8173: Add #error directive to prevent RESET_TO_BL31 by developer · 8 years ago
  81. f5951c2 Fix gpio includes of mt8173 platform to avoid collision. by Antonio Nino Diaz · 8 years ago
  82. 6fb7880 Merge pull request #508 from soby-mathew/sm/debug_xlat by danh-arm · 8 years ago
  83. bae963e Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 8 years ago
  84. c9bac9c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 8 years ago
  85. da31c0c mt8173: Fix long latency issue of mtcmos contorl by developer · 9 years ago
  86. cabbb06 mt8173: Improve performance by handling more interrupts during idle by developer · 9 years ago
  87. b8925a2 mt8173: Implement subsystem power control logic in ARM TF by developer · 9 years ago
  88. 69a0383 mt8173: support big/Little cluster power off for CPU idle(C2 state) by developer · 9 years ago
  89. 512a311 mt8173: Move SPM related PLL settings to ARM TF by developer · 9 years ago
  90. 4a7822a mt8173: Fix USB remote wake up problem by developer · 9 years ago
  91. 5371963 mt8173: Enable dynamic clock management by developer · 9 years ago
  92. e7ae6db Disable PL011 UART before configuring it by Juan Castillo · 9 years ago
  93. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 8 years ago
  94. e504302 Merge pull request #393 from mtk09422/misc-updates by danh-arm · 9 years ago
  95. 9425e75 mt8173: fix watchdog register setting by developer · 9 years ago
  96. 99ecd88 mt8173: update spm suspend pcm codes by developer · 9 years ago
  97. 7014b03 Use unified bakery locks API in Mediatek port by Vikram Kanigiri · 9 years ago
  98. b29d7ff Merge pull request #365 from mtk09422/plat_topology by danh-arm · 9 years ago
  99. 2026bb9 mt8173: Fix cluster 0 core count by developer · 9 years ago
  100. 2cdc217 mt8173: update spm wake_src setting by developer · 9 years ago