acpi: Add a checksum to the DMAR table
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:26:03 +0000 (14:26 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:43:22 +0000 (11:43 -0600)
commite53d631f833b7cdcaa413a8e339acfe3d1c01a1f
tree1092ec2cad199e3573a1f23bcd3e4d7d5396f64c
parent698c00e0b7d33df2032356b6a79c382b715e9748
acpi: Add a checksum to the DMAR table

This table lacks a correct checksum at present, so fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/acpi/acpi_table.c