Re: [PATCH v13 20/26] target/riscv: add priv ver restriction to profiles

2024-01-04 Thread Alistair Francis
On Tue, Dec 19, 2023 at 12:23 AM Daniel Henrique Barboza wrote: > > Some profiles, like RVA22S64, has a priv_spec requirement. > > Make this requirement explicit for all profiles. We'll validate this > requirement finalize() time and, in case the user chooses an > incompatible priv_spec while acti

[PATCH v13 20/26] target/riscv: add priv ver restriction to profiles

2023-12-18 Thread Daniel Henrique Barboza
Some profiles, like RVA22S64, has a priv_spec requirement. Make this requirement explicit for all profiles. We'll validate this requirement finalize() time and, in case the user chooses an incompatible priv_spec while activating a profile, a warning will be shown. Signed-off-by: Daniel Henrique B