arm-trusted-firmware/lib
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
..
aarch64 Add support for level specific cache maintenance operations 2014-10-29 17:38:56 +00:00
cpus Call reset handlers upon BL3-1 entry. 2015-01-26 19:04:15 +00:00
locks Move bakery algorithm implementation out of coherent memory 2015-01-22 10:57:44 +00:00
semihosting Remove extern keyword from function declarations 2014-05-23 12:15:54 +01:00
stdlib stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00