On Wed, Jun 07, 2023 at 09:28:27PM +0100, Conor Dooley wrote: > From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > > Since riscv_fill_hwcap() now only iterates over possible cpus, the > basic validation of whether riscv,isa contains "rv<width>" can be moved > to riscv_early_of_processor_hartid(). > > Further, "ima" support is required by the kernel, so reject any CPU not > fitting the bill. > > Reviewed-by: Andrew Jones <ajones@xxxxxxxxxxxxxxxx> > Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > --- Reviewed-by: Sunil V L <sunilvl@xxxxxxxxxxxxxxxx>