From b6559d5f6633d2476438fc454c56948672fcb65b Mon Sep 17 00:00:00 2001 From: Davidson K Date: Thu, 15 Dec 2022 16:48:13 +0530 Subject: [PATCH] tc2: update user_guide and release_notes * remove pac/bti/mte from optee as they were not enabled * added a note to fix a potential build error Signed-off-by: Davidson K Change-Id: I9e2f03c1438a6f012376026be3b0b62485e2ac85 --- docs/totalcompute/tc2/release_notes.rst | 2 +- docs/totalcompute/tc2/user-guide.rst | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/totalcompute/tc2/release_notes.rst b/docs/totalcompute/tc2/release_notes.rst index de1659d..8a694a1 100755 --- a/docs/totalcompute/tc2/release_notes.rst +++ b/docs/totalcompute/tc2/release_notes.rst @@ -41,7 +41,7 @@ Software Features - Microdroid based pVM support in Android - GPU and DPU using S2 translation with SMMU-700 - Trusted Firmware-A & Hafnium v2.7 - - OP-TEE 3.18.0 with support for PAC/MTE/BTI + - OP-TEE 3.18.0 - Trusty with FF-A messaging - CI700-PMU enabled for profiling - Support secure boot based on TBBR specification https://developer.arm.com/documentation/den0006/latest diff --git a/docs/totalcompute/tc2/user-guide.rst b/docs/totalcompute/tc2/user-guide.rst index f06a0aa..8df4f51 100755 --- a/docs/totalcompute/tc2/user-guide.rst +++ b/docs/totalcompute/tc2/user-guide.rst @@ -161,6 +161,19 @@ The ``-a`` option does not influence the way the system boots rather it adds an Android based stack takes considerable time to build, so start the build and go grab a cup of coffee! +Note +#### + +If you encounter the below build error, +:: + -- Check for working CXX compiler: /usr/bin/aarch64-linux-gnu-gcc - broken + -- Configuring incomplete, errors occurred! + +remove the installed cross compiler +:: + sudo apt-get remove gcc-aarch64-linux-gnu + + Provided components ------------------- -- GitLab