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

2022-03-15 Thread Atish Kumar Patra
On Tue, Mar 15, 2022 at 2:17 AM Bin Meng wrote: > > On Tue, Mar 15, 2022 at 7:43 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

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

2022-03-15 Thread Bin Meng
On Tue, Mar 15, 2022 at 7:43 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

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

2022-03-14 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