summaryrefslogtreecommitdiff
path: root/drivers/arm
AgeCommit message (Expand)Author
2018-07-05Fix MISRA Rule 5.1Daniel Boulby
2018-07-05gicv3: Fix support for systems without secure interruptsAndre Przywara
2018-06-11drivers: add tzc380 supportPeng Fan
2018-03-01Emit warnings when using deprecated GIC initDan Handley
2018-02-28Fix MISRA rule 8.4 Part 1Roberto Vargas
2018-02-28Fix MISRA rule 8.4 in common codeRoberto Vargas
2018-02-21Resolve TZC400 build issue when DEBUG=1 and ENABLE_ASSERTIONS=0Soby Mathew
2018-02-14Remove URLs from commentsAntonio Nino Diaz
2018-02-01Merge pull request #1236 from dbasehore/gic-save-restoredavidcunado-arm
2018-01-23GICv3: Fix Dist restore for when the GIC is resetDerek Basehore
2018-01-19drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_APIJulius Werner
2017-11-23Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm
2017-11-13GIC: Fix Group 0 enablingJeenu Viswambharan
2017-11-13GICv2: Fix populating PE target dataJeenu Viswambharan
2017-11-08ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere
2017-10-16GIC: Allow specifying interrupt propertiesJeenu Viswambharan
2017-10-16GIC: Add helpers to set interrupt configurationJeenu Viswambharan
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-16GICv2: Add driver API to set PE target maskJeenu Viswambharan
2017-10-16GIC: Add API to get running priorityJeenu Viswambharan
2017-10-06Fix assertion in GIC ITS helperSoby Mathew
2017-10-05GICv3: ITS architectural save and restore helpersSoby Mathew
2017-10-05GICv3: add functions for save and restoreSoby Mathew
2017-10-05GICv3: turn some macros into inline functionsDouglas Raillard
2017-10-05GICv3: Fix gic600.c indentationDouglas Raillard
2017-09-21Fix type of `unsigned long` constantsAntonio Nino Diaz
2017-08-01Add SMMUv3 driverJeenu Viswambharan
2017-08-01CCI: Adapt for specific product at run timeJeenu Viswambharan
2017-06-01Introduce ARM GIC-600 driverJeenu Viswambharan
2017-05-03Use SPDX license identifiersdp-arm
2017-04-21Merge pull request #906 from antonio-nino-diaz-arm/an/asserts-releasedavidcunado-arm
2017-04-20Control inclusion of helper code used for assertsAntonio Nino Diaz
2017-04-18TZC: rename included C file to a headerAntonio Nino Diaz
2017-04-16Merge pull request #893 from antonio-nino-diaz-arm/an/tf-printf-errordavidcunado-arm
2017-04-06Replace tf_printf occurrences with ERRORAntonio Nino Diaz
2017-03-31Add console_flush() to console APIAntonio Nino Diaz
2017-03-18Merge pull request #861 from soby-mathew/sm/aarch32_fixesdavidcunado-arm
2017-03-02AArch32: Fix conditional inclusion of bakery_locksSoby Mathew
2017-03-01Flush the GIC driver data after initSoby Mathew
2017-01-24Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada
2017-01-13utils: move BIT(n) macro to utils.hMasahiro Yamada
2016-12-15GICv3: Introduce power management APIs for RedistributorJeenu Viswambharan
2016-12-01AArch32: Miscellaneous fixes in the AArch32 codeYatharth Kochar