aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tbbr: Add build flag HASH_ALG to let the user to select the SHAQixiang Xu2017-11-211-0/+10
* | BL31: Program Priority Mask for SMC handlingJeenu Viswambharan2017-11-131-4/+4
* | GIC: Introduce API to get interrupt IDJeenu Viswambharan2017-11-131-0/+3
|/
* plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabledQixiang Xu2017-10-251-3/+4
* 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
* Merge pull request #1107 from geesun/qx/add_ecdsa_supportdavidcunado-arm2017-10-021-3/+10
|\
| * Dynamic selection of ECDSA or RSAQixiang Xu2017-09-221-0/+7
| * Add support for TBBR using ECDSA keys in ARM platformsQixiang Xu2017-09-221-3/+3
* | 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-123-5/+5
* Add headers to enable CryptoCell integrationSoby Mathew2017-06-2813-0/+619
* include: add U()/ULL() macros for constantsVarun Wadekar2017-06-141-87/+87
* Add support for RSASSAPSS algorithm in mbedtls crypto driverSoby Mathew2017-06-051-0/+3
* Merge pull request #955 from hzhuang1/ufsdanh-arm2017-05-312-0/+639
|\
| * drivers: add designware ufs driverHaojian Zhuang2017-05-311-0/+110
| * drivers: add ufs stackHaojian Zhuang2017-05-311-0/+529
* | mbedtls: Use `tf_snprintf` instead of `snprintf`Antonio Nino Diaz2017-05-241-0/+2
|/
* mbedtls: Namespace for TF specific macrosDavid Cunado2017-05-121-4/+4
* Use SPDX license identifiersdp-arm2017-05-0341-1025/+41
* Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm2017-04-121-1/+2
|\
| * Add console_flush() to console APIAntonio Nino Diaz2017-03-311-1/+2
* | mbedtls: Namespace TF specific macrosdp-arm2017-03-221-5/+5
|/
* drivers: add designware emmc driverHaojian Zhuang2017-01-231-0/+45
* Merge pull request #807 from nmenon/upstream/fix-16650-rxdavidcunado-arm2017-01-131-1/+2
|\
| * uart: 16550: Fix getcNishanth Menon2017-01-101-1/+2
* | Merge pull request #793 from jeenu-arm/gic-changesdanh-arm2016-12-201-0/+2
|\ \ | |/ |/|
| * GICv3: Introduce power management APIs for RedistributorJeenu Viswambharan2016-12-151-0/+2
* | Fix incorrect copyright noticesAntonio Nino Diaz2016-12-141-1/+1
|/
* emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsi...Qixiang.Xu2016-12-011-15/+15
* partition: check GPT partition tableHaojian Zhuang2016-09-203-0/+191
* emmc: support CMD23Haojian Zhuang2016-08-121-1/+5