summaryrefslogtreecommitdiff
path: root/bl1/aarch64/bl1_exceptions.S
Commit message (Expand)AuthorAgeFilesLines
* fix(pmu): unconditionally save PMCR_EL0Boyan Karatotev2023-05-051-3/+1
* refactor(el3-runtime): add prepare_el3_entry funcDaniel Boulby2022-01-311-2/+2
* Prevent speculative execution past ERETAnthony Steinhauser2020-01-221-2/+2
* TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2UAlexei Fedorov2019-10-031-0/+9
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-131-11/+6
* AArch64: Disable Secure Cycle CounterAlexei Fedorov2019-08-211-1/+9
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-2/+2
* Add end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-211-2/+2
* Ensure the correct execution of TLBI instructionsAntonio Nino Diaz2018-02-211-0/+1
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-051-16/+16
* AArch32: Add generic changes in BL1Yatharth Kochar2016-09-211-3/+3
* Remove looping around `plat_report_exception`Yatharth Kochar2016-08-221-17/+16
* Introduce some helper macros for exception vectorsSandrine Bailleux2016-05-261-39/+22
* FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar2015-12-091-11/+89
* Add descriptor based image management support in BL1Yatharth Kochar2015-12-091-3/+14
* Move context management code to common locationYatharth Kochar2015-12-091-2/+1
* Pass the entry point info to bl1_plat_prepare_exit()Sandrine Bailleux2015-11-261-0/+1
* Introduce SPIN_ON_BL1_EXIT build flagSandrine Bailleux2015-11-261-0/+6
* Improve display_boot_progress() functionSandrine Bailleux2015-11-021-1/+1
* Add optional bl1_plat_prepare_exit() APIJuan Castillo2015-10-201-0/+2
* Break down BL1 AArch64 synchronous exception handlerSandrine Bailleux2015-10-191-44/+49
* Miscellaneous documentation fixesSandrine Bailleux2014-08-271-4/+4
* Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta2014-08-151-0/+3
* Populate BL31 input parameters as per new specVikram Kanigiri2014-05-221-6/+6
* Rework handover interface between BL stagesVikram Kanigiri2014-05-221-56/+41
* Access system registers directly in assemblerAndrew Thoelke2014-05-071-6/+4
* Replace disable_mmu with assembler versionAndrew Thoelke2014-05-071-10/+2
* Correct usage of data and instruction barriersAndrew Thoelke2014-05-071-0/+1
* Reduce deep nesting of header filesDan Handley2014-05-061-3/+1
* Place assembler functions in separate sectionsAndrew Thoelke2014-03-261-2/+1
* Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1Sandrine Bailleux2014-03-261-0/+240