Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
7919a600c5a359517316c7ce190e154d12c69251
/
plat
/
mediatek
/
mt8173
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· 6 years ago
5eb8837
Standardise header guards across codebase
by Antonio Nino Diaz
· 6 years ago
d653d33
Replace S-EL3 references by EL3
by John Tsichritzis
· 6 years ago
42eef85
mediatek: Migrate to new interfaces
by Antonio Nino Diaz
· 6 years ago
6f3ccc5
PSCI: Fix types of definitions
by Antonio Nino Diaz
· 6 years ago
a3fbeaa
Fix types of arch.h definitions
by Antonio Nino Diaz
· 6 years ago
5cc3bc8
Clean usage of void pointers to access symbols
by Joel Hutton
· 7 years ago
c150312
Update ULL() macro and instances of ull to comply with MISRA
by David Cunado
· 7 years ago
c5b0c0f
Do not enable SVE on pre-v8.2 platforms
by David Cunado
· 7 years ago
392cbb3
mt8173: Migrate to using interrupt properties
by Jeenu Viswambharan
· 7 years ago
e363146
Fix order of remaining platform #includes
by Isla Mitchell
· 7 years ago
5ca057a
Resolve build errors flagged by GCC 6.2
by David Cunado
· 7 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
d97f9cf
Merge pull request #873 from dp-arm/dp/makefile-reorg
by davidcunado-arm
· 8 years ago
230011c
Move plat/common source file definitions to generic Makefiles
by dp-arm
· 8 years ago
bf7f2f0
plat/mediatek: Enable Cortex-A53 erratum 855873 workaround
by Andre Przywara
· 8 years ago
ad3dcbb
Remove use of all deprecated APIs
by Koan-Sin Tan
· 9 years ago
1d2b639
Get rid of use of old GIC APIs
by Koan-Sin Tan
· 9 years ago
22ea87c
Add support of PSCI_EXTENDED_STATE_ID to MT8173
by Koan-Sin Tan
· 9 years ago
bc99807
Get rid of use of compatibility API
by Koan-Sin Tan
· 8 years ago
441bfdd
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 8 years ago
8a2a84d
Merge pull request #801 from masahir0y/cleanup
by davidcunado-arm
· 8 years ago
0fac5af
Move BL_COHERENT_RAM_BASE/END defines to common_def.h
by Masahiro Yamada
· 8 years ago
5c5bedc
mt8173: Correct SPM MCDI firmware length
by Paul Kocialkowski
· 8 years ago
550bf5e
Support for Mediatek MT6795 SoC
by developer
· 8 years ago
1723113
Migrate platform makefile to new console driver location
by Soby Mathew
· 8 years ago
7659a26
Introduce utils.h header file
by Sandrine Bailleux
· 8 years ago
02a09af
Replace MediaTek delay timer by generic one
by Antonio Nino Diaz
· 8 years ago
e82e29c
Implement plat_get_syscnt_freq2 on platforms
by Antonio Nino Diaz
· 8 years ago
eee2980
MT8173: Add Sip function for MTK HW crypt driver
by developer
· 8 years ago
73b982f
mt8173: Reorganize plat SiP functions
by developer
· 8 years ago
e285a43
Merge pull request #617 from leon-chen-mtk/refactor_common_1
by danh-arm
· 9 years ago
14f3fe3
Refactor MediaTek platform common code
by developer
· 9 years ago
3c0087a
Move `plat_get_syscnt_freq()` to arm_common.c
by Yatharth Kochar
· 9 years ago
2c7ed5b
Dump platform-defined regs in crash reporting
by Gerald Lejeune
· 9 years ago
ca1d876
Merge pull request #593 from mtk09422/mtcmos-fix
by danh-arm
· 9 years ago
0746c4b
mt8173: Fix timing issue of mfg mtcmos power off
by developer
· 9 years ago
cc037c1
Migrate platform ports to the new xlat_tables library
by Soby Mathew
· 9 years ago
6b745d5
mt8173: fix spm driver build errors
by developer
· 9 years ago
89ddad1
mt8173: Protect BL31 memory from non-secure access
by developer
· 9 years ago
e3ae6d0
mt8173: support big core PLL control in system suspend flow
by developer
· 9 years ago
43c535c
mt8173: Remove gpio driver support
by developer
· 9 years ago
4419325
mt8173: Add #error directive to prevent RESET_TO_BL31
by developer
· 9 years ago
f5951c2
Fix gpio includes of mt8173 platform to avoid collision.
by Antonio Nino Diaz
· 9 years ago
6fb7880
Merge pull request #508 from soby-mathew/sm/debug_xlat
by danh-arm
· 9 years ago
bae963e
Merge pull request #501 from jcastillo-arm/jc/tf-issues/300
by danh-arm
· 9 years ago
c9bac9c
Use tf_printf() for debug logs from xlat_tables.c
by Soby Mathew
· 9 years ago
da31c0c
mt8173: Fix long latency issue of mtcmos contorl
by developer
· 9 years ago
cabbb06
mt8173: Improve performance by handling more interrupts during idle
by developer
· 9 years ago
b8925a2
mt8173: Implement subsystem power control logic in ARM TF
by developer
· 9 years ago
69a0383
mt8173: support big/Little cluster power off for CPU idle(C2 state)
by developer
· 9 years ago
512a311
mt8173: Move SPM related PLL settings to ARM TF
by developer
· 9 years ago
4a7822a
mt8173: Fix USB remote wake up problem
by developer
· 9 years ago
5371963
mt8173: Enable dynamic clock management
by developer
· 9 years ago
e7ae6db
Disable PL011 UART before configuring it
by Juan Castillo
· 9 years ago
46dd170
Remove direct usage of __attribute__((foo))
by Soren Brinkmann
· 9 years ago
e504302
Merge pull request #393 from mtk09422/misc-updates
by danh-arm
· 9 years ago
9425e75
mt8173: fix watchdog register setting
by developer
· 9 years ago
99ecd88
mt8173: update spm suspend pcm codes
by developer
· 9 years ago
7014b03
Use unified bakery locks API in Mediatek port
by Vikram Kanigiri
· 9 years ago
b29d7ff
Merge pull request #365 from mtk09422/plat_topology
by danh-arm
· 9 years ago
2026bb9
mt8173: Fix cluster 0 core count
by developer
· 9 years ago
2cdc217
mt8173: update spm wake_src setting
by developer
· 9 years ago
65014b8
Initial platform port for MediaTek mt8173
by developer
· 10 years ago