aboutsummaryrefslogtreecommitdiff
path: root/include/bl31
AgeCommit message (Expand)Author
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-08-30Fix MISRA defects in BL31 common codeAntonio Nino Diaz
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-08-20EHF: MISRA fixesJeenu Viswambharan
2018-08-20SDEI: MISRA fixesJeenu Viswambharan
2018-05-04RAS: Allow individual interrupt registrationJeenu Viswambharan
2018-05-04AArch64: Introduce RAS handlingJeenu Viswambharan
2018-05-04AArch64: Introduce External Abort handlingJeenu Viswambharan
2018-02-28Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm
2018-02-28Fix MISRA rule 8.4 in common codeRoberto Vargas
2018-02-28Fix MISRA rule 8.3 in common codeRoberto Vargas
2018-02-27EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption()Jeenu Viswambharan
2018-02-06Deprecate one EL3 interrupt routing model with EL3 exception handlingJeenu Viswambharan
2017-11-13BL31: Program Priority Mask for SMC handlingJeenu Viswambharan
2017-11-13BL31: Introduce Exception Handling FrameworkJeenu Viswambharan
2017-10-16GIC: Allow specifying interrupt propertiesJeenu Viswambharan
2017-10-16GIC: Add API to set interrupt routingJeenu Viswambharan
2017-06-14include: add U()/ULL() macros for constantsVarun Wadekar
2017-05-03Use SPDX license identifiersdp-arm
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew
2016-07-18Fix coding guideline warningsSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-06-16Add optional PSCI STAT residency & count functionsYatharth Kochar
2016-05-25PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_opsSoby Mathew
2016-01-14Remove direct usage of __attribute__((foo))Soren Brinkmann
2016-01-13Use designated initialization in DECLARE_RT_SVC macroSoby Mathew
2015-12-21Miscellaneous doc fixes for v1.2Sandrine Bailleux
2015-12-09Move context management code to common locationYatharth Kochar
2015-12-09Enable support for EL3 interrupt in IMFSoby Mathew
2015-09-14Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2Achin Gupta
2015-09-11Re-design bakery lock memory allocation and algorithmAndrew Thoelke
2015-09-10Pass the target suspend level to SPD suspend hooksAchin Gupta
2015-08-13PSCI: Rework generic code to conform to coding guidelinesSoby Mathew
2015-08-13PSCI: Fix the return code for invalid entrypointSoby Mathew
2015-08-13PSCI: Migrate TF to the new platform API and CM helpersSoby Mathew
2015-08-13PSCI: Add deprecated API for SPD when compatibility is disabledSoby Mathew
2015-08-13PSCI: Switch to the new PSCI frameworksSoby Mathew
2015-08-13PSCI: Implement platform compatibility layerSoby Mathew
2015-08-13PSCI: Unify warm reset entry pointsSandrine Bailleux
2015-08-13PSCI: Add framework to handle composite power statesSoby Mathew
2015-08-13PSCI: Introduce new platform interface to describe topologySoby Mathew
2015-08-13PSCI: Introduce new platform and CM helper APIsSoby Mathew
2015-08-05PSCI: Remove references to affinity based power managementSoby Mathew
2015-08-05PSCI: Invoke PM hooks only for the highest levelSoby Mathew
2015-08-05PSCI: Create new directory to implement new frameworksSoby Mathew
2015-06-22PSCI: Add SYSTEM_SUSPEND API supportSoby Mathew
2015-03-13Initialise cpu ops after enabling data cacheVikram Kanigiri
2015-01-26Demonstrate model for routing IRQs to EL3Soby Mathew