From 7f3afc211cbfcd0cfcf530554f0d4126a14160f0 Mon Sep 17 00:00:00 2001 From: Giacomo Travaglini Date: Fri, 21 Jun 2024 11:05:22 +0100 Subject: [PATCH] misc: Add MPAM entry in the v24 release notes Change-Id: If11d470003e21e51dd5a3b1831d50ed8a54e1919 Signed-off-by: Giacomo Travaglini --- RELEASE-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 27dd7fe00e..85d03b238a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -99,6 +99,10 @@ This can be used to build and run gem5 in consistent environment and enables Git * An integer overflow error known to affect the `AddrRange` class has been fixed. * Fix fflags behavior of floating point instruction in RISC-V for Out-of-Order CPUs. +### Arm FEAT_MPAM Support + +An initial implementation of FEAT_MPAM has been introduced in gem5 with the capability to statically partition +classic caches. Guidance on how to use this is available on a Arm community [blog post](https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/gem5-cache-partitioning) # Version 23.1