diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2013-12-12 16:03:44 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2013-12-20 15:52:16 +0000 |
commit | a960f28267f061ba52ef4c8778753095250b100c (patch) | |
tree | 4e8cdb9eaf08b9a03ce22c5aed62382a872315a0 /docs/change-log.md | |
parent | 1bc9e1f6ebb339136842fca0fa6f897ec20fd1aa (diff) |
Local C library documentation updates
- Update porting guide to describe where files live and how to get
FreeBSD source code.
- Update change-log to describe relocation and new functions.
Change-Id: Id8f30cc7bafdd1064b3a5c5aae958c5aa3fb79f3
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 e813cb15..08d18545 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 ================================== |