Re: [PATCH v7] target/riscv: Add isa extenstion strings to the device tree

2022-03-30 Thread Alistair Francis
On Wed, Mar 30, 2022 at 5:59 AM Atish Patra wrote: > > The Linux kernel parses the ISA extensions from "riscv,isa" DT > property. It used to parse only the single letter base extensions > until now. A generic ISA extension parsing framework was proposed[1] > recently that can parse multi-letter IS

[PATCH v7] target/riscv: Add isa extenstion strings to the device tree

2022-03-29 Thread Atish Patra
The Linux kernel parses the ISA extensions from "riscv,isa" DT property. It used to parse only the single letter base extensions until now. A generic ISA extension parsing framework was proposed[1] recently that can parse multi-letter ISA extensions as well. Generate the extended ISA string by app