summaryrefslogtreecommitdiff
path: root/plat/common
AgeCommit message (Expand)Author
2019-09-11Add UBSAN support and handlersJustin Chadwell
2019-08-19console: add a flag to prepend '\r' in the multi-console frameworkMasahiro Yamada
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-06-28Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent
2019-04-03Remove deprecated plat_crash_console_*Ambroise Vincent
2019-04-01Remove several warnings reported with W=1Ambroise Vincent
2019-03-05Merge pull request #1847 from jts-arm/mbedtlsAntonio Niño Díaz
2019-02-28Remove Mbed TLS dependency from plat_bl_common.cJohn Tsichritzis
2019-02-28Minor changes to documentation and commentsAntonio Nino Diaz
2019-02-07Remove unused function symbolsVarun Wadekar
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-12-12Merge pull request #1708 from Yann-lms/warningsSoby Mathew
2018-12-11SPM: Load image and RD from SP packageAntonio Nino Diaz
2018-12-10correct some missing-prototype warningsYann Gautier
2018-12-10SPM: Introduce functions to load DTB filesAntonio Nino Diaz
2018-12-06plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API supportJulius Werner
2018-12-06plat/common: Remove duplication of plat_crash_console functions/stubsJulius Werner
2018-10-26Convert arm_setup_page_tables into a generic helperRoberto Vargas
2018-10-26xlat: Fix compatibility between v1 and v2Antonio Nino Diaz
2018-10-25Deprecate weak crash console functionsAntonio Nino Diaz
2018-10-25Add sample crash console functionsAntonio Nino Diaz
2018-10-04Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_ConsoleDimitris Papastamos
2018-10-03Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew
2018-09-28Remove all other deprecated interfaces and filesAntonio Nino Diaz
2018-09-28Remove deprecated bl1_init_bl2_mem_layout()Antonio Nino Diaz
2018-09-28Remove deprecated early platform setup interfacesAntonio Nino Diaz
2018-09-28gic: Remove deprecated driver and interfacesAntonio Nino Diaz
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-09-28PSCI: Remove deprecated file plat_psci_common.cAntonio Nino Diaz
2018-09-28PSCI: Remove platform compatibility layerRoberto Vargas
2018-09-21Ensure the flow through switch statements is clearDaniel Boulby
2018-09-21pl011: Add support in AArch32 for MULTI_CONSOLE_APIDaniel Boulby
2018-09-04Prepare Mbed TLS drivers for shared heapJohn Tsichritzis
2018-08-30Fix MISRA defects in log helpersAntonio Nino Diaz
2018-08-30plat/common: gic: MISRA fixesAntonio Nino Diaz
2018-08-10xlat v2: Support the EL2 translation regimeAntonio Nino Diaz
2018-07-25Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misradanh-arm
2018-07-24PSCI: Fix MISRA defects in platform codeAntonio Nino Diaz
2018-07-20PSCI: Fix types of definitionsAntonio Nino Diaz
2018-07-19RAS: Introduce handler for EL3 EAsJeenu Viswambharan
2018-07-19RAS: Introduce handler for Double FaultsJeenu Viswambharan
2018-07-19RAS: Introduce handler for Uncontainable errorsJeenu Viswambharan
2018-07-11Fix some violations to MISRA rule 8.3Sandrine Bailleux
2018-06-27DynamIQ: Enable MMU without using stackJeenu Viswambharan
2018-06-12LOAD_IMAGE_V1: Align BL2 memory layout struct to 8 bytesAntonio Nino Diaz
2018-05-15Fix build error with correct format stringJeenu Viswambharan
2018-05-04RAS: Add support for node registrationJeenu Viswambharan
2018-05-04AArch64: Introduce External Abort handlingJeenu Viswambharan
2018-04-27types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada
2018-03-26plat: fix switch statements to comply with MISRA rulesJonathan Wright