summaryrefslogtreecommitdiff
path: root/include/common/debug.h
Commit message (Expand)AuthorAgeFilesLines
* refactor(bl31): use elx_panic for sysreg_handler64Govindraj Raja2023-02-221-2/+2
* refactor(aarch64): rename do_panic and el3_panicGovindraj Raja2023-02-211-2/+2
* refactor(aarch64): refactor usage of elx_panicGovindraj Raja2023-02-211-1/+17
* fix(debug): decouple "get_el_str()" from backtraceManish Pandey2022-11-081-1/+2
* feat(common/debug): add new macro ERROR_NL() to print just a newlinePali Rohár2021-07-211-0/+3
* Don't return error information from console_flushJimmy Brisson2020-10-091-1/+1
* Fix crash dump for lower ELAlexei Fedorov2020-03-061-1/+2
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-2/+4
* Reorder log level macro definitions for clarityJohn Tsichritzis2018-10-101-6/+6
* Fix MISRA defects in log helpersAntonio Nino Diaz2018-08-301-8/+10
* backtrace: Print backtrace in assert() and panic()Antonio Nino Diaz2018-08-301-1/+9
* backtrace: Introduce backtrace functionDouglas Raillard2018-08-301-0/+6
* libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz2018-08-221-7/+3
* tf_printf: Return number of printed charactersAntonio Nino Diaz2018-08-221-3/+3
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-0/+1
* Run compiler on debug macros for type checkingSandrine Bailleux2018-07-131-7/+21
* Implement log frameworkSoby Mathew2017-09-111-6/+18
* Introduce tf_vprintf() and tf_string_print()Soby Mathew2017-09-111-0/+3
* Introduce `tf_snprintf`Antonio Nino Diaz2017-05-241-0/+1
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Add support for GCC stack protectionDouglas Raillard2017-03-311-1/+4
* Make cpu operations warning a VERBOSE printSoby Mathew2016-03-221-3/+4
* Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux2015-03-061-1/+1
* Add concept of console output log levelsDan Handley2014-08-121-14/+43
* Rework the crash reporting in BL3-1 to use less stackSoby Mathew2014-07-281-13/+0
* Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-3/+5
* Remove extern keyword from function declarationsDan Handley2014-05-231-3/+3
* Rework BL3-1 unhandled exception handling and reportingSoby Mathew2014-05-161-6/+11
* Reduce deep nesting of header filesDan Handley2014-05-061-4/+0
* Move include and source files to logical locationsDan Handley2014-05-061-0/+70