summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorTarun Tuli <taruntuli@google.com>2023-02-13 21:00:23 +0000
committerEric Lai <eric_lai@quanta.corp-partner.google.com>2023-02-15 02:13:31 +0000
commit944aff2635314e7ae7da7f7d8dfc16fc75822ec1 (patch)
tree67dd20052f4dc6e248492d01b250cfc65467bfc9 /src/mainboard
parentdf6bc335f51bc2016da6421019f5c85e6e597206 (diff)
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/brya/acpi/nvpcf.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/acpi/nvpcf.asl b/src/mainboard/google/brya/acpi/nvpcf.asl
index f6a5c075fc..501b94c2fc 100644
--- a/src/mainboard/google/brya/acpi/nvpcf.asl
+++ b/src/mainboard/google/brya/acpi/nvpcf.asl
@@ -41,7 +41,7 @@ Method (NPCF, 2, Serialized)
0x00, 0x00, 0x00, 0x00,
/* Twos-complement checksum */
- 0xad
+ 0xaf
})
}
Case (NVPCF_FUNC_UPDATE_DYNAMIC_PARAMS)