aboutsummaryrefslogtreecommitdiff
path: root/bl31/bl31_main.c
AgeCommit message (Expand)Author
2020-09-25arm_fpga: Add support for unknown MPIDsJavier Almansa Sobrino
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-02-28Minor changes to documentation and commentsAntonio Nino Diaz
2019-02-27BL31: Enable pointer authentication supportAntonio Nino Diaz
2019-01-15Correct typographical errorsPaul Beesley
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-01context_mgmt: Fix MISRA defectsAntonio Nino Diaz
2018-10-03Mark BL31 initialization functionsDaniel Boulby
2018-09-18BL31: Fix warning about BL32 init functionAntonio Nino Diaz
2018-09-06Convert BL31 error message into warningAntonio Nino Diaz
2018-08-30Fix MISRA defects in BL31 common codeAntonio Nino Diaz
2018-02-28Fix MISRA rule 8.4 in common codeRoberto Vargas
2017-11-13BL31: Introduce Exception Handling FrameworkJeenu Viswambharan
2017-07-12Fix order of #includesIsla Mitchell
2017-05-11Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-05-02Add macro to check whether the CPU implements an ELJeenu Viswambharan
2017-03-31Flush console where necessaryAntonio Nino Diaz
2016-10-12Add PMF instrumentation points in TFdp-arm
2016-09-22PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew
2016-09-22PSCI: Introduce PSCI Library argument structureSoby Mathew
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-06-03Build option to include AArch32 registers in cpu contextSoby Mathew
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-09Ensure BL31 does not print to boot console by defaultSoby Mathew
2015-11-02Introduce print_entry_point_info() functionSandrine Bailleux
2015-09-14Make generic code work in presence of system cachesAchin Gupta
2015-08-13PSCI: Migrate TF to the new platform API and CM helpersSoby Mathew
2014-08-12Rationalize console log outputDan Handley
2014-08-01Support asynchronous method for BL3-2 initializationVikram Kanigiri
2014-07-28Rework incorrect use of assert() and panic() in codebaseJuan Castillo
2014-07-25Add support for printing version at runtimeJuan Castillo
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
2014-06-24Remove all checkpatch errors from codebaseJuan Castillo
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-06-17Remove early_exceptions from BL3-1Andrew Thoelke
2014-06-16Per-cpu data cache restructuringAndrew Thoelke
2014-06-11Provide cm_get/set_context() for current CPUAndrew Thoelke
2014-05-28Pass the args to the BL3-3 entrypointVikram Kanigiri
2014-05-27Further renames of platform porting functionsDan Handley
2014-05-23Move BL porting functions into platform.hDan Handley
2014-05-23Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3Andrew Thoelke
2014-05-22Rework memory information passing to BL3-x imagesVikram Kanigiri
2014-05-22Populate BL31 input parameters as per new specVikram Kanigiri
2014-05-22Merge pull request #83 from athoelke/at/tf-issues-126Andrew Thoelke
2014-05-16Set SCR_EL3.RW correctly before exiting bl31_mainAndrew Thoelke
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-07Correct usage of data and instruction barriersAndrew Thoelke
2014-05-06Remove variables from .data sectionDan Handley
2014-05-06Reduce deep nesting of header filesDan Handley