aboutsummaryrefslogtreecommitdiffstats
path: root/plat/mediatek/mt6795
Commit message (Expand)AuthorAgeFilesLines
* Don't return error information from console_flushJimmy Brisson2020-10-091-3/+3
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-251-10/+1
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-241-6/+1
* linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-021-13/+2
* linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-021-2/+1
* linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-021-38/+3
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-10/+3
* mediatek: Unify Platform specific defines for PSCI moduleDeepika Bhavnani2020-01-241-6/+6
* Remove deprecated plat_crash_console_*Ambroise Vincent2019-04-031-1/+15
* locks: linker variables to calculate per-cpu bakery lock sizeVarun Wadekar2019-02-071-1/+3
* Remove unneeded include paths in PLAT_INCLUDESAntonio Nino Diaz2019-02-011-1/+0
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0413-39/+54
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-087-21/+22
* context_mgmt: Fix MISRA defectsAntonio Nino Diaz2018-11-011-1/+1
* Replace S-EL3 references by EL3John Tsichritzis2018-10-101-1/+1
* mediatek: Migrate to new interfacesAntonio Nino Diaz2018-09-286-36/+21
* PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-201-5/+7
* Fix types of arch.h definitionsAntonio Nino Diaz2018-07-181-6/+6
* Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-111-2/+2
* Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-6/+5
* Merge pull request #1287 from davidcunado-arm/dc/fix_misradavidcunado-arm2018-02-281-1/+1
|\
| * Update ULL() macro and instances of ull to comply with MISRADavid Cunado2018-02-271-1/+1
* | 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-111-0/+2
|\
| * Do not enable SVE on pre-v8.2 platformsDavid Cunado2017-11-301-0/+2
* | Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-4/+5
|/
* Fix order of remaining platform #includesIsla Mitchell2017-07-143-8/+8
* Resolve build errors flagged by GCC 6.2David Cunado2017-06-201-7/+5
* 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-0320-500/+20
|/
* Add support for GCC stack protectionDouglas Raillard2017-03-311-0/+5
* Move plat/common source file definitions to generic Makefilesdp-arm2017-03-201-3/+1
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-2/+3
* Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada2017-01-241-4/+4
* Move BL_COHERENT_RAM_BASE/END defines to common_def.hMasahiro Yamada2017-01-181-15/+3
* Remove MT6795 plat_sip_svc.c to fix Coverity analysis error.Leon Chen2016-09-192-90/+0
* Support for Mediatek MT6795 SoCLeon Chen2016-09-1221-0/+2932