commit | 4febc0847e49559893eb6374b12788501d9a1efc | [log] [tgz] |
---|---|---|
author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Tue Jan 26 21:36:18 2021 -0600 |
committer | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Wed Feb 03 10:36:33 2021 -0600 |
tree | cca8233011a7f3adb0a2ec204f0c7cfc1158147e | |
parent | 49c2c122fe8ce6e0122990b9ecf0fc33d42ec5ac [diff] |
libc: Import strtol from FreeBSD project From commit: 21571b1d140ae7bb44e94c0afba2ec61456b275b The coding guidelines[1] in TF-A forbid the use of ato*() functions in favour of strto*(). However, the TF-A libc does not provide an implementation of strto*(), making this rule impossible to satisfy. Also made small changes to fit into TF-A project. Added the source files to the libc makefile [1] https://trustedfirmware-a.readthedocs.io/en/latest/process/coding-guidelines.html#libc-functions-that-are-banned-or-to-be-used-with-caution Change-Id: Ica95bf5da722913834fe90bf3fe743aa34e01e80 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>