summaryrefslogtreecommitdiff
path: root/common/aarch64
Commit message (Expand)AuthorAgeFilesLines
* refactor(bl31): use elx_panic for sysreg_handler64Govindraj Raja2023-02-221-1/+11
* refactor(aarch64): rename do_panic and el3_panicGovindraj Raja2023-02-211-11/+4
* refactor(aarch64): remove weak links to el3_panicGovindraj Raja2023-02-211-7/+6
* refactor(aarch64): refactor usage of elx_panicGovindraj Raja2023-02-211-22/+1
* fix(ras): restrict RAS support for NS worldManish Pandey2022-11-081-2/+2
* Print newline after hex address in aarch64 el3_panic functionPali Rohár2021-03-041-0/+3
* Align AARCH32 version of debug.S with AARCH64Yann Gautier2020-09-211-4/+11
* Fix crash dump for lower ELAlexei Fedorov2020-03-061-4/+20
* Move assembly newline function into common debug codeJustin Chadwell2019-08-291-0/+10
* AArch64: Align crash reporting outputAlexei Fedorov2019-08-151-2/+6
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-042-2/+2
* Add end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* Include debug.h in debug.SRoberto Vargas2017-11-011-0/+1
* Fix x30 reporting for unhandled exceptionsJulius Werner2017-08-211-2/+2
* Use SPDX license identifiersdp-arm2017-05-032-50/+2
* Remove build option `ASM_ASSERTION`Antonio Nino Diaz2017-04-201-2/+2
* Add `ENABLE_ASSERTIONS` build optionAntonio Nino Diaz2017-04-191-0/+6
* Remove dead loops in assert() in C and ASMAntonio Nino Diaz2017-03-311-1/+1
* Add and use plat_crash_console_flush() APIAntonio Nino Diaz2017-03-311-1/+4
* Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-052-17/+17
* Remove looping around `plat_report_exception`Yatharth Kochar2016-08-221-16/+16
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-181-405/+0
* Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regsdanh-arm2016-06-031-31/+35
|\
| * Build option to include AArch32 registers in cpu contextSoby Mathew2016-06-031-31/+35
* | Introduce some helper macros for exception vectorsSandrine Bailleux2016-05-261-45/+27
|/
* Remove all non-configurable dead loopsAntonio Nino Diaz2016-03-141-6/+9
* Miscellaneous doc fixes for v1.2Sandrine Bailleux2015-12-211-1/+1
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-1/+1
* Move context management code to common locationYatharth Kochar2015-12-092-2/+403
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-081-0/+4
* Rework use of labels in assembly macros.Soby Mathew2014-08-191-2/+2
* Rework the crash reporting in BL3-1 to use less stackSoby Mathew2014-07-281-0/+47
* Implement an assert() callable from assembly codeSoby Mathew2014-07-281-0/+141
* Reduce deep nesting of header filesDan Handley2014-05-061-4/+1
* Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1Sandrine Bailleux2014-03-261-0/+174