[PATCH v2 5/8] armv8: Add arch-specific sysinfo platform driver
Simon Glass
sjg at chromium.org
Mon Oct 28 18:04:34 CET 2024
Hi Raymond,
On Tue, 22 Oct 2024 at 22:07, Raymond Mao <raymond.mao at linaro.org> wrote:
>
> Add sysinfo platform driver for all armv8 platforms to retrieve
> hardware information on processor and cache.
>
> Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
> ---
> 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 <sjg at chromium.org>
I have to wonder who wants this information. Doesn't Linux know it already,
based on the compatible string?
Regards,
Simon
More information about the U-Boot
mailing list