aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix MISRA Rule 5.3 Part 2Daniel Boulby2018-06-123-10/+10
* Fix MISRA Rule 5.1Daniel Boulby2018-06-123-20/+20
* Merge pull request #1340 from Andre-ARM/sec-irqs-fixesDimitris Papastamos2018-05-173-11/+6
|\
| * gicv3: Fix support for systems without secure interruptsAndre Przywara2018-04-032-6/+4
| * gicv2: Fix support for systems without secure interruptsSamuel Holland2018-04-031-5/+2
* | Fix pointer type mismatch of handlersMasahiro Yamada2018-04-271-1/+1
* | DMC500: Add platform support to set system interface countAmit Daniel Kachhap2018-04-091-4/+14
|/
* Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-293-10/+15
|\
| * drivers: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-263-10/+15
* | GIC: Fix setting interrupt configurationJeenu Viswambharan2018-03-262-11/+20
|/
* [PATCH 1/2] qemu: Support MULTI_CONSOLE_APIMichalis Pappas2018-03-051-0/+1
* Emit warnings when using deprecated GIC initDan Handley2018-03-012-0/+55
* Fix MISRA rule 8.4 Part 1Roberto Vargas2018-02-284-7/+9
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-283-4/+11
* Resolve TZC400 build issue when DEBUG=1 and ENABLE_ASSERTIONS=0Soby Mathew2018-02-211-2/+1
* Remove URLs from commentsAntonio Nino Diaz2018-02-141-5/+8
* Merge pull request #1236 from dbasehore/gic-save-restoredavidcunado-arm2018-02-011-0/+9
|\
| * GICv3: Fix Dist restore for when the GIC is resetDerek Basehore2018-01-231-0/+9
* | drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_APIJulius Werner2018-01-191-33/+143
|/
* Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-231-1/+13
|\
| * ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere2017-11-081-1/+13
* | GIC: Fix Group 0 enablingJeenu Viswambharan2017-11-134-6/+31
* | GICv2: Fix populating PE target dataJeenu Viswambharan2017-11-131-3/+20
|/
* GIC: Allow specifying interrupt propertiesJeenu Viswambharan2017-10-166-59/+356
* GIC: Add helpers to set interrupt configurationJeenu Viswambharan2017-10-163-0/+45
* GIC: Add API to set priority maskJeenu Viswambharan2017-10-162-0/+46
* GIC: Add API to set/clear interrupt pendingJeenu Viswambharan2017-10-164-0/+119
* GIC: Add API to set interrupt routingJeenu Viswambharan2017-10-164-10/+85
* GIC: Add API to raise secure SGIJeenu Viswambharan2017-10-163-0/+82
* GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan2017-10-162-0/+101
* GIC: Add API to set interrupt priorityJeenu Viswambharan2017-10-162-0/+36
* GIC: Add APIs to enable and disable interruptJeenu Viswambharan2017-10-164-0/+110
* GIC: Add API to get interrupt active statusJeenu Viswambharan2017-10-166-3/+65
* GICv2: Add driver API to set PE target maskJeenu Viswambharan2017-10-161-0/+23
* GIC: Add API to get running priorityJeenu Viswambharan2017-10-163-1/+27
* Fix assertion in GIC ITS helperSoby Mathew2017-10-061-1/+1
* GICv3: ITS architectural save and restore helpersSoby Mathew2017-10-052-0/+124
* GICv3: add functions for save and restoreSoby Mathew2017-10-055-3/+513
* GICv3: turn some macros into inline functionsDouglas Raillard2017-10-051-23/+25
* GICv3: Fix gic600.c indentationDouglas Raillard2017-10-051-7/+7
* Fix type of `unsigned long` constantsAntonio Nino Diaz2017-09-212-5/+5
* Add SMMUv3 driverJeenu Viswambharan2017-08-011-0/+55
* CCI: Adapt for specific product at run timeJeenu Viswambharan2017-08-011-32/+82
* Introduce ARM GIC-600 driverJeenu Viswambharan2017-06-013-53/+174
* Use SPDX license identifiersdp-arm2017-05-0325-625/+25
* Merge pull request #906 from antonio-nino-diaz-arm/an/asserts-releasedavidcunado-arm2017-04-215-16/+22
|\
| * Control inclusion of helper code used for assertsAntonio Nino Diaz2017-04-204-10/+11
| * TZC: rename included C file to a headerAntonio Nino Diaz2017-04-183-7/+12
* | Merge pull request #893 from antonio-nino-diaz-arm/an/tf-printf-errordavidcunado-arm2017-04-161-5/+4
|\ \ | |/ |/|
| * Replace tf_printf occurrences with ERRORAntonio Nino Diaz2017-04-061-5/+4