Re: [PATCH v1 1/2] riscv: don't read riscv, isa in the riscv cpu's get_desc()

2024-03-28 Thread Leo Liang
On Mon, Mar 18, 2024 at 03:16:02PM +, Conor Dooley wrote: > From: Conor Dooley > > cpu_get_desc() for the RISC-V CPU currently reads "riscv,isa" to get > the description, but it is no longer a required property and cannot be > assummed to always be present, as the new "riscv,isa-extensions" a

[PATCH v1 1/2] riscv: don't read riscv, isa in the riscv cpu's get_desc()

2024-03-18 Thread Conor Dooley
From: Conor Dooley cpu_get_desc() for the RISC-V CPU currently reads "riscv,isa" to get the description, but it is no longer a required property and cannot be assummed to always be present, as the new "riscv,isa-extensions" and "riscv,isa-base" properties may be present instead. On RISC-V, cpu_g