mb/google/brya/acpi: Update checksum in NVPCF DSM subfunction

The NVPCF DSM subfunction specified a incorrect checksum.
Update this function to the proper checksum of 0xaf.

BUG=b:214581372
TEST=build

Change-Id: Ib58bd6cc10703ca67a7a4f520273865a95a4702b
Signed-off-by: Tarun Tuli <taruntuli@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72676
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
Tarun Tuli 2023-02-13 21:00:23 +00:00 committed by Eric Lai
parent df6bc335f5
commit 944aff2635
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Method (NPCF, 2, Serialized)
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
/* Twos-complement checksum */ /* Twos-complement checksum */
0xad 0xaf
}) })
} }
Case (NVPCF_FUNC_UPDATE_DYNAMIC_PARAMS) Case (NVPCF_FUNC_UPDATE_DYNAMIC_PARAMS)