aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tbbr: Add build flag HASH_ALG to let the user to select the SHAQixiang Xu2017-11-213-3/+26
* | 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
* Merge pull request #1107 from geesun/qx/add_ecdsa_supportdavidcunado-arm2017-10-022-10/+19
|\
| * Dynamic selection of ECDSA or RSAQixiang Xu2017-09-222-9/+18
| * Add support for TBBR using ECDSA keys in ARM platformsQixiang Xu2017-09-221-1/+1
* | Fix type of `unsigned long` constantsAntonio Nino Diaz2017-09-212-5/+5
|/
* cert_tool: Support for legacy RSA PKCS#1 v1.5Soby Mathew2017-08-311-1/+1
* Export KEY_ALG as a user build optionSoby Mathew2017-08-311-2/+8
* Merge pull request #1040 from sliai/support-opteed-headerdanh-arm2017-08-141-0/+48
|\
| * Support Trusted OS firmware extra images in TF toolsSummer Qin2017-08-091-0/+48
* | Add SMMUv3 driverJeenu Viswambharan2017-08-011-0/+55
* | CCI: Adapt for specific product at run timeJeenu Viswambharan2017-08-011-32/+82
|/
* Fix order of #includesIsla Mitchell2017-07-124-5/+6
* Do basic CryptoCell LCS checkSoby Mathew2017-06-281-0/+14
* Add CC crypto driver to the Auth moduleSoby Mathew2017-06-282-0/+318
* io_dummy: correct sparse warningsEtienne Carriere2017-06-231-1/+2
* io_storage: use unsigned int for indexEtienne Carriere2017-06-231-1/+1
* delay_timer: correct sparse issues and warningsEtienne Carriere2017-06-232-4/+5
* ufs: fix the and operatorHaojian Zhuang2017-06-131-3/+3
* Merge pull request #968 from antonio-nino-diaz-arm/an/snprintf-altdavidcunado-arm2017-06-091-0/+3
|\
| * mbedtls: Don't use tf_snprintf if option not definedAntonio Nino Diaz2017-06-061-0/+3
* | Merge pull request #964 from soby-mathew/sm/rsapss_supdanh-arm2017-06-052-9/+12
|\ \
| * | Add support for RSASSAPSS algorithm in mbedtls crypto driverSoby Mathew2017-06-051-8/+11
| * | Increase heapsize for mbedtls librarySoby Mathew2017-06-051-1/+1
| |/
* / Introduce ARM GIC-600 driverJeenu Viswambharan2017-06-013-53/+174
|/
* Merge pull request #958 from antonio-nino-diaz-arm/an/mbedtls-heap-sizedanh-arm2017-05-311-1/+1
|\
| * mbedtls: Define optimized mbed TLS heap sizeAntonio Nino Diaz2017-05-311-1/+1
* | Merge pull request #955 from hzhuang1/ufsdanh-arm2017-05-312-0/+949
|\ \ | |/ |/|
| * drivers: add designware ufs driverHaojian Zhuang2017-05-311-0/+190
| * drivers: add ufs stackHaojian Zhuang2017-05-311-0/+759