Re: [PATCH] target/riscv: Support Supm and Sspm as part of Zjpm v1.0

2025-01-13 Thread Daniel Henrique Barboza
Hi Alexey, On 1/11/25 10:06 AM, baturo.ale...@gmail.com wrote: From: Alexey Baturo The Zjpm v1.0 spec states there should be Supm and Sspm extensions that are used in profile specification. Enabling Supm extension enables both Ssnpm and Smnpm, while Sspm enables only Smnpm. Signed-off-by: A

[PATCH] target/riscv: Support Supm and Sspm as part of Zjpm v1.0

2025-01-11 Thread baturo . alexey
From: Alexey Baturo The Zjpm v1.0 spec states there should be Supm and Sspm extensions that are used in profile specification. Enabling Supm extension enables both Ssnpm and Smnpm, while Sspm enables only Smnpm. Signed-off-by: Alexey Baturo --- target/riscv/cpu.c | 23 +++