1. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  2. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  3. a623832 Replace S-EL3 references by EL3 by John Tsichritzis · 6 years ago
  4. b842464 mediatek: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  5. 1083b2b PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  6. 3039988 Fix types of arch.h definitions by Antonio Nino Diaz · 6 years ago
  7. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  8. 5724481 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  9. 3872fc2 Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  10. 831b375 mt8173: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  11. ee1ebbd Fix order of remaining platform #includes by Isla Mitchell · 7 years ago
  12. 568ac1f Resolve build errors flagged by GCC 6.2 by David Cunado · 7 years ago
  13. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  14. 3d93f05 Merge pull request #873 from dp-arm/dp/makefile-reorg by davidcunado-arm · 7 years ago
  15. 7531120 Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  16. 9a770b9 plat/mediatek: Enable Cortex-A53 erratum 855873 workaround by Andre Przywara · 8 years ago
  17. 201d535 Remove use of all deprecated APIs by Koan-Sin Tan · 8 years ago
  18. 8bc2003 Get rid of use of old GIC APIs by Koan-Sin Tan · 8 years ago
  19. 9cfd83e Add support of PSCI_EXTENDED_STATE_ID to MT8173 by Koan-Sin Tan · 8 years ago
  20. 3fc26aa Get rid of use of compatibility API by Koan-Sin Tan · 7 years ago
  21. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  22. f38d93f Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · 7 years ago
  23. 4749705 Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 8 years ago
  24. 03be480 mt8173: Correct SPM MCDI firmware length by Paul Kocialkowski · 7 years ago
  25. c1ff80b Support for Mediatek MT6795 SoC by Leon Chen · 8 years ago
  26. b127109 Migrate platform makefile to new console driver location by Soby Mathew · 8 years ago
  27. ed81f3e Introduce utils.h header file by Sandrine Bailleux · 8 years ago
  28. 1d0b990 Replace MediaTek delay timer by generic one by Antonio Nino Diaz · 8 years ago
  29. f3d3b31 Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 8 years ago
  30. 7ace1cc MT8173: Add Sip function for MTK HW crypt driver by Yi Zheng · 8 years ago
  31. b659b1a mt8173: Reorganize plat SiP functions by Jimmy Huang · 8 years ago
  32. 2edaa74 Merge pull request #617 from leon-chen-mtk/refactor_common_1 by danh-arm · 8 years ago
  33. cf906b2 Refactor MediaTek platform common code by Leon Chen · 8 years ago
  34. c073fda Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 8 years ago
  35. 9ff67fa Dump platform-defined regs in crash reporting by Gerald Lejeune · 9 years ago
  36. df03c6e Merge pull request #593 from mtk09422/mtcmos-fix by danh-arm · 8 years ago
  37. 8c9130c mt8173: Fix timing issue of mfg mtcmos power off by Fan Chen · 8 years ago
  38. 3e4b8fd Migrate platform ports to the new xlat_tables library by Soby Mathew · 8 years ago
  39. 3454fde mt8173: fix spm driver build errors by yt.lee · 8 years ago
  40. a1e0c01 mt8173: Protect BL31 memory from non-secure access by Jimmy Huang · 8 years ago
  41. b99d961 mt8173: support big core PLL control in system suspend flow by Jimmy Huang · 9 years ago
  42. 76d47fe mt8173: Remove gpio driver support by Jimmy Huang · 8 years ago
  43. e2a6595 mt8173: Add #error directive to prevent RESET_TO_BL31 by Jimmy Huang · 8 years ago
  44. e0ea092 Fix gpio includes of mt8173 platform to avoid collision. by Antonio Nino Diaz · 8 years ago
  45. 1a3986a Merge pull request #508 from soby-mathew/sm/debug_xlat by danh-arm · 8 years ago
  46. 51b5748 Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 8 years ago
  47. d30ac1c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 8 years ago
  48. bb99828 mt8173: Fix long latency issue of mtcmos contorl by Fan Chen · 9 years ago
  49. 44c4908 mt8173: Improve performance by handling more interrupts during idle by Weiyi Lu · 9 years ago
  50. 1a1ff8b mt8173: Implement subsystem power control logic in ARM TF by Jimmy Huang · 9 years ago
  51. 8e53ec5 mt8173: support big/Little cluster power off for CPU idle(C2 state) by Jimmy Huang · 9 years ago
  52. 3c454d5 mt8173: Move SPM related PLL settings to ARM TF by Jimmy Huang · 9 years ago
  53. cc04b84 mt8173: Fix USB remote wake up problem by Jimmy Huang · 9 years ago
  54. ac3986e mt8173: Enable dynamic clock management by Jimmy Huang · 9 years ago
  55. 9400b40 Disable PL011 UART before configuring it by Juan Castillo · 9 years ago
  56. 65cd299 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 8 years ago
  57. 895a7fb Merge pull request #393 from mtk09422/misc-updates by danh-arm · 9 years ago
  58. 2bab3d5 mt8173: fix watchdog register setting by Jimmy Huang · 9 years ago
  59. 0ad1a9b mt8173: update spm suspend pcm codes by yt.lee · 9 years ago
  60. c3ec0b9 Use unified bakery locks API in Mediatek port by Vikram Kanigiri · 9 years ago
  61. b0b4855 Merge pull request #365 from mtk09422/plat_topology by danh-arm · 9 years ago
  62. c4a99e8 mt8173: Fix cluster 0 core count by Jimmy Huang · 9 years ago
  63. 64faa0e mt8173: update spm wake_src setting by kenny liang · 9 years ago
  64. 7d116dc Initial platform port for MediaTek mt8173 by CC Ma · 9 years ago