From c5442c8d3c98caf0055ad0bccbeb8d69bd5b4878 Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Wed, 7 Dec 2022 14:28:17 +0000 Subject: [PATCH 1/3] tc2: Update FVP version Signed-off-by: Anders Dellien --- docs/totalcompute/tc2/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/totalcompute/tc2/release_notes.rst b/docs/totalcompute/tc2/release_notes.rst index ea3902d..de1659d 100755 --- a/docs/totalcompute/tc2/release_notes.rst +++ b/docs/totalcompute/tc2/release_notes.rst @@ -67,7 +67,7 @@ Software Features Platform Support ---------------- - The Buildroot configuration of this software release is tested on TC2 Fast Model platform (FVP). - - Supported Fast model version for this release is 11.19.25 + - Supported Fast model version for this release is 11.19.29 Known issues or Limitations --------------------------- -- GitLab From 00de3e4ac2cdb65f9c825c9700527dddef77e2a8 Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Wed, 7 Dec 2022 14:31:40 +0000 Subject: [PATCH 2/3] tc2: Update requirements Signed-off-by: Anders Dellien --- docs/totalcompute/tc2/user-guide.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/totalcompute/tc2/user-guide.rst b/docs/totalcompute/tc2/user-guide.rst index 3a51220..4f13bb9 100755 --- a/docs/totalcompute/tc2/user-guide.rst +++ b/docs/totalcompute/tc2/user-guide.rst @@ -47,7 +47,8 @@ To install the required packages, run: build-essential socat cpio python3 python3-pip python3-pexpect xz-utils debianutils \ iputils-ping python3-git libegl1-mesa libsdl1.2-dev xterm git-lfs openssl \ curl lib32ncurses5-dev libz-dev u-boot-tools m4 zip liblz4-tool zstd make \ - dwarves ninja-build libssl-dev srecord libelf-dev bison flex + dwarves ninja-build libssl-dev srecord libelf-dev bison flex libncurses5 \ + uuid-dev libgnutls28-dev For Ubuntu 18.04: :: -- GitLab From 21ee81512fa51724afd544215dfaadfd24806aff Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Wed, 7 Dec 2022 14:33:16 +0000 Subject: [PATCH 3/3] tc2: Improve layout of DDK build instructions --- docs/totalcompute/tc2/user-guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/totalcompute/tc2/user-guide.rst b/docs/totalcompute/tc2/user-guide.rst index 4f13bb9..e5091cf 100755 --- a/docs/totalcompute/tc2/user-guide.rst +++ b/docs/totalcompute/tc2/user-guide.rst @@ -447,6 +447,7 @@ The driver, mali_kbase.ko, must be build as a module. One method is to do this i #. Edit the kbuild system to include the driver as described by this patch. :: + diff --git a/drivers/Kconfig b/drivers/Kconfig index e346c35f42b4..978e083d1427 100644 --- a/drivers/Kconfig -- GitLab