aboutsummaryrefslogtreecommitdiffstats
path: root/plat/mediatek/mt8173
Commit message (Expand)AuthorAgeFilesLines
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-0815-45/+45
* Replace S-EL3 references by EL3John Tsichritzis2018-10-101-1/+1
* mediatek: Migrate to new interfacesAntonio Nino Diaz2018-09-288-304/+11
* PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-201-8/+8
* Fix types of arch.h definitionsAntonio Nino Diaz2018-07-181-6/+6
* Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-23/+5
* Update ULL() macro and instances of ull to comply with MISRADavid Cunado2018-02-271-2/+2
* Do not enable SVE on pre-v8.2 platformsDavid Cunado2017-11-301-0/+3
* mt8173: Migrate to using interrupt propertiesJeenu Viswambharan2017-10-171-11/+22
* Fix order of remaining platform #includesIsla Mitchell2017-07-142-3/+4
* Resolve build errors flagged by GCC 6.2David Cunado2017-06-201-7/+5
* Use SPDX license identifiersdp-arm2017-05-0336-900/+36
* Merge pull request #873 from dp-arm/dp/makefile-reorgdavidcunado-arm2017-03-271-3/+1
|\
| * Move plat/common source file definitions to generic Makefilesdp-arm2017-03-201-3/+1
* | plat/mediatek: Enable Cortex-A53 erratum 855873 workaroundAndre Przywara2017-03-201-0/+1
|/
* 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-241-4/+4
* Merge pull request #801 from masahir0y/cleanupdavidcunado-arm2017-01-181-16/+4
|\
| * Move BL_COHERENT_RAM_BASE/END defines to common_def.hMasahiro Yamada2017-01-181-16/+4
* | mt8173: Correct SPM MCDI firmware lengthPaul Kocialkowski2017-01-141-1/+1
|/
* Support for Mediatek MT6795 SoCLeon Chen2016-09-123-236/+2
* 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-122-3/+81
* Merge pull request #617 from leon-chen-mtk/refactor_common_1danh-arm2016-05-041-0/+3
|\
| * Refactor MediaTek platform common codeLeon Chen2016-05-041-0/+3
* | 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-265-141/+370