aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2019-11-14Refactor load_auth_image_internal().Sandrine Bailleux
2019-09-25FDT helper functions: Respect architecture in PSCI function IDsAndre Przywara
2019-09-25FDT helper functions: Add function documentationAndre Przywara
2019-09-16Merge changes from topic "raspberry-pi-4-support" into integrationSandrine Bailleux
2019-09-13Add fdt_add_reserved_memory() helper functionAndre Przywara
2019-09-13qemu: Move and generalise FDT PSCI fixupAndre Przywara
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-08-29Move assembly newline function into common debug codeJustin Chadwell
2019-08-15AArch64: Align crash reporting outputAlexei Fedorov
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-07-25Merge changes I0d17ba6c,I540741d2,I9e6475ad,Ifd769320,I12c04a85, ... into int...Soby Mathew
2019-07-23Add helper to parse BL31 parameters (both versions)Julius Werner
2019-07-17Merge "backtrace: Strip PAC field when PAUTH is enabled" into integrationSoby Mathew
2019-07-17backtrace: Strip PAC field when PAUTH is enabledLouis Mayencourt
2019-07-10Remove references to old project name from common filesJohn Tsichritzis
2019-03-01Correctly check for support of Address AuthenticationAntonio Nino Diaz
2019-02-27Add support for pointer authenticationAntonio Nino Diaz
2019-01-31Remove dead code related to LOAD_IMAGE_V2=0Sandrine Bailleux
2019-01-30Remove support for the SMC Calling Convention 2.0Antonio Nino Diaz
2019-01-23plat/arm: Save BL2 descriptors to reserved memory.Sathees Balya
2019-01-15Correct typographical errorsPaul Beesley
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-19backtrace: Extract rules from root MakefileAntonio Nino Diaz
2018-11-02Introduce fdtw_read_array() helperAntonio Nino Diaz
2018-11-02Introduce new fdt helper to read string propertiesAntonio Nino Diaz
2018-10-04Remove some MISRA defects in common codeAntonio Nino Diaz
2018-10-03Mark BL31 initialization functionsDaniel Boulby
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-09-11Allow setting log level back to compile time valueJunhan Zhou
2018-08-31Merge pull request #1549 from danielboulby-arm/db/pointerDimitris Papastamos
2018-08-30Remove rt_svc_descs pointer from global scopeDaniel Boulby
2018-08-30Fix MISRA defects in log helpersAntonio Nino Diaz
2018-08-30backtrace: Introduce backtrace functionDouglas Raillard
2018-08-22libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz
2018-08-22tf_printf: Return number of printed charactersAntonio Nino Diaz
2018-08-10tf_snprintf: Add support for '%s'Antonio Nino Diaz
2018-07-11Add end_vector_entry assembler macroRoberto Vargas
2018-06-12Fix MISRA Rule 5.3 Part 2Daniel Boulby
2018-06-12Fix MISRA Rule 5.3 Part 1Daniel Boulby
2018-06-08Revert "Code change to fix small bugs"Dimitris Papastamos
2018-05-25Remove rt_svc_descs pointer from inner scopeDaniel Boulby
2018-05-18Allow disabling authentication dynamicallySoby Mathew
2018-04-23Add support for the SMC Calling Convention 2.0Antonio Nino Diaz
2018-03-27Clean usage of void pointers to access symbolsJoel Hutton
2018-03-05Dynamic cfg: Do not populate args if already initializedAmit Daniel Kachhap
2018-02-28Fix MISRA rule 8.5 Part 1Roberto Vargas
2018-02-26Dynamic cfg: MISRA fixesSoby Mathew
2018-02-26ARM Platforms: Load HW_CONFIG in BL2Soby Mathew
2018-02-26Dynamic cfg: Introduce fdt wrappersSoby Mathew
2018-02-02image_decompress: add APIs for decompressing imagesMasahiro Yamada