arm-trusted-firmware/include/drivers
Juan Castillo 7d37aa1711 TBB: add mbedTLS authentication related libraries
This patch adds the following mbedTLS based libraries:

* Cryptographic library

It is used by the crypto module to verify a digital signature
and a hash. This library relies on mbedTLS to perform the
cryptographic operations. mbedTLS sources must be obtained
separately.

Two key algorithms are currently supported:

    * RSA-2048
    * ECDSA-SECP256R1

The platform is responsible for picking up the required
algorithm by defining the 'MBEDTLS_KEY_ALG' variable in the
platform makefile. Available options are:

    * 'rsa' (for RSA-2048) (default option)
    * 'ecdsa' (for ECDSA-SECP256R1)

Hash algorithm currently supported is SHA-256.

* Image parser library

Used by the image parser module to extract the authentication
parameters stored in X509v3 certificates.

Change-Id: I597c4be3d29287f2f18b82846973afc142ee0bf0
2015-06-25 08:53:27 +01:00
..
arm Add SP804 delay timer driver 2015-06-18 16:06:26 +01:00
auth TBB: add mbedTLS authentication related libraries 2015-06-25 08:53:27 +01:00
io Use numbers to identify images instead of names 2015-06-25 08:53:26 +01:00
ti/uart Driver for 16550 UART interface 2015-05-29 11:25:20 +05:30
console.h Parametrize baudrate and UART clock during console_init() 2014-07-28 10:44:04 +01:00
delay_timer.h Add a simple delay timer driver API 2015-06-17 13:13:54 +01:00