Hi Raymond, On Tue, 22 Oct 2024 at 22:07, Raymond Mao <[email protected]> wrote: > > Add sysinfo platform driver for all armv8 platforms to retrieve > hardware information on processor and cache. > > Signed-off-by: Raymond Mao <[email protected]> > --- > Changes in v2 > - Combine with #8(v1) patch. > - Remove the handling of the common strings and values. > > arch/arm/cpu/armv8/Makefile | 2 + > arch/arm/cpu/armv8/sysinfo.c | 292 +++++++++++++++++++++++++++++++++++ > 2 files changed, 294 insertions(+) > create mode 100644 arch/arm/cpu/armv8/sysinfo.c
Reviewed-by: Simon Glass <[email protected]> I have to wonder who wants this information. Doesn't Linux know it already, based on the compatible string? Regards, Simon

