aboutsummaryrefslogtreecommitdiffstats
path: root/plat/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mt8173: Migrate to using interrupt propertiesJeenu Viswambharan2017-10-171-11/+22
* Fix order of remaining platform #includesIsla Mitchell2017-07-146-12/+13
* Resolve build errors flagged by GCC 6.2David Cunado2017-06-202-14/+10
* Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm2017-05-111-7/+2
|\
| * Add macro to check whether the CPU implements an ELJeenu Viswambharan2017-05-021-7/+2
* | Use SPDX license identifiersdp-arm2017-05-0364-1600/+64
|/
* Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm2017-04-121-1/+17
|\
| * Add console_core_flush() in upstream platformsAntonio Nino Diaz2017-03-311-1/+17
* | Add support for GCC stack protectionDouglas Raillard2017-03-311-0/+5
|/
* Merge pull request #873 from dp-arm/dp/makefile-reorgdavidcunado-arm2017-03-272-6/+2
|\
| * Move plat/common source file definitions to generic Makefilesdp-arm2017-03-202-6/+2
* | plat/mediatek: Enable Cortex-A53 erratum 855873 workaroundAndre Przywara2017-03-201-0/+1
|/
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-2/+3
* Remove use of all deprecated APIsKoan-Sin Tan2017-01-243-4/+13
* Get rid of use of old GIC APIsKoan-Sin Tan2017-01-246-29/+44
* Add support of PSCI_EXTENDED_STATE_ID to MT8173Koan-Sin Tan2017-01-242-0/+97
* Get rid of use of compatibility APIKoan-Sin Tan2017-01-246-0/+382
* Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada2017-01-242-8/+8
* Merge pull request #801 from masahir0y/cleanupdavidcunado-arm2017-01-182-31/+7
|\
| * Move BL_COHERENT_RAM_BASE/END defines to common_def.hMasahiro Yamada2017-01-182-31/+7
* | mt8173: Correct SPM MCDI firmware lengthPaul Kocialkowski2017-01-141-1/+1
|/
* Remove MT6795 plat_sip_svc.c to fix Coverity analysis error.Leon Chen2016-09-192-90/+0
* Support for Mediatek MT6795 SoCLeon Chen2016-09-1224-2/+2934
* Migrate platform makefile to new console driver locationSoby Mathew2016-08-091-1/+1
* Introduce utils.h header fileSandrine Bailleux2016-07-082-2/+4
* Replace MediaTek delay timer by generic oneAntonio Nino Diaz2016-05-205-57/+4
* Implement plat_get_syscnt_freq2 on platformsAntonio Nino Diaz2016-05-201-1/+1
* MT8173: Add Sip function for MTK HW crypt driverYi Zheng2016-05-126-1/+204
* mt8173: Reorganize plat SiP functionsJimmy Huang2016-05-124-11/+86
* Merge pull request #617 from leon-chen-mtk/refactor_common_1danh-arm2016-05-047-36/+496
|\
| * Refactor MediaTek platform common codeLeon Chen2016-05-047-36/+496
* | Move `plat_get_syscnt_freq()` to arm_common.cYatharth Kochar2016-04-211-1/+1
* | Dump platform-defined regs in crash reportingGerald Lejeune2016-04-141-17/+8
* | Merge pull request #593 from mtk09422/mtcmos-fixdanh-arm2016-04-142-143/+140
|\ \
| * | mt8173: Fix timing issue of mfg mtcmos power offFan Chen2016-04-142-143/+140
| |/
* / Migrate platform ports to the new xlat_tables librarySoby Mathew2016-04-131-1/+2
|/
* mt8173: fix spm driver build errorsyt.lee2016-04-071-5/+0
* mt8173: Protect BL31 memory from non-secure accessJimmy Huang2016-04-013-4/+28
* mt8173: support big core PLL control in system suspend flowJimmy Huang2016-03-093-4/+31
* mt8173: Remove gpio driver supportJimmy Huang2016-03-094-386/+0
* mt8173: Add #error directive to prevent RESET_TO_BL31Jimmy Huang2016-03-096-13/+27
* Fix gpio includes of mt8173 platform to avoid collision.Antonio Nino Diaz2016-02-172-2/+2
* Merge pull request #508 from soby-mathew/sm/debug_xlatdanh-arm2016-02-011-4/+1
|\
| * Use tf_printf() for debug logs from xlat_tables.cSoby Mathew2016-02-011-4/+1
* | Merge pull request #501 from jcastillo-arm/jc/tf-issues/300danh-arm2016-02-011-1/+1
|\ \
| * | Disable PL011 UART before configuring itJuan Castillo2016-01-211-1/+1
* | | mt8173: Fix long latency issue of mtcmos contorlFan Chen2016-01-261-84/+84
* | | mt8173: Improve performance by handling more interrupts during idleWeiyi Lu2016-01-262-141/+147
* | | mt8173: Implement subsystem power control logic in ARM TFJimmy Huang2016-01-267-143/+389
* | | mt8173: support big/Little cluster power off for CPU idle(C2 state)Jimmy Huang2016-01-264-147/+198