summaryrefslogtreecommitdiff
path: root/docs/change-log.rst
diff options
context:
space:
mode:
authorJohn Tsichritzis <john.tsichritzis@arm.com>2019-07-05 14:22:12 +0100
committerJohn Tsichritzis <john.tsichritzis@arm.com>2019-07-10 11:13:00 +0100
commitbd97f83a62382633468034db1e81381c5990b62a (patch)
tree18e4726294d911d7c91f10d51dfad2e51f1c0c2e /docs/change-log.rst
parent21bde92ff6d20ef2d3a2651fd729a1579232313b (diff)
Remove references to old project name from common files
The project has been renamed from "Arm Trusted Firmware (ATF)" to "Trusted Firmware-A (TF-A)" long ago. A few references to the old project name that still remained in various places have now been removed. This change doesn't affect any platform files. Any "ATF" references inside platform files, still remain. Change-Id: Id97895faa5b1845e851d4d50f5750de7a55bf99e Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
Diffstat (limited to 'docs/change-log.rst')
-rw-r--r--docs/change-log.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/change-log.rst b/docs/change-log.rst
index 4ef3ac14..70aafc06 100644
--- a/docs/change-log.rst
+++ b/docs/change-log.rst
@@ -632,8 +632,8 @@ New Features
- Introduce External Abort handling on AArch64
External Abort routed to EL3 was reported as an unhandled exception
- and caused a panic. This change enables Arm Trusted Firmware-A to
- handle External Aborts routed to EL3.
+ and caused a panic. This change enables Trusted Firmware-A to handle
+ External Aborts routed to EL3.
- Save value of ACTLR_EL1 implementation-defined register in the CPU
context structure rather than forcing it to 0.