aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhasim Syed Mohammed <khasim.mohammed@arm.com>2020-12-14 16:26:48 +0530
committerKhasim Syed Mohammed <khasim.mohammed@arm.com>2020-12-14 18:19:12 +0530
commite80470cb17b37d9e1d7370503fd5f6affe267d12 (patch)
treef91aeae9cc9731384c4af8a3a9c1e6504101a894
parent91feab18ee1f7bbdce5b1d585441e8ed5737fb86 (diff)
n1sdp: update devtool section for edk2 and sensor bug fix
Update release notes and change log for sensor bug fix, update devtool section for edk2 Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com> Change-Id: I326a256be871e8f0d9ec5dc2aafe8790b72ddc59
-rwxr-xr-xdocs/n1sdp/change-log.rst1
-rwxr-xr-xdocs/n1sdp/release-notes.rst1
-rw-r--r--docs/n1sdp/user-guide.rst7
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/n1sdp/change-log.rst b/docs/n1sdp/change-log.rst
index 0e0d6ab..9363b9c 100755
--- a/docs/n1sdp/change-log.rst
+++ b/docs/n1sdp/change-log.rst
@@ -16,6 +16,7 @@ New Features
- Yocto based BSP build to generate Poky image.
- Streamlining of build-scripts to build only ubuntu image and perf package. Use yocto framework for other components.
- Enable PCIe devices on secondary chip.
+- Migrate to scp-v2.7 to fix the system shutdown on reaching temperature threshold.
Known Issues and Limitations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/docs/n1sdp/release-notes.rst b/docs/n1sdp/release-notes.rst
index 98db13c..9bf08b0 100755
--- a/docs/n1sdp/release-notes.rst
+++ b/docs/n1sdp/release-notes.rst
@@ -14,6 +14,7 @@ The following is a summary of the key software features of the tagged N1SDP-2020
- Yocto based BSP build to generate Poky distribution image and board firmware binary package.
- Restructuring the ubuntu build and packaging scripts to generate the custom ubuntu image.
- Support for both single and multi-chip configurations.
+- Migrate to scp-v2.7 to fix the system shutdown on reaching temperature threshold.
This release is made to restructure the N1SDP profile majorly considering the single and multi-chip profiles, for CCIX accelerator profile please refer to `N1SDP community portal`_.
diff --git a/docs/n1sdp/user-guide.rst b/docs/n1sdp/user-guide.rst
index 73066b3..7245727 100644
--- a/docs/n1sdp/user-guide.rst
+++ b/docs/n1sdp/user-guide.rst
@@ -177,15 +177,17 @@ with the modifications
MACHINE=n1sdp DISTRO=poky . ./conf/setup-environment
# create a workspace for a given recipe component
# recipe-component-name can be of:
- # trusted-firmware-a / scp-firmware / edk2-firmware / grub-efi / linux-linaro-arm
+ # trusted-firmware-a / scp-firmware / grub-efi / linux-linaro-arm
devtool modify <recipe-component-name>
# This creates a new workspace for recipe-component-name and fetches source code
# into "build-poky/workspace/sources/{trusted-firmware-a,scp-firmware,edk2-firmware,grub-efi,linux-linaro-arm}"
# edit the source code in the newly created workspace
# build images with changes on workspace
- # recipe-component-name can be of: scp-firmware / edk2-firmware / grub-efi / linux-yocto
+ # recipe-component-name can be of: scp-firmware / edk2-firmware / grub-efi / linux-linaro-arm
bitbake <recipe-component-name>
+NOTE : edk2-firmware cannot be built using devtool, kindly refer to the bug report on `bugzilla`_ for more details.
+
Software Components
###################
@@ -512,6 +514,7 @@ booting.
.. _Linux 5.4 for N1SDP: https://git.linaro.org/landing-teams/working/arm/kernel-release.git
.. _Poky: https://www.yoctoproject.org/software-item/poky
.. _repo README file: https://gerrit.googlesource.com/git-repo/+/refs/heads/master/README.md
+.. _bugzilla: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14141
----------