diff options
author | Juan Castillo <juan.castillo@arm.com> | 2015-12-14 09:35:25 +0000 |
---|---|---|
committer | Juan Castillo <juan.castillo@arm.com> | 2015-12-14 12:31:37 +0000 |
commit | d178637d2bac46ef0d227395663c55cc46a25d73 (patch) | |
tree | d5cc70b9270853267cfbb213b1d65b39c0d2899d /docs/rt-svc-writers-guide.md | |
parent | f59821d51255f14e0ac00eef7bc98ef75c686876 (diff) | |
download | platform_external_arm-trusted-firmware-d178637d2bac46ef0d227395663c55cc46a25d73.tar.gz platform_external_arm-trusted-firmware-d178637d2bac46ef0d227395663c55cc46a25d73.tar.bz2 platform_external_arm-trusted-firmware-d178637d2bac46ef0d227395663c55cc46a25d73.zip |
Remove dashes from image names: 'BL3-x' --> 'BL3x'
This patch removes the dash character from the image name, to
follow the image terminology in the Trusted Firmware Wiki page:
https://github.com/ARM-software/arm-trusted-firmware/wiki
Changes apply to output messages, comments and documentation.
non-ARM platform files have been left unmodified.
Change-Id: Ic2a99be4ed929d52afbeb27ac765ceffce46ed76
Diffstat (limited to 'docs/rt-svc-writers-guide.md')
-rw-r--r-- | docs/rt-svc-writers-guide.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rt-svc-writers-guide.md b/docs/rt-svc-writers-guide.md index 13f5310c9..947f4a5cb 100644 --- a/docs/rt-svc-writers-guide.md +++ b/docs/rt-svc-writers-guide.md @@ -19,7 +19,7 @@ Contents ---------------- This document describes how to add a runtime service to the EL3 Runtime -Firmware component of ARM Trusted Firmware (BL3-1). +Firmware component of ARM Trusted Firmware (BL31). Software executing in the normal world and in the trusted world at exception levels lower than EL3 will request runtime services using the Secure Monitor @@ -30,9 +30,9 @@ results are returned. SMC Functions are grouped together based on the implementor of the service, for example a subset of the Function IDs are designated as "OEM Calls" (see [SMCCC] -for full details). The EL3 runtime services framework in BL3-1 enables the +for full details). The EL3 runtime services framework in BL31 enables the independent implementation of services for each group, which are then compiled -into the BL3-1 image. This simplifies the integration of common software from +into the BL31 image. This simplifies the integration of common software from ARM to support [PSCI], Secure Monitor for a Trusted OS and SoC specific software. The common runtime services framework ensures that SMC Functions are dispatched to their respective service implementation - the [Firmware Design] @@ -290,7 +290,7 @@ between the normal and secure worlds, deliver SMC Calls through to Secure-EL1 and generally manage the Secure-EL1 Payload through CPU power-state transitions. TODO: Provide details of the additional work required to implement a SPD and -the BL3-1 support for these services. Or a reference to the document that will +the BL31 support for these services. Or a reference to the document that will provide this information.... |