aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove sp_min functions from plat_common.cSoby Mathew2018-03-026-27/+55
* Merge pull request #1291 from dp-arm/dp/mkdavidcunado-arm2018-03-011-4/+4
|\
| * Revert "Make all build results depend on all makefiles"Dimitris Papastamos2018-02-281-4/+4
* | Merge pull request #1290 from jeenu-arm/dynamiqdavidcunado-arm2018-02-285-1/+54
|\ \
| * | FVP: Allow building for DynamIQ systemsJeenu Viswambharan2018-02-283-1/+13
| * | fdts: Add DTS for DynamIQ platformsJeenu Viswambharan2018-02-282-0/+41
* | | Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm2018-02-2875-127/+261
|\ \ \ | |_|/ |/| |
| * | Fix MISRA rule 8.4 Part 2Roberto Vargas2018-02-2810-18/+27
| * | Fix MISRA rule 8.5 Part 1Roberto Vargas2018-02-281-3/+1
| * | Fix MISRA rule 8.4 Part 1Roberto Vargas2018-02-2826-34/+81
| * | Fix MISRA rule 8.3 Part 1Roberto Vargas2018-02-286-17/+17
| * | Fix MISRA rule 8.8 in common codeRoberto Vargas2018-02-281-1/+1
| * | Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-2828-26/+105
| * | Fix MISRA rule 8.3 in common codeRoberto Vargas2018-02-2810-30/+31
* | | Merge pull request #1289 from sandrine-bailleux-arm/topics/sb/juno-scmi-by-de...davidcunado-arm2018-02-281-0/+4
|\ \ \ | |_|/ |/| |
| * | Select SCMI/SDS drivers by default on JunoSandrine Bailleux2018-02-281-0/+4
|/ /
* | Merge pull request #1287 from davidcunado-arm/dc/fix_misradavidcunado-arm2018-02-2817-26/+26
|\ \
| * | Update ULL() macro and instances of ull to comply with MISRADavid Cunado2018-02-2717-26/+26
| |/
* | Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatchdavidcunado-arm2018-02-2813-34/+113
|\ \
| * | Invalidate TLB entries during warm bootAntonio Nino Diaz2018-02-272-2/+46
| * | Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-2711-33/+68
* | | Merge pull request #1284 from jeenu-arm/tspd-ehfdavidcunado-arm2018-02-283-8/+23
|\ \ \
| * | | TSPD: Register preempted SMC error code with EHFJeenu Viswambharan2018-02-271-4/+6
| * | | EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption()Jeenu Viswambharan2018-02-272-4/+17
| |/ /
* | | Merge pull request #1283 from jeenu-arm/sdei-fixesdavidcunado-arm2018-02-272-12/+14
|\ \ \
| * | | SDEI: Add prioritisation clarificationJeenu Viswambharan2018-02-271-3/+3
| * | | SDEI: Pop dispatch context only after error checkingJeenu Viswambharan2018-02-271-9/+11
| |/ /
* | | Merge pull request #1274 from dp-arm/dp/a75davidcunado-arm2018-02-277-183/+240
|\ \ \
| * | | MISRA fixes for Cortex A75 AMU implementationDimitris Papastamos2018-02-273-10/+10
| * | | Refactor AMU support for Cortex A75Dimitris Papastamos2018-02-276-180/+86
| * | | Factor out CPU AMU helpersDimitris Papastamos2018-02-273-1/+152
* | | | Merge pull request #1272 from dp-arm/dp/extensionsdavidcunado-arm2018-02-277-238/+247
|\ \ \ \ | |_|_|/ |/| | |
| * | | MISRA fixes for AMU/SPE and SVEDimitris Papastamos2018-02-274-24/+22
| * | | aarch32: Fix multiple bugs in amu_helpers.SDimitris Papastamos2018-02-271-85/+89
| * | | Assert that group0/group1 counter config is what we expectDimitris Papastamos2018-02-271-2/+3
| * | | Implement {spe,sve}_supported() helpers and refactor codeDimitris Papastamos2018-02-274-133/+139
| |/ /
* | | Merge pull request #1285 from soby-mathew/sm/fix_win_build_dyn_cfgdavidcunado-arm2018-02-271-1/+3
|\ \ \ | |/ / |/| |
| * | FVP: restrict dynamic config to Unix build environmentSoby Mathew2018-02-271-1/+3
|/ /
* | Merge pull request #1263 from soby-mathew/sm/dyn_configdavidcunado-arm2018-02-2658-302/+1262
|\ \ | |/ |/|
| * Dynamic cfg: MISRA fixesSoby Mathew2018-02-2610-29/+34
| * FVP: Add TB_FW_CONFIG and HW_CONFIGSoby Mathew2018-02-262-1/+39
| * FVP: Fix AArch32 dts for `interrupts` nodeSoby Mathew2018-02-263-2/+254
| * ARM Platforms: Load HW_CONFIG in BL2Soby Mathew2018-02-2616-15/+294
| * ARM Platorms: Load TB_FW_CONFIG in BL1Soby Mathew2018-02-267-4/+85
| * Dynamic cfg: Introduce fdt wrappersSoby Mathew2018-02-262-0/+115
| * Add dynamic config image IDsSoby Mathew2018-02-261-0/+9
| * BL1: Deprecate the `bl1_init_bl2_mem_layout()` APISoby Mathew2018-02-265-68/+92
| * ARM Platforms: Migrate to new BL handover interfaceSoby Mathew2018-02-269-54/+48
| * Introduce the new BL handover interfaceSoby Mathew2018-02-269-37/+98
| * Dynamic cfg: Add HW and TB_FW configs to CoTSoby Mathew2018-02-262-2/+58