diff options
Diffstat (limited to 'docs/change-log.md')
-rw-r--r-- | docs/change-log.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index e813cb1..08d1854 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -64,7 +64,6 @@ Detailed changes since last release - Entry into standby states is not supported. - The api is only supported on the AEMv8 Base FVP. - * The PSCI AFFINITY_INFO api has undergone limited testing on the AEMv8 Base FVP to allow experimental use. @@ -77,6 +76,12 @@ Detailed changes since last release undergone change. A pointer to these structures is returned instead of their copy. +* Required C library and runtime header files are now included locally in ARM + Trusted Firmware instead of depending on the toolchain standard include + paths. The local implementation has been cleaned up and reduced in scope. + Implementations for `putchar()` and `strchr()` were added to the local C + library. + ARM Trusted Firmware - version 0.2 ================================== |