aboutsummaryrefslogtreecommitdiffstats
path: root/plat/mediatek
Commit message (Expand)AuthorAgeFilesLines
...
* PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-202-13/+15
* Fix types of arch.h definitionsAntonio Nino Diaz2018-07-182-12/+12
* Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-111-2/+2
* Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-142-7/+6
* Fix pointer type mismatch of handlersMasahiro Yamada2018-04-274-38/+38
* Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-292-9/+5
|\
| * plat: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-262-9/+5
* | Clean usage of void pointers to access symbolsJoel Hutton2018-03-272-29/+10
|/
* Merge pull request #1287 from davidcunado-arm/dc/fix_misradavidcunado-arm2018-02-282-3/+3
|\
| * Update ULL() macro and instances of ull to comply with MISRADavid Cunado2018-02-272-3/+3
* | Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-271-2/+3
|/
* Disable workaround for CVE-2017-5715 on unaffected platformsDimitris Papastamos2018-01-291-0/+2
* Merge pull request #1178 from davidcunado-arm/dc/enable_svedavidcunado-arm2017-12-112-0/+5
|\
| * Do not enable SVE on pre-v8.2 platformsDavid Cunado2017-11-302-0/+5
* | Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-4/+5
|/
* 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
| |/