Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
arm-trusted-firmware
/
209a60cca5c6a8cd1b68e6e0e53f0b66555a4458
/
plat
/
mediatek
57d1e5f
Fix pointer type mismatch of handlers
by Masahiro Yamada
· 7 years ago
6ab136c
Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements
by Dimitris Papastamos
· 7 years ago
9f85f9e
Clean usage of void pointers to access symbols
by Joel Hutton
· 7 years ago
649c48f
plat: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
bd8e6a9
Merge pull request #1287 from davidcunado-arm/dc/fix_misra
by davidcunado-arm
· 7 years ago
5724481
Update ULL() macro and instances of ull to comply with MISRA
by David Cunado
· 7 years ago
883d1b5
Add comments about mismatched TCR_ELx and xlat tables
by Antonio Nino Diaz
· 7 years ago
383c808
Disable workaround for CVE-2017-5715 on unaffected platforms
by Dimitris Papastamos
· 7 years ago
211d307
Merge pull request #1178 from davidcunado-arm/dc/enable_sve
by davidcunado-arm
· 7 years ago
3872fc2
Do not enable SVE on pre-v8.2 platforms
by David Cunado
· 7 years ago
a2aedac
Replace magic numbers in linkerscripts by PAGE_SIZE
by Antonio Nino Diaz
· 7 years ago
831b375
mt8173: Migrate to using interrupt properties
by Jeenu Viswambharan
· 7 years ago
ee1ebbd
Fix order of remaining platform #includes
by Isla Mitchell
· 7 years ago
568ac1f
Resolve build errors flagged by GCC 6.2
by David Cunado
· 7 years ago
d6104f5
Merge pull request #927 from jeenu-arm/state-switch
by davidcunado-arm
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
f4c8aa9
Add macro to check whether the CPU implements an EL
by Jeenu Viswambharan
· 8 years ago
f07d398
Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
by davidcunado-arm
· 8 years ago
51faada
Add support for GCC stack protection
by Douglas Raillard
· 8 years ago
ad4c2ec
Add console_core_flush() in upstream platforms
by Antonio Nino Diaz
· 8 years ago
3d93f05
Merge pull request #873 from dp-arm/dp/makefile-reorg
by davidcunado-arm
· 8 years ago
7531120
Move plat/common source file definitions to generic Makefiles
by dp-arm
· 8 years ago
9a770b9
plat/mediatek: Enable Cortex-A53 erratum 855873 workaround
by Andre Przywara
· 8 years ago
308d359
Introduce unified API to zero memory
by Douglas Raillard
· 8 years ago
201d535
Remove use of all deprecated APIs
by Koan-Sin Tan
· 9 years ago
8bc2003
Get rid of use of old GIC APIs
by Koan-Sin Tan
· 9 years ago
9cfd83e
Add support of PSCI_EXTENDED_STATE_ID to MT8173
by Koan-Sin Tan
· 9 years ago
3fc26aa
Get rid of use of compatibility API
by Koan-Sin Tan
· 8 years ago
3d8256b
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 8 years ago
f38d93f
Merge pull request #801 from masahir0y/cleanup
by davidcunado-arm
· 8 years ago
4749705
Move BL_COHERENT_RAM_BASE/END defines to common_def.h
by Masahiro Yamada
· 8 years ago
03be480
mt8173: Correct SPM MCDI firmware length
by Paul Kocialkowski
· 8 years ago
3c4dea1
Remove MT6795 plat_sip_svc.c to fix Coverity analysis error.
by Leon Chen
· 8 years ago
c1ff80b
Support for Mediatek MT6795 SoC
by Leon Chen
· 8 years ago
b127109
Migrate platform makefile to new console driver location
by Soby Mathew
· 8 years ago
ed81f3e
Introduce utils.h header file
by Sandrine Bailleux
· 8 years ago
1d0b990
Replace MediaTek delay timer by generic one
by Antonio Nino Diaz
· 9 years ago
f3d3b31
Implement plat_get_syscnt_freq2 on platforms
by Antonio Nino Diaz
· 9 years ago
7ace1cc
MT8173: Add Sip function for MTK HW crypt driver
by Yi Zheng
· 9 years ago
b659b1a
mt8173: Reorganize plat SiP functions
by Jimmy Huang
· 9 years ago
2edaa74
Merge pull request #617 from leon-chen-mtk/refactor_common_1
by danh-arm
· 9 years ago
cf906b2
Refactor MediaTek platform common code
by Leon Chen
· 9 years ago
c073fda
Move `plat_get_syscnt_freq()` to arm_common.c
by Yatharth Kochar
· 9 years ago
9ff67fa
Dump platform-defined regs in crash reporting
by Gerald Lejeune
· 9 years ago
df03c6e
Merge pull request #593 from mtk09422/mtcmos-fix
by danh-arm
· 9 years ago
8c9130c
mt8173: Fix timing issue of mfg mtcmos power off
by Fan Chen
· 9 years ago
3e4b8fd
Migrate platform ports to the new xlat_tables library
by Soby Mathew
· 9 years ago
3454fde
mt8173: fix spm driver build errors
by yt.lee
· 9 years ago
a1e0c01
mt8173: Protect BL31 memory from non-secure access
by Jimmy Huang
· 9 years ago
b99d961
mt8173: support big core PLL control in system suspend flow
by Jimmy Huang
· 9 years ago
76d47fe
mt8173: Remove gpio driver support
by Jimmy Huang
· 9 years ago
e2a6595
mt8173: Add #error directive to prevent RESET_TO_BL31
by Jimmy Huang
· 9 years ago
e0ea092
Fix gpio includes of mt8173 platform to avoid collision.
by Antonio Nino Diaz
· 9 years ago
1a3986a
Merge pull request #508 from soby-mathew/sm/debug_xlat
by danh-arm
· 9 years ago
51b5748
Merge pull request #501 from jcastillo-arm/jc/tf-issues/300
by danh-arm
· 9 years ago
d30ac1c
Use tf_printf() for debug logs from xlat_tables.c
by Soby Mathew
· 9 years ago
bb99828
mt8173: Fix long latency issue of mtcmos contorl
by Fan Chen
· 9 years ago
44c4908
mt8173: Improve performance by handling more interrupts during idle
by Weiyi Lu
· 9 years ago
1a1ff8b
mt8173: Implement subsystem power control logic in ARM TF
by Jimmy Huang
· 9 years ago
8e53ec5
mt8173: support big/Little cluster power off for CPU idle(C2 state)
by Jimmy Huang
· 9 years ago
3c454d5
mt8173: Move SPM related PLL settings to ARM TF
by Jimmy Huang
· 9 years ago
cc04b84
mt8173: Fix USB remote wake up problem
by Jimmy Huang
· 9 years ago
ac3986e
mt8173: Enable dynamic clock management
by Jimmy Huang
· 9 years ago
9400b40
Disable PL011 UART before configuring it
by Juan Castillo
· 9 years ago
65cd299
Remove direct usage of __attribute__((foo))
by Soren Brinkmann
· 9 years ago
895a7fb
Merge pull request #393 from mtk09422/misc-updates
by danh-arm
· 9 years ago
2bab3d5
mt8173: fix watchdog register setting
by Jimmy Huang
· 9 years ago
0ad1a9b
mt8173: update spm suspend pcm codes
by yt.lee
· 9 years ago
c3ec0b9
Use unified bakery locks API in Mediatek port
by Vikram Kanigiri
· 9 years ago
b0b4855
Merge pull request #365 from mtk09422/plat_topology
by danh-arm
· 9 years ago
c4a99e8
mt8173: Fix cluster 0 core count
by Jimmy Huang
· 9 years ago
64faa0e
mt8173: update spm wake_src setting
by kenny liang
· 9 years ago
7d116dc
Initial platform port for MediaTek mt8173
by CC Ma
· 10 years ago