Re: [PATCH v13 24/26] target/riscv: add 'parent' in profile description

2024-01-04 Thread Alistair Francis
On Mon, Dec 18, 2023 at 11:00 PM Daniel Henrique Barboza wrote: > > Certain S-mode profiles, like RVA22S64 and RVA23S64, mandate all the > mandatory extensions of their respective U-mode profiles. RVA22S64 > includes all mandatory extensions of RVA22U64, and the same happens with > RVA23 profiles.

[PATCH v13 24/26] target/riscv: add 'parent' in profile description

2023-12-18 Thread Daniel Henrique Barboza
Certain S-mode profiles, like RVA22S64 and RVA23S64, mandate all the mandatory extensions of their respective U-mode profiles. RVA22S64 includes all mandatory extensions of RVA22U64, and the same happens with RVA23 profiles. Add a 'parent' field to allow profiles to enable other profiles. This wil