aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2020-09-30 16:20:25 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-09-30 16:22:01 +0530
commitf592789f20a0a2032d5e4b3bbf2c55b7b3b60025 (patch)
tree4ba5a8a06f045d69f12e19d4102cbe3ea73a862c
parentdb8a300effb7bf0d5fdc3e04a12686dabda1a4ef (diff)
plat/rde1edge: update user guide for 2020.09.30 release
Update the RD-E1-Edge platform user guide for the RD-INFRA-2020.09.30 release. A new section to list the release tags and the corresponding FVP version with which that release has been tested is documented. Change-Id: I044666453a1b7a901f8204776411c030eed18a19 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rw-r--r--docs/rde1edge/user-guide.rst38
1 files changed, 24 insertions, 14 deletions
diff --git a/docs/rde1edge/user-guide.rst b/docs/rde1edge/user-guide.rst
index 1001fba..12d3175 100644
--- a/docs/rde1edge/user-guide.rst
+++ b/docs/rde1edge/user-guide.rst
@@ -102,18 +102,8 @@ This section explains how to sync the software stack.
repo sync -j $(nproc) --fetch-submodules --force-sync
Note: The RELEASE_TAG can be found in the release notes, if obtained. If
- a release note is not available, or if a RELEASE_TAG is not known, use
- "master" as the branch to checkout and pass it as the value to the "-b"
- parameter as shown in the commands below.
-
- ::
-
- repo init -u https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms-manifest.git -m pinned-rde1edge.xml -b master
- repo sync -j $(nproc) --fetch-submodules --force-sync
-
-
- Note: If a release tag is not available, use "master" as the branch to
- checkout and pass it as the value to the "-b" parameter.
+ a release note is not available, or if a RELEASE_TAG is not known, see the
+ section "Release Tags" below to obtain the most recent release tag.
- For obtaining the software stack with latest *upstream updates* but which
might not have been fully validated, use the following commands to sync:
@@ -207,10 +197,30 @@ supported tests are listed below:
d. `Ubuntu 18.4 Enterprise Linux Distribution`_
2. Supported Tests:
a. `KVM`_
- b. `RAS`_
- c. `Secure Boot`_
+Release Tags
+------------
+
+Most recent release tag:
+ - RD-E1-Edge platform: RD-INFRA-2020.09.30
+
+Here's the list of release tags and corresponding Fast Model version supported:
+
++-----------------------+-------------------------+
+| Release Tag | RD-E1-Edge FVP Version |
++=======================+=========================+
+| RD-INFRA-2020.09.30 | 11.12.43 |
++-----------------------+-------------------------+
+| | |
++-----------------------+-------------------------+
+| | |
++-----------------------+-------------------------+
+| | |
++-----------------------+-------------------------+
+| | |
++-----------------------+-------------------------+
+
--------------
*Copyright (c) 2019, Arm Limited. All rights reserved.*