acpi: Support checking checksums
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:26:05 +0000 (14:26 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:43:22 +0000 (11:43 -0600)
commit59001e758ae85f3226f7fab97027d6bff7baa00b
treef9544ce1e1045c7d3268c7b0ee4122c1cd510d63
parent9e98664cdbab7419d527259daee2c09e1bd2898d
acpi: Support checking checksums

When the ACPI tables come from an earlier bootloader it is helpful to
see whether the checksums are correct or not. Add a -c flag to the
'acpi list' command to support that.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/acpi.c
doc/usage/cmd/acpi.rst
test/dm/acpi.c