arm-trusted-firmware/include
Juan Castillo e509d05728 stdlib: add missing features to build PolarSSL
This patch adds the missing features to the C library included
in the Trusted Firmware to build PolarSSL:

  - strcasecmp() function
  - exit() function
  - sscanf()* function
  - time.h header file (and its dependencies)

* NOTE: the sscanf() function is not a real implementation. It just
returns the number of expected arguments by counting the number of
'%' characters present in the formar string. This return value is
good enough for PolarSSL because during the certificate parsing
only the return value is checked. The certificate validity period
is ignored.

Change-Id: I43bb3742f26f0bd458272fccc3d72a7f2176ab3d
2015-01-28 18:26:59 +00:00
..
bl31 Demonstrate model for routing IRQs to EL3 2015-01-26 15:29:32 +00:00
bl32/tsp Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs 2014-08-19 11:42:45 +01:00
common TBB: add support to include certificates in a FIP image 2015-01-28 18:26:59 +00:00
drivers Merge pull request #219 from jcastillo-arm/jc/tf-issues/253 2014-11-04 16:01:40 +00:00
lib Call reset handlers upon BL3-1 entry. 2015-01-26 19:04:15 +00:00
plat/common TBB: add a platform specific function to validate the ROTPK 2015-01-28 18:26:59 +00:00
stdlib stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00