summaryrefslogtreecommitdiff
path: root/bl31/bl31_main.c
Commit message (Expand)AuthorAgeFilesLines
* refactor(context-mgmt): move FEAT_HCX save/restore into CAndre Przywara2023-01-111-9/+0
* refactor(cpufeat): convert FEAT_HCX to new schemeAndre Przywara2023-01-111-1/+1
* refactor(context mgmt): add cm_prepare_el3_exit_ns functionZelalem Aweke2022-04-121-1/+10
* refactor(el3-runtime): add arch-features detection mechanismJayanth Dodderi Chidanand2022-04-041-1/+7
* feat(rme): add ENABLE_RME build option and support for RMM imageZelalem Aweke2021-10-051-5/+44
* feat(hcx): add build option to enable FEAT_HCXjohpow012021-09-271-0/+9
* arm_fpga: Add support for unknown MPIDsJavier Almansa Sobrino2020-09-251-1/+16
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-131-8/+9
* Minor changes to documentation and commentsAntonio Nino Diaz2019-02-281-1/+1
* BL31: Enable pointer authentication supportAntonio Nino Diaz2019-02-271-0/+21
* Correct typographical errorsPaul Beesley2019-01-151-4/+4
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-13/+14
* context_mgmt: Fix MISRA defectsAntonio Nino Diaz2018-11-011-2/+2
* Mark BL31 initialization functionsDaniel Boulby2018-10-031-2/+2
* BL31: Fix warning about BL32 init functionAntonio Nino Diaz2018-09-181-4/+2
* Convert BL31 error message into warningAntonio Nino Diaz2018-09-061-1/+2
* Fix MISRA defects in BL31 common codeAntonio Nino Diaz2018-08-301-3/+8
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-1/+2
* BL31: Introduce Exception Handling FrameworkJeenu Viswambharan2017-11-131-0/+6
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm2017-05-111-2/+1
|\
| * Add macro to check whether the CPU implements an ELJeenu Viswambharan2017-05-021-2/+1
* | Use SPDX license identifiersdp-arm2017-05-031-25/+1
|/
* Flush console where necessaryAntonio Nino Diaz2017-03-311-1/+4
* Add PMF instrumentation points in TFdp-arm2016-10-121-0/+7
* PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew2016-09-221-10/+16
* PSCI: Introduce PSCI Library argument structureSoby Mathew2016-09-221-1/+4
* Introduce PSCI Library InterfaceSoby Mathew2016-07-191-4/+7
* Build option to include AArch32 registers in cpu contextSoby Mathew2016-06-031-0/+13
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-5/+5
* Ensure BL31 does not print to boot console by defaultSoby Mathew2015-12-091-1/+7
* Introduce print_entry_point_info() functionSandrine Bailleux2015-11-021-3/+1
* Make generic code work in presence of system cachesAchin Gupta2015-09-141-3/+0
* PSCI: Migrate TF to the new platform API and CM helpersSoby Mathew2015-08-131-2/+2
* Rationalize console log outputDan Handley2014-08-121-5/+12
* Support asynchronous method for BL3-2 initializationVikram Kanigiri2014-08-011-4/+1
* Rework incorrect use of assert() and panic() in codebaseJuan Castillo2014-07-281-1/+1
* Add support for printing version at runtimeJuan Castillo2014-07-251-1/+2
* Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-2/+2
* Remove all checkpatch errors from codebaseJuan Castillo2014-06-241-2/+2
* Initialise CPU contexts from entry_point_infoAndrew Thoelke2014-06-231-38/+3
* Remove early_exceptions from BL3-1Andrew Thoelke2014-06-171-11/+1
* Per-cpu data cache restructuringAndrew Thoelke2014-06-161-1/+0
* Provide cm_get/set_context() for current CPUAndrew Thoelke2014-06-111-5/+2
* Pass the args to the BL3-3 entrypointVikram Kanigiri2014-05-281-2/+14
* Further renames of platform porting functionsDan Handley2014-05-271-1/+1
* Move BL porting functions into platform.hDan Handley2014-05-231-0/+1
* Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3Andrew Thoelke2014-05-231-9/+8
|\
| * Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-221-5/+4
| * Populate BL31 input parameters as per new specVikram Kanigiri2014-05-221-4/+4