commit | 654c7629376a24e165d873c30a9bac46fa1f5490 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:26:05 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:43:22 2025 -0600 |
tree | f9544ce1e1045c7d3268c7b0ee4122c1cd510d63 | |
parent | f4637c114cf19ab1528ea80b91b3362062629537 [diff] |
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>