aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2020-09-01Add support to export a /cpus node to the device tree.Javier Almansa Sobrino
2020-08-18Add wrapper for AT instructionManish V Badarkhe
2020-05-20plat/fvp: Support for extracting UART serial node info from DTMadhukar Pappireddy
2020-05-13SPMD: extract SPMC DTB header size from SPMDOlivier Deprez
2020-05-05fdt/wrappers: Introduce code to find UART DT nodeAndre Przywara
2020-05-05plat/stm32: Use generic fdt_get_reg_props_by_name()Andre Przywara
2020-04-30arm: fconf: Fix GICv3 dynamic configurationAndre Przywara
2020-04-29plat/stm32: Implement fdt_read_uint32_default() as a wrapperAndre Przywara
2020-04-29fdt/wrappers: Replace fdtw_read_cells() implementationAndre Przywara
2020-04-28fdt/wrappers: Generalise fdtw_read_array()Andre Przywara
2020-04-01Add support to pass the nt_fw_config DTB to OP-TEE.Javier Almansa Sobrino
2020-03-06Fix crash dump for lower ELAlexei Fedorov
2020-02-11Merge changes from topic "lm/fconf" into integrationSandrine Bailleux
2020-02-11Merge changes from topic "spmd" into integrationOlivier Deprez
2020-02-10Merge "coverity: Fix MISRA null pointer violations" into integrationMark Dykes
2020-02-10SPMD: add support for an example SPM core manifestAchin Gupta
2020-02-07Make PAC demangling more genericAlexei Fedorov
2020-02-07fconf: Add TBBR disable_authentication propertyLouis Mayencourt
2020-02-05coverity: Fix MISRA null pointer violationsZelalem
2020-02-03FDT wrappers: add functions for read/write bytesAlexei Fedorov
2020-01-22FDT helper functions: Fix MISRA issuesAndre Przywara
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