aboutsummaryrefslogtreecommitdiffstats
path: root/plat/common
Commit message (Expand)AuthorAgeFilesLines
* DynamIQ: Enable MMU without using stackJeenu Viswambharan2018-06-272-12/+22
* LOAD_IMAGE_V1: Align BL2 memory layout struct to 8 bytesAntonio Nino Diaz2018-06-121-1/+2
* 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
* plat: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-262-2/+11
* plat/common: remove fall-through on release buildJonathan Wright2018-03-261-3/+2
* Merge pull request #1292 from danh-arm/dh/spurious-dep-warndavidcunado-arm2018-03-031-0/+8
|\
| * Suppress spurious deprecated declaration warningsDan Handley2018-03-011-0/+8
* | Remove sp_min functions from plat_common.cSoby Mathew2018-03-022-23/+37
|/
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-0/+2
* Dynamic cfg: MISRA fixesSoby Mathew2018-02-261-1/+1
* BL1: Deprecate the `bl1_init_bl2_mem_layout()` APISoby Mathew2018-02-261-6/+53
* Introduce the new BL handover interfaceSoby Mathew2018-02-263-2/+36
* Add image_id to bl1_plat_handle_post/pre_image_load()Soby Mathew2018-02-263-40/+25
* qemu: Fix interrupt type checkSanteri Salko2018-02-091-0/+2
* bl1: add bl1_plat_handle_{pre,post}_image_load()Masahiro Yamada2018-02-021-0/+12
* bl2: add bl2_plat_handle_pre_image_load()Masahiro Yamada2018-02-021-0/+12
* plat/common: move arch-agnostic fallback functions to C fileMasahiro Yamada2018-02-023-67/+33
* Merge pull request #1193 from jwerner-chromium/JW_corebootdavidcunado-arm2018-01-242-11/+57
|\
| * 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
* | bl2-el3: Add BL2_EL3 imageRoberto Vargas2018-01-181-0/+24
|/
* Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-231-0/+31
|\
| * aarch32: add few missing weak platform specific functionEtienne Carriere2017-11-081-0/+31
* | BL31: Add SDEI dispatcherJeenu Viswambharan2017-11-131-0/+26
* | GIC: Introduce API to get interrupt IDJeenu Viswambharan2017-11-132-0/+18
* | Fix PSCI STAT time stamp collectionSoby Mathew2017-11-031-1/+8
|/
* Add platform hooks for boot redundancy supportRoberto Vargas2017-10-242-0/+43
* GIC: Add API to set priority maskJeenu Viswambharan2017-10-162-0/+10
* GIC: Add API to set/clear interrupt pendingJeenu Viswambharan2017-10-162-0/+26
* GIC: Add API to set interrupt routingJeenu Viswambharan2017-10-162-0/+43
* GIC: Add API to raise secure SGIJeenu Viswambharan2017-10-162-0/+32
* GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan2017-10-162-2/+64
* GIC: Add API to set interrupt priorityJeenu Viswambharan2017-10-162-0/+12
* GIC: Add APIs to enable and disable interruptJeenu Viswambharan2017-10-162-0/+24
* GIC: Add API to get interrupt active statusJeenu Viswambharan2017-10-162-0/+12
* GIC: Add APIs to query interrupt typesJeenu Viswambharan2017-10-162-0/+35
* GIC: Add API to get running priorityJeenu Viswambharan2017-10-162-2/+17
* Implement log frameworkSoby Mathew2017-09-111-0/+25
* FVP: Fix AArch32 stack functions to be ABI-compliantJeenu Viswambharan2017-08-011-4/+4
* sp_min: Implement `sp_min_plat_runtime_setup()`Dimitris Papastamos2017-06-201-0/+11
* cert: move platform_oid.h to include/tools_share for all platformsMasahiro Yamada2017-05-241-1/+5
* Use SPDX license identifiersdp-arm2017-05-0315-375/+15
* Remove build option `ASM_ASSERTION`Antonio Nino Diaz2017-04-201-3/+3
* Add and use plat_crash_console_flush() APIAntonio Nino Diaz2017-03-312-2/+44
* Move plat/common source file definitions to generic Makefilesdp-arm2017-03-202-8/+8
* Merge pull request #861 from soby-mathew/sm/aarch32_fixesdavidcunado-arm2017-03-181-3/+3
|\
| * AArch32: Enable override of plat_set_my_stack/plat_get_my_stackSoby Mathew2017-03-021-3/+3