All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation
@ 2022-03-03  9:11 Peter Hoyes
  2022-03-03  9:11 ` [PATCH 2/2] arm/fvp-base-r-aem: Update to version 11.17.21 Peter Hoyes
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Hoyes @ 2022-03-03  9:11 UTC (permalink / raw)
  To: meta-arm; +Cc: diego.sueiro, robbie.cao, Peter Hoyes

From: Peter Hoyes <Peter.Hoyes@arm.com>

Add more details about the cache_state_modelled limitation, which can
be worked around by setting cci400.force_on_from_start=1

Issue-Id: SCM-3871
Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Change-Id: Idde23278a87316dae842c6c3793b9836482e8c3a
---
 meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
index 85fabe5..44c755e 100644
--- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
+++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
@@ -217,8 +217,11 @@ Known Issues and Limitations
 - Only PSCI CPU\_ON and CPU\_OFF functions are supported
 - Linux kernel does not support booting from secure EL2 on Armv8-R AArch64
 - Linux KVM does not support Armv8-R AArch64
-- Enabling the FVP parameter `cache_state_modelled` is incompatible with virtio
-  devices
+- Device DMA memory cache-coherence issue: the FVP cache_state_modelled
+  parameter will affect the cache coherence behavior of peripherals’ DMA. When
+  users set cache_state_modelled=1, they also have to set
+  cci400.force_on_from_start=1 to force the FVP to enable snooping on upstream
+  ports.
 
 Change Log
 ----------
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] arm/fvp-base-r-aem: Update to version 11.17.21
  2022-03-03  9:11 [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation Peter Hoyes
@ 2022-03-03  9:11 ` Peter Hoyes
  2022-03-03  9:22 ` [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation Peter Hoyes
  2022-03-03 17:16 ` Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Hoyes @ 2022-03-03  9:11 UTC (permalink / raw)
  To: meta-arm; +Cc: diego.sueiro, robbie.cao, Peter Hoyes

From: Peter Hoyes <Peter.Hoyes@arm.com>

Also update version and download link in meta-arm-bsp fvp-baser-aemv8r64
documentation

Issue-Id: SCM-3871
Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Change-Id: I92ec616d25703ff74ed063918a1e4811bac9ff3f
---
 meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 12 ++++++------
 meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb  |  7 ++++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
index 44c755e..cbeb14b 100644
--- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
+++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
@@ -106,18 +106,18 @@ For more details on kas, see https://kas.readthedocs.io/.
 
 To build the images for fvp-base machine, you also need to:
 
- - download the ``FVP_Base_AEMv8R_11.15_14.tgz`` image AEM V8-R FVP Installer
+ - download the ``FVP_Base_AEMv8R_11.17_21.tgz`` image AEM V8-R FVP Installer
   (Linux) package from Arm's website:
-  https://silver.arm.com/download/download.tm?pv=4858045&p=4029857. You need
+  https://silver.arm.com/download/download.tm?pv=4865959&p=4029857. You need
    to have an account and be logged in to be able to download it
- - set absolute path to the ``FVP_Base_AEMv8R_11.15_14.tgz`` downloaded
+ - set absolute path to the ``FVP_Base_AEMv8R_11.17_21.tgz`` downloaded
    package in ``FVP_BASE_R_AEM_TARBALL_URI``
  - accept EULA in ``FVP_BASE_R_ARM_EULA_ACCEPT``
 
 
 The variables should be set like so:
 
-    FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.15_14.tgz"
+    FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.17_21.tgz"
     FVP_BASE_R_ARM_EULA_ACCEPT="True"
 
 **Note:** The host machine should have at least 50 GBytes of free disk space
@@ -142,14 +142,14 @@ Fetch the meta-arm repository into a build directory:
 Building with the standard Linux kernel:
 
     cd ~/fvp-baser-aemv8r64-build
-    export FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.15_14.tgz"
+    export FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.17_21.tgz"
     export FVP_BASE_R_ARM_EULA_ACCEPT="True"
     kas build meta-arm/kas/fvp-baser-aemv8r64-bsp.yml
 
 Building with the Real-Time Linux kernel (PREEMPT\_RT):
 
     cd ~/fvp-baser-aemv8r64-build
-    export FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.15_14.tgz"
+    export FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.17_21.tgz"
     export FVP_BASE_R_ARM_EULA_ACCEPT="True"
     kas build meta-arm/kas/fvp-baser-aemv8r64-rt-bsp.yml
 
diff --git a/meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb b/meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb
index 6c612ab..911cc00 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb
@@ -2,13 +2,14 @@ require fvp-envelope.inc
 
 SUMMARY = "Arm Fixed Virtual Platform - Armv8-R Base Architecture Envelope Model FVP"
 LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
-                    file://license_terms/third_party_licenses.txt;md5=3db0c4947b7e3405c40b943672d8de2f"
+                    file://license_terms/third_party_licenses.txt;md5=41029e71051b1c786bae3112a29905a7"
 
 # This FVP cannot be downloaded directly, so download the Armv8-R Base AEM FVP
 # yourself from the homepage and set FVP_BASE_R_AEM_TARBALL_URI appropriately
-# (for example, file:///home/user/FVP_Base_AEMv8R_11.15_14.tgz).
+# (for example, file:///home/user/FVP_Base_AEMv8R_11.17_21.tgz).
 FVP_BASE_R_AEM_TARBALL_URI ?= ""
-PV = "11.15.14"
+PV = "11.17.21"
+FVP_ARCH = "Linux64_GCC-9.3"
 
 SRC_URI = "${FVP_BASE_R_AEM_TARBALL_URI};subdir=${BP}"
 python() {
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation
  2022-03-03  9:11 [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation Peter Hoyes
  2022-03-03  9:11 ` [PATCH 2/2] arm/fvp-base-r-aem: Update to version 11.17.21 Peter Hoyes
@ 2022-03-03  9:22 ` Peter Hoyes
  2022-03-03 17:16 ` Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Hoyes @ 2022-03-03  9:22 UTC (permalink / raw)
  To: meta-arm; +Cc: diego.sueiro, robbie.cao

On 03/03/2022 09:11, Peter Hoyes wrote:
> From: Peter Hoyes <Peter.Hoyes@arm.com>
>
> Add more details about the cache_state_modelled limitation, which can
> be worked around by setting cci400.force_on_from_start=1
>
> Issue-Id: SCM-3871
> Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
> Change-Id: Idde23278a87316dae842c6c3793b9836482e8c3a
> ---
>   meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 7 +++++--
>   1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
> index 85fabe5..44c755e 100644
> --- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
> +++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
> @@ -217,8 +217,11 @@ Known Issues and Limitations
>   - Only PSCI CPU\_ON and CPU\_OFF functions are supported
>   - Linux kernel does not support booting from secure EL2 on Armv8-R AArch64
>   - Linux KVM does not support Armv8-R AArch64
> -- Enabling the FVP parameter `cache_state_modelled` is incompatible with virtio
> -  devices
> +- Device DMA memory cache-coherence issue: the FVP cache_state_modelled
> +  parameter will affect the cache coherence behavior of peripherals’ DMA. When
> +  users set cache_state_modelled=1, they also have to set
> +  cci400.force_on_from_start=1 to force the FVP to enable snooping on upstream
> +  ports.
>   
>   Change Log
>   ----------

Please can this patch chain also be merged into honister

Regards,

Peter



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation
  2022-03-03  9:11 [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation Peter Hoyes
  2022-03-03  9:11 ` [PATCH 2/2] arm/fvp-base-r-aem: Update to version 11.17.21 Peter Hoyes
  2022-03-03  9:22 ` [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation Peter Hoyes
@ 2022-03-03 17:16 ` Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2022-03-03 17:16 UTC (permalink / raw)
  To: meta-arm, Peter Hoyes; +Cc: Peter Hoyes, robbie.cao, diego.sueiro

On Thu, 3 Mar 2022 09:11:43 +0000, Peter Hoyes wrote:
> Add more details about the cache_state_modelled limitation, which can
> be worked around by setting cci400.force_on_from_start=1

Applied, thanks!

[1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation
      commit: 1bc6bf2750243dcc9fb4c4ce22590a11c825b167
[2/2] arm/fvp-base-r-aem: Update to version 11.17.21
      commit: dcf114723e38d4413d6c9c0f701114decb0c18cd

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-03 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03  9:11 [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation Peter Hoyes
2022-03-03  9:11 ` [PATCH 2/2] arm/fvp-base-r-aem: Update to version 11.17.21 Peter Hoyes
2022-03-03  9:22 ` [PATCH 1/2] arm-bsp/docs: Improve fvp-baser-aemv864 limitation Peter Hoyes
2022-03-03 17:16 ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.