aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers/arm
Commit message (Expand)AuthorAgeFilesLines
* DMC500: Add platform support to set system interface countAmit Daniel Kachhap2018-04-091-0/+1
* GIC: Fix setting interrupt configurationJeenu Viswambharan2018-03-261-4/+4
* Emit warnings when using deprecated GIC initDan Handley2018-03-012-6/+6
* Fix MISRA rule 8.3 Part 1Roberto Vargas2018-02-282-4/+4
* drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_APIJulius Werner2018-01-191-0/+24
* Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-231-0/+2
|\
| * ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere2017-11-081-0/+2
* | BL31: Program Priority Mask for SMC handlingJeenu Viswambharan2017-11-131-4/+4
* | GIC: Introduce API to get interrupt IDJeenu Viswambharan2017-11-131-0/+3
|/
* ARM platforms: Migrate to using interrupt propertiesJeenu Viswambharan2017-10-161-31/+4
* GIC: Allow specifying interrupt propertiesJeenu Viswambharan2017-10-163-34/+69
* GIC: Add helpers to set interrupt configurationJeenu Viswambharan2017-10-161-0/+3
* GIC: Add API to set priority maskJeenu Viswambharan2017-10-162-0/+2
* GIC: Add API to set/clear interrupt pendingJeenu Viswambharan2017-10-162-0/+4
* GIC: Add API to set interrupt routingJeenu Viswambharan2017-10-163-0/+7
* GIC: Add API to raise secure SGIJeenu Viswambharan2017-10-162-0/+39
* GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan2017-10-162-0/+8
* GIC: Add API to set interrupt priorityJeenu Viswambharan2017-10-162-0/+3
* GIC: Add APIs to enable and disable interruptJeenu Viswambharan2017-10-162-0/+4
* GIC: Add API to get interrupt active statusJeenu Viswambharan2017-10-162-0/+2
* GIC: Add APIs to query interrupt typesJeenu Viswambharan2017-10-161-0/+1
* GICv2: Add driver API to set PE target maskJeenu Viswambharan2017-10-161-8/+18
* GIC: Add API to get running priorityJeenu Viswambharan2017-10-162-1/+4
* GICv3: ITS architectural save and restore helpersSoby Mathew2017-10-051-0/+29
* GICv3: add functions for save and restoreSoby Mathew2017-10-053-4/+103
* Fix type of `unsigned long` constantsAntonio Nino Diaz2017-09-211-5/+5
* Add SMMUv3 driverJeenu Viswambharan2017-08-011-0/+26
* CCI: Adapt for specific product at run timeJeenu Viswambharan2017-08-011-13/+3
* Fix order of #includesIsla Mitchell2017-07-122-2/+2
* Add headers to enable CryptoCell integrationSoby Mathew2017-06-2813-0/+619
* include: add U()/ULL() macros for constantsVarun Wadekar2017-06-141-87/+87
* Use SPDX license identifiersdp-arm2017-05-0317-425/+17
* GICv3: Introduce power management APIs for RedistributorJeenu Viswambharan2016-12-151-0/+2
* GICv3: Fix the GICD_IROUTER offsetSoby Mathew2016-07-271-1/+5
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-182-4/+6
* CCN: Add API to query the PART0 ID from CCNSoby Mathew2016-05-251-0/+8
* Use unsigned long long instead of uintptr_t in TZC400/DMC500 driversYatharth Kochar2016-04-122-8/+8
* Add ARM CoreLink DMC-500 driver to program TrustZone protectionVikram Kanigiri2016-03-311-0/+174
* Refactor the ARM CoreLink TZC-400 driverVikram Kanigiri2016-03-312-142/+262
* Merge pull request #518 from hzhuang1/pl061_gpio_v5danh-arm2016-02-221-0/+39
|\
| * arm: gpio: add pl061 driverHaojian Zhuang2016-02-121-0/+39
* | Move private APIs in gic_common.h to a private headerSoby Mathew2016-02-091-64/+0
* | Fix GIC_IPRIORITYR setting in new driversSoby Mathew2016-02-091-1/+2
* | Merge pull request #501 from jcastillo-arm/jc/tf-issues/300danh-arm2016-02-011-0/+1
|\ \ | |/ |/|
| * Disable PL011 UART before configuring itJuan Castillo2016-01-211-0/+1
* | Migrate __warn_deprecated -> __deprecatedSoren Brinkmann2016-01-142-16/+14
|/
* Merge pull request #463 from jcastillo-arm/jc/tf-issues/216danh-arm2015-12-101-3/+10
|\
| * De-feature PL011 UART driver to match generic UART specJuan Castillo2015-12-101-3/+10
* | Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2danh-arm2015-12-091-3/+3
|\ \
| * | Rename GICv3 interrupt group macrosSoby Mathew2015-12-041-3/+3
| |/