summaryrefslogtreecommitdiff
path: root/include/drivers
AgeCommit message (Expand)Author
2017-11-23Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm
2017-11-21tbbr: Add build flag HASH_ALG to let the user to select the SHAQixiang Xu
2017-11-13BL31: Program Priority Mask for SMC handlingJeenu Viswambharan
2017-11-13GIC: Introduce API to get interrupt IDJeenu Viswambharan
2017-11-08ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere
2017-10-25plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabledQixiang Xu
2017-10-16ARM platforms: Migrate to using interrupt propertiesJeenu Viswambharan
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-16GIC: Add APIs to query interrupt typesJeenu 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-05GICv3: ITS architectural save and restore helpersSoby Mathew
2017-10-05GICv3: add functions for save and restoreSoby Mathew
2017-10-02Merge pull request #1107 from geesun/qx/add_ecdsa_supportdavidcunado-arm
2017-09-22Dynamic selection of ECDSA or RSAQixiang Xu
2017-09-22Add support for TBBR using ECDSA keys in ARM platformsQixiang Xu
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-07-12Fix order of #includesIsla Mitchell
2017-06-28Add headers to enable CryptoCell integrationSoby Mathew
2017-06-14include: add U()/ULL() macros for constantsVarun Wadekar
2017-06-05Add support for RSASSAPSS algorithm in mbedtls crypto driverSoby Mathew
2017-05-31Merge pull request #955 from hzhuang1/ufsdanh-arm
2017-05-31drivers: add designware ufs driverHaojian Zhuang
2017-05-31drivers: add ufs stackHaojian Zhuang
2017-05-24mbedtls: Use `tf_snprintf` instead of `snprintf`Antonio Nino Diaz
2017-05-12mbedtls: Namespace for TF specific macrosDavid Cunado
2017-05-03Use SPDX license identifiersdp-arm
2017-04-12Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm
2017-03-31Add console_flush() to console APIAntonio Nino Diaz
2017-03-22mbedtls: Namespace TF specific macrosdp-arm
2017-01-23drivers: add designware emmc driverHaojian Zhuang
2017-01-13Merge pull request #807 from nmenon/upstream/fix-16650-rxdavidcunado-arm
2017-01-10uart: 16550: Fix getcNishanth Menon
2016-12-20Merge pull request #793 from jeenu-arm/gic-changesdanh-arm
2016-12-15GICv3: Introduce power management APIs for RedistributorJeenu Viswambharan
2016-12-14Fix incorrect copyright noticesAntonio Nino Diaz
2016-12-01emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsi...Qixiang.Xu
2016-09-20partition: check GPT partition tableHaojian Zhuang
2016-08-12emmc: support CMD23Haojian Zhuang