aboutsummaryrefslogtreecommitdiffstats
path: root/plat/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1708 from Yann-lms/warningsSoby Mathew2018-12-121-0/+1
|\
| * correct some missing-prototype warningsYann Gautier2018-12-101-0/+1
* | SPM: Load image and RD from SP packageAntonio Nino Diaz2018-12-111-0/+90
* | SPM: Introduce functions to load DTB filesAntonio Nino Diaz2018-12-101-0/+312
|/
* 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
* Convert arm_setup_page_tables into a generic helperRoberto Vargas2018-10-261-0/+37
* xlat: Fix compatibility between v1 and v2Antonio Nino Diaz2018-10-261-0/+1
* Deprecate weak crash console functionsAntonio Nino Diaz2018-10-252-0/+8
* Add sample crash console functionsAntonio Nino Diaz2018-10-252-0/+184
* Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_ConsoleDimitris Papastamos2018-10-041-0/+4
|\
| * pl011: Add support in AArch32 for MULTI_CONSOLE_APIDaniel Boulby2018-09-211-0/+4
* | Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew2018-10-032-3/+5
|\ \
| * | Ensure the flow through switch statements is clearDaniel Boulby2018-09-212-3/+5
| |/
* | Remove all other deprecated interfaces and filesAntonio Nino Diaz2018-09-284-107/+0
* | Remove deprecated bl1_init_bl2_mem_layout()Antonio Nino Diaz2018-09-281-4/+0
* | Remove deprecated early platform setup interfacesAntonio Nino Diaz2018-09-283-33/+0
* | gic: Remove deprecated driver and interfacesAntonio Nino Diaz2018-09-281-49/+0
* | Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-282-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
|/
* Prepare Mbed TLS drivers for shared heapJohn Tsichritzis2018-09-041-0/+23
* Fix MISRA defects in log helpersAntonio Nino Diaz2018-08-301-9/+12
* plat/common: gic: MISRA fixesAntonio Nino Diaz2018-08-302-26/+35
* xlat v2: Support the EL2 translation regimeAntonio Nino Diaz2018-08-101-1/+1
* Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misradanh-arm2018-07-251-14/+18
|\
| * PSCI: Fix MISRA defects in platform codeAntonio Nino Diaz2018-07-241-11/+15
| * PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-201-3/+3
* | 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
|/
* Fix some violations to MISRA rule 8.3Sandrine Bailleux2018-07-111-2/+2
* 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