1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 16:59:30 +00:00

arm-bsp/docs: Improve fvp-baser-aemv864 limitation

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
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Peter Hoyes
2022-03-03 09:11:43 +00:00
committed by Jon Mason
parent ce5e683f01
commit 1bc6bf2750
@@ -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
----------