aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Introduce fdtw_read_array() helperAntonio Nino Diaz2018-11-021-1/+39
* Introduce new fdt helper to read string propertiesAntonio Nino Diaz2018-11-021-0/+33
* Remove some MISRA defects in common codeAntonio Nino Diaz2018-10-043-53/+56
* Mark BL31 initialization functionsDaniel Boulby2018-10-031-1/+1
* Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-281-294/+1
* Allow setting log level back to compile time valueJunhan Zhou2018-09-111-2/+2
* Merge pull request #1549 from danielboulby-arm/db/pointerDimitris Papastamos2018-08-311-1/+1
|\
| * Remove rt_svc_descs pointer from global scopeDaniel Boulby2018-08-301-1/+1
* | Fix MISRA defects in log helpersAntonio Nino Diaz2018-08-301-8/+9
* | backtrace: Introduce backtrace functionDouglas Raillard2018-08-301-0/+256
|/
* libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz2018-08-223-322/+4
* tf_printf: Return number of printed charactersAntonio Nino Diaz2018-08-221-16/+38
* tf_snprintf: Add support for '%s'Antonio Nino Diaz2018-08-101-0/+17
* Add end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* Fix MISRA Rule 5.3 Part 2Daniel Boulby2018-06-121-6/+6
* Fix MISRA Rule 5.3 Part 1Daniel Boulby2018-06-121-1/+1
* Revert "Code change to fix small bugs"Dimitris Papastamos2018-06-081-0/+1
* Remove rt_svc_descs pointer from inner scopeDaniel Boulby2018-05-251-1/+0
* Allow disabling authentication dynamicallySoby Mathew2018-05-181-20/+53
* Add support for the SMC Calling Convention 2.0Antonio Nino Diaz2018-04-231-10/+25
* Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-3/+1
* Dynamic cfg: Do not populate args if already initializedAmit Daniel Kachhap2018-03-051-5/+14
* Fix MISRA rule 8.5 Part 1Roberto Vargas2018-02-281-3/+1
* Dynamic cfg: MISRA fixesSoby Mathew2018-02-262-15/+15
* ARM Platforms: Load HW_CONFIG in BL2Soby Mathew2018-02-261-0/+62
* Dynamic cfg: Introduce fdt wrappersSoby Mathew2018-02-261-0/+96
* image_decompress: add APIs for decompressing imagesMasahiro Yamada2018-02-021-0/+79
* Add support to left-pad with zeroes in tf_printfAntonio Nino Diaz2017-12-151-7/+36
* Unify cache flush code path after image loadSoby Mathew2017-12-051-17/+7
* ARMv7 may not support Virtualization ExtensionsEtienne Carriere2017-11-081-0/+16
* Merge pull request #1153 from robertovargas-arm/fix-macrosdavidcunado-arm2017-11-061-0/+1
|\
| * Include debug.h in debug.SRoberto Vargas2017-11-011-0/+1
* | Add platform hooks for boot redundancy supportRoberto Vargas2017-10-241-3/+15
|/
* Implement log frameworkSoby Mathew2017-09-111-0/+61
* Introduce tf_vprintf() and tf_string_print()Soby Mathew2017-09-111-9/+16
* Fix x30 reporting for unhandled exceptionsJulius Werner2017-08-212-3/+3
* Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar2017-06-141-4/+6
* Introduce `tf_snprintf`Antonio Nino Diaz2017-05-241-0/+108
* Align tf_printf implementation between AArch32 and AArch64dp-arm2017-05-151-80/+0
* Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-047-175/+7
|\
| * Use SPDX license identifiersdp-arm2017-05-037-175/+7
* | Update terminology: standard SMC to yielding SMCDavid Cunado2017-04-261-3/+4
|/
* Merge pull request #911 from danh-arm/dh/refactor-bl2-image-loaddavidcunado-arm2017-04-241-8/+4
|\
| * Minor refactor of BL2 image load v2Dan Handley2017-04-191-8/+4
* | Remove build option `ASM_ASSERTION`Antonio Nino Diaz2017-04-202-4/+4
* | Add `ENABLE_ASSERTIONS` build optionAntonio Nino Diaz2017-04-192-0/+12
|/
* Remove dead loops in assert() in C and ASMAntonio Nino Diaz2017-03-312-2/+2
* Add and use plat_crash_console_flush() APIAntonio Nino Diaz2017-03-312-2/+11
* Simplify translation tables headers dependenciesAntonio Nino Diaz2017-03-081-1/+1
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-3/+3