summaryrefslogtreecommitdiff
path: root/include/plat/common
AgeCommit message (Expand)Author
2018-02-28Fix MISRA rule 8.4 in common codeRoberto Vargas
2018-02-28Fix MISRA rule 8.3 in common codeRoberto Vargas
2018-02-26BL1: Deprecate the `bl1_init_bl2_mem_layout()` APISoby Mathew
2018-02-26Introduce the new BL handover interfaceSoby Mathew
2018-02-26Add image_id to bl1_plat_handle_post/pre_image_load()Soby Mathew
2018-02-02bl1: add bl1_plat_handle_{pre,post}_image_load()Masahiro Yamada
2018-02-02bl2: add bl2_plat_handle_pre_image_load()Masahiro Yamada
2018-01-18bl2-el3: Add BL2_EL3 imageRoberto Vargas
2017-11-13BL31: Add SDEI dispatcherJeenu Viswambharan
2017-11-13GIC: Introduce API to get interrupt IDJeenu Viswambharan
2017-11-08SPM: Introduce Secure Partition ManagerAntonio Nino Diaz
2017-10-24Add platform hooks for boot redundancy supportRoberto Vargas
2017-10-16GIC: Add API to set priority maskJeenu Viswambharan
2017-10-16GIC: Add API to set/clear interrupt pendingJeenu Viswambharan
2017-10-16GIC: Add API to set interrupt routingJeenu Viswambharan
2017-10-16GIC: Add API to raise secure SGIJeenu Viswambharan
2017-10-16GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan
2017-10-16GIC: Add API to set interrupt priorityJeenu Viswambharan
2017-10-16GIC: Add APIs to enable and disable interruptJeenu Viswambharan
2017-10-16GIC: Add API to get interrupt active statusJeenu Viswambharan
2017-10-16GIC: Add APIs to query interrupt typesJeenu Viswambharan
2017-10-16GIC: Add API to get running priorityJeenu Viswambharan
2017-09-11Implement log frameworkSoby Mathew
2017-05-03Use SPDX license identifiersdp-arm
2017-04-12Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm
2017-03-31Add support for GCC stack protectionDouglas Raillard
2017-03-31Add and use plat_crash_console_flush() APIAntonio Nino Diaz
2017-02-13PSCI: Decouple PSCI stat residency calculation from PMFdp-arm
2017-01-26Resolve build errors flagged by GCC 6.2David Cunado
2017-01-18Move BL_COHERENT_RAM_BASE/END defines to common_def.hMasahiro Yamada
2017-01-18Use *_END instead of *_LIMIT for linker derived end addressesMasahiro Yamada
2016-12-15tbbr: Fix updating of Non-Trusted NV counterdp-arm
2016-09-21AArch32: Common changes needed for BL1/BL2Yatharth Kochar
2016-09-20Changes for new version of image loading in BL1/BL2Yatharth Kochar
2016-09-20Add new version of image loading.Yatharth Kochar
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-07-08ARM platforms: Add support for SEPARATE_CODE_AND_RODATASandrine Bailleux
2016-06-03Allow dynamic overriding of ROTPK verificationSoby Mathew
2016-05-20Add 32 bit version of plat_get_syscnt_freqAntonio Nino Diaz
2016-04-21Move `plat_get_syscnt_freq()` to arm_common.cYatharth Kochar
2016-04-07Merge pull request #572 from jcastillo-arm/jc/tbb_nvcounterdanh-arm
2016-04-01Modify return type of plat_get_ns_image_entrypoint()Soby Mathew
2016-03-31TBB: add non-volatile counter supportJuan Castillo
2016-03-14Remove all non-configurable dead loopsAntonio Nino Diaz
2016-02-22Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar
2016-01-14Migrate __warn_deprecated -> __deprecatedSoren Brinkmann
2015-12-15FWU: Pass client cookie to FWU_SMC_UPDATE_DONEDan Handley
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-14Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo
2015-12-09Merge pull request #462 from soby-mathew/sm/runtime_consoledanh-arm