aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-271-40/+21
* arch_helpers: use u_register_t for register read/writeMasahiro Yamada2018-04-271-3/+3
* Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misraDimitris Papastamos2018-04-184-14/+14
|\
| * Fix some MISRA defects in SPM codeAntonio Nino Diaz2018-04-174-14/+14
* | Merge pull request #1356 from robertovargas-arm/misra-changesDimitris Papastamos2018-04-165-10/+16
|\ \
| * | Fix MISRA rule 8.4 Part 4Roberto Vargas2018-04-132-0/+5
| * | Fix MISRA rule 8.3 Part 4Roberto Vargas2018-04-134-7/+11
| * | Fix MISRA rule 8.5 in common codeRoberto Vargas2018-04-131-3/+0
* | | Check presence of fix for errata 843419 in Cortex-A53Jonathan Wright2018-04-121-0/+1
| |/ |/|
* | Merge pull request #1342 from Summer-ARM/sq/support-tzmp1Dimitris Papastamos2018-04-111-2/+41
|\ \
| * | plat/arm: Allow override of default TZC regionsSummer Qin2018-04-101-2/+41
| |/
* | Merge pull request #1348 from amitdanielkachhap/dmc500_single_if_v2Dimitris Papastamos2018-04-101-0/+1
|\ \
| * | DMC500: Add platform support to set system interface countAmit Daniel Kachhap2018-04-091-0/+1
| |/
* | fix instruction address range limitationJiafei Pan2018-04-071-2/+2
* | Add support for BL2 in XIP memoryJiafei Pan2018-04-072-2/+12
|/
* Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_cr...Dimitris Papastamos2018-04-031-2/+0
|\
| * qemu: don't use C functions for the crash console callbacksMichalis Pappas2018-03-311-2/+0
* | Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-291-2/+2
|\ \
| * | lib: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-261-2/+2
| |/
* | Merge pull request #1333 from jeenu-arm/icfg-fixDimitris Papastamos2018-03-291-4/+4
|\ \
| * | GIC: Fix setting interrupt configurationJeenu Viswambharan2018-03-261-4/+4
* | | Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointersDimitris Papastamos2018-03-295-45/+46
|\ \ \ | |_|/ |/| |
| * | Clean usage of void pointers to access symbolsJoel Hutton2018-03-275-45/+46
| |/
* / qemu: MULTI_CONSOLE_API=0 causes build errorMichalis Pappas2018-03-241-0/+2
|/
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-219-519/+578
* Fixup `SMCCC_ARCH_FEATURES` semanticsDimitris Papastamos2018-03-142-3/+34
* Use PFR0 to identify need for mitigation of CVE-2017-5715Dimitris Papastamos2018-03-141-0/+15
* Merge pull request #1292 from danh-arm/dh/spurious-dep-warndavidcunado-arm2018-03-033-10/+10
|\
| * Emit warnings when using deprecated GIC initDan Handley2018-03-012-6/+6
| * Improve MULTI_CONSOLE_API deprecation warningsDan Handley2018-03-011-4/+4
* | Remove sp_min functions from plat_common.cSoby Mathew2018-03-021-0/+4
|/
* Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm2018-02-2820-26/+118
|\
| * Fix MISRA rule 8.4 Part 2Roberto Vargas2018-02-281-1/+7
| * Fix MISRA rule 8.4 Part 1Roberto Vargas2018-02-286-3/+31
| * Fix MISRA rule 8.3 Part 1Roberto Vargas2018-02-284-6/+6
| * Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-289-5/+63
| * Fix MISRA rule 8.3 in common codeRoberto Vargas2018-02-286-12/+12
* | Merge pull request #1287 from davidcunado-arm/dc/fix_misradavidcunado-arm2018-02-282-6/+6
|\ \
| * | Update ULL() macro and instances of ull to comply with MISRADavid Cunado2018-02-272-6/+6
| |/
* | Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatchdavidcunado-arm2018-02-282-15/+42
|\ \
| * | Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-272-15/+42
* | | Merge pull request #1284 from jeenu-arm/tspd-ehfdavidcunado-arm2018-02-281-2/+2
|\ \ \
| * | | EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption()Jeenu Viswambharan2018-02-271-2/+2
| |/ /
* | | Merge pull request #1274 from dp-arm/dp/a75davidcunado-arm2018-02-272-26/+52
|\ \ \
| * | | MISRA fixes for Cortex A75 AMU implementationDimitris Papastamos2018-02-271-3/+3
| * | | Refactor AMU support for Cortex A75Dimitris Papastamos2018-02-272-23/+6
| * | | Factor out CPU AMU helpersDimitris Papastamos2018-02-271-0/+43
| | |/ | |/|
* / | Implement {spe,sve}_supported() helpers and refactor codeDimitris Papastamos2018-02-272-2/+4
|/ /
* | Dynamic cfg: MISRA fixesSoby Mathew2018-02-262-4/+5
* | ARM Platforms: Load HW_CONFIG in BL2Soby Mathew2018-02-264-3/+22