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:
parent
df6bc335f5
commit
944aff2635
|
@ -41,7 +41,7 @@ Method (NPCF, 2, Serialized)
|
|||
0x00, 0x00, 0x00, 0x00,
|
||||
|
||||
/* Twos-complement checksum */
|
||||
0xad
|
||||
0xaf
|
||||
})
|
||||
}
|
||||
Case (NVPCF_FUNC_UPDATE_DYNAMIC_PARAMS)
|
||||
|
|
Loading…
Reference in New Issue