aboutsummaryrefslogtreecommitdiffstats
path: root/plat/common/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-043-7/+8
* plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API supportJulius Werner2018-12-061-36/+146
* plat/common: Remove duplication of plat_crash_console functions/stubsJulius Werner2018-12-062-83/+3
* Deprecate weak crash console functionsAntonio Nino Diaz2018-10-251-0/+4
* Add sample crash console functionsAntonio Nino Diaz2018-10-251-0/+92
* Remove all other deprecated interfaces and filesAntonio Nino Diaz2018-09-284-107/+0
* Remove deprecated early platform setup interfacesAntonio Nino Diaz2018-09-281-7/+0
* PSCI: Remove deprecated file plat_psci_common.cAntonio Nino Diaz2018-09-281-9/+0
* PSCI: Remove platform compatibility layerRoberto Vargas2018-09-283-77/+0
* RAS: Introduce handler for EL3 EAsJeenu Viswambharan2018-07-191-0/+9
* RAS: Introduce handler for Double FaultsJeenu Viswambharan2018-07-191-0/+12
* RAS: Introduce handler for Uncontainable errorsJeenu Viswambharan2018-07-191-0/+14
* DynamIQ: Enable MMU without using stackJeenu Viswambharan2018-06-272-12/+22
* Fix build error with correct format stringJeenu Viswambharan2018-05-151-1/+1
* RAS: Add support for node registrationJeenu Viswambharan2018-05-041-0/+10
* AArch64: Introduce External Abort handlingJeenu Viswambharan2018-05-041-0/+12
* types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-271-1/+1
* Suppress spurious deprecated declaration warningsDan Handley2018-03-011-0/+8
* Introduce the new BL handover interfaceSoby Mathew2018-02-261-1/+8
* plat/common: move arch-agnostic fallback functions to C fileMasahiro Yamada2018-02-021-33/+1
* Add default crash console code to hook up to new console APIJulius Werner2018-01-191-7/+53
* Add new function-pointer-based console APIJulius Werner2017-12-121-4/+4
* BL31: Add SDEI dispatcherJeenu Viswambharan2017-11-131-0/+26
* Add platform hooks for boot redundancy supportRoberto Vargas2017-10-241-0/+21
* Use SPDX license identifiersdp-arm2017-05-035-125/+5
* Remove build option `ASM_ASSERTION`Antonio Nino Diaz2017-04-201-3/+3
* Add and use plat_crash_console_flush() APIAntonio Nino Diaz2017-03-311-1/+11
* Move plat/common source file definitions to generic Makefilesdp-arm2017-03-201-5/+5
* Simplify translation tables headers dependenciesAntonio Nino Diaz2017-03-081-2/+2
* Fix comment of plat_reset_handler stubMasahiro Yamada2016-10-251-1/+1
* Add WFI in platform's unexpected error handlersSandrine Bailleux2016-08-191-0/+2
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-181-34/+4
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-182-4/+4
* Derive stack alignment from CACHE_WRITEBACK_GRANULESoby Mathew2016-07-082-2/+3
* Add 32 bit version of plat_get_syscnt_freqAntonio Nino Diaz2016-05-201-0/+14
* Remove all non-configurable dead loopsAntonio Nino Diaz2016-03-141-1/+11
* Ensure BL31 does not print to boot console by defaultSoby Mathew2015-12-091-1/+12
* Pass the entry point info to bl1_plat_prepare_exit()Sandrine Bailleux2015-11-261-1/+1
* Add optional platform error handler APIJuan Castillo2015-10-281-0/+10
* Add optional bl1_plat_prepare_exit() APIJuan Castillo2015-10-201-0/+10
* PSCI: Add deprecated API for SPD when compatibility is disabledSoby Mathew2015-08-134-7/+121
* PSCI: Switch to the new PSCI frameworksSoby Mathew2015-08-132-28/+3
* PSCI: Implement platform compatibility layerSoby Mathew2015-08-131-2/+46
* PSCI: Add framework to handle composite power statesSoby Mathew2015-08-131-0/+63
* PSCI: Introduce new platform and CM helper APIsSoby Mathew2015-08-132-5/+39
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-083-0/+11
* Add CPU specific power management operationsSoby Mathew2014-08-201-0/+10
* Add platform API for reset handlingSoby Mathew2014-08-201-0/+9
* Call platform_is_primary_cpu() only from reset handlerJuan Castillo2014-08-011-14/+0
* Merge pull request #172 from soby-mathew/sm/asm_assertdanh-arm2014-07-281-0/+19
|\