commit | 6c2e55a7478b6fc009bd6eec41bd257596ce9a7e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Mar 22 00:21:16 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 08 15:22:56 2025 -0600 |
tree | 6312749e02915e1a9ffd0f33aa5a4005190dcbcf | |
parent | 1e37affed0db2598feaa69f6314f49852f9a6927 [diff] |
acpi: new function acpi_update_checksum() Introduce a new function to update ACPI table headers. This allows to simplify the existing code. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Matthias Brugger <mbrugger@suse.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>