summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Refactor load_auth_image_internal().Sandrine Bailleux2019-11-141-33/+59
* FDT helper functions: Respect architecture in PSCI function IDsAndre Przywara2019-09-251-6/+15
* FDT helper functions: Add function documentationAndre Przywara2019-09-251-0/+44
* Merge changes from topic "raspberry-pi-4-support" into integrationSandrine Bailleux2019-09-161-0/+156
|\
| * Add fdt_add_reserved_memory() helper functionAndre Przywara2019-09-131-0/+30
| * qemu: Move and generalise FDT PSCI fixupAndre Przywara2019-09-131-0/+126
* | Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-131-50/+0
|/
* Move assembly newline function into common debug codeJustin Chadwell2019-08-291-0/+10
* AArch64: Align crash reporting outputAlexei Fedorov2019-08-151-2/+6
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-012-7/+7
* Merge changes I0d17ba6c,I540741d2,I9e6475ad,Ifd769320,I12c04a85, ... into int...Soby Mathew2019-07-251-1/+46
|\
| * Add helper to parse BL31 parameters (both versions)Julius Werner2019-07-231-1/+46
* | Merge "backtrace: Strip PAC field when PAUTH is enabled" into integrationSoby Mathew2019-07-171-0/+59
|\ \ | |/ |/|
| * backtrace: Strip PAC field when PAUTH is enabledLouis Mayencourt2019-07-171-0/+59
* | Remove references to old project name from common filesJohn Tsichritzis2019-07-101-2/+2
|/
* Correctly check for support of Address AuthenticationAntonio Nino Diaz2019-03-011-1/+1
* Add support for pointer authenticationAntonio Nino Diaz2019-02-271-1/+52
* Remove dead code related to LOAD_IMAGE_V2=0Sandrine Bailleux2019-01-311-86/+0
* Remove support for the SMC Calling Convention 2.0Antonio Nino Diaz2019-01-301-15/+1
* plat/arm: Save BL2 descriptors to reserved memory.Sathees Balya2019-01-231-4/+21
* Correct typographical errorsPaul Beesley2019-01-151-2/+2
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-049-29/+37
* backtrace: Extract rules from root MakefileAntonio Nino Diaz2018-11-192-0/+31
* 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"revert-1389-db/bugfixDimitris 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