Attention is currently required from: Felix Singer, Lance Zhao, Lean Sheng Tan, Nico Huber, Tim Wawrzynczak.
Hello Arthur Heymans, Lance Zhao, Lean Sheng Tan, Tim Wawrzynczak, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76158?usp=email
to look at the new patch set (#2).
Change subject: acpi: Set checksum for SPCR table ......................................................................
acpi: Set checksum for SPCR table
This was missed recently when adding the table. Linux complains about the missing checksum, e.g.
[ 0.186070] ACPI BIOS Warning (bug): Incorrect checksum in table [SPCR] - 0x00, should be 0x87 (20210730/tbprint-173)
Tested with QEMU/Q35, albeit with changes to the special handling for ACPI with QEMU. The warning goes away.
Change-Id: I0086a3e8c5b3a06da9edf40a7a288c534fc5a6b2 Signed-off-by: Nico Huber nico.h@gmx.de Fixes: commit 90464073e4a1 (acpi: Add SPCR table) --- M src/acpi/acpi.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/76158/2