Re: [PATCH v3 0/6] Introduce extension implied rules

2024-06-25 Thread Alistair Francis
On Tue, Jun 25, 2024 at 9:48 PM wrote: > > From: Frank Chang > > Currently, the implied extensions are enabled and checked in > riscv_cpu_validate_set_extensions(). However, the order of enabling the > implied extensions must follow a strict sequence, which is error-prone. > > This patchset intro

[PATCH v3 0/6] Introduce extension implied rules

2024-06-25 Thread frank . chang
From: Frank Chang Currently, the implied extensions are enabled and checked in riscv_cpu_validate_set_extensions(). However, the order of enabling the implied extensions must follow a strict sequence, which is error-prone. This patchset introduce extension implied rule helpers to enable the impl