aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Mazzucato <nicola.mazzucato@arm.com>2020-10-19 18:01:15 +0100
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-10-20 12:54:24 +0100
commit7e102d4c61428b3c11ee19fdd148c51899208555 (patch)
tree082d531b101b5748865c1cc64b0f05ee288fa501
parent9543279d9c9c3cf0b8b916c904e9d756d50563a8 (diff)
misc: Update link to SCMI spec and minor cosmetics
Change-Id: Ifb167c12f4140f8e50220af93a7852af01af5904 Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
-rw-r--r--change_log.md6
-rw-r--r--readme.md4
2 files changed, 5 insertions, 5 deletions
diff --git a/change_log.md b/change_log.md
index ebbd9108..9b9ddca9 100644
--- a/change_log.md
+++ b/change_log.md
@@ -63,8 +63,8 @@ Changed
- Modules:
- bootloader: Add support for SDS-less boot
- - DVFS: Allow inexact performance levels.
- - DVFS/SCMI-perf: Abstract performance levels.
+ - DVFS: Allow inexact performance levels
+ - DVFS/SCMI-perf: Abstract performance levels
- scmi_system_power: Add graceful system power support
- bootloader: Unify bootloader messages
- module/scmi: Add SCMI notifications handling APIs
@@ -73,7 +73,7 @@ Notes
-----
This release implements full SCMI v2 support but we do not guarantee complete
-compliance wth the SCMI v2.0 specification at the moment.
+compliance with the SCMI v2.0 specification at the moment.
SCP-firmware - version 2.6.0
============================
diff --git a/readme.md b/readme.md
index 094f1068..a0e20aef 100644
--- a/readme.md
+++ b/readme.md
@@ -9,7 +9,7 @@ References
[1] Power Control System Architecture - DEN0050C (Please contact Arm directly to
obtain a copy of this document)
-[2] [System Control and Management Interface - DEN0056A](http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf)
+[2] [System Control and Management Interface - DEN0056A](https://developer.arm.com/documentation/den0056/a/)
[3] Power Policy Unit - DEN0051C (Please contact Arm directly to obtain a copy
of this document)
@@ -51,7 +51,7 @@ Functionality
- System Control and Management Interface (SCMI, platform-side)
- Support for the GNU Arm Embedded and Arm Compiler 6 toolchains
- Support for platforms with several control processors
-- Interactive debugging
+- Interactive debugging (with Command Line Interface)
Platforms
---------