commit | 5ca0241c7ac7fc07188281058e052044e8f9ec36 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Fri Nov 29 16:33:02 2024 +0000 |
committer | J-Alves <joao.alves@arm.com> | Mon Dec 09 18:21:11 2024 +0000 |
tree | de8f525f294b047896b6e2009b01e3babb5c9958 | |
parent | 157c61978679ca7115e06df92d481b57fa2ae1ef [diff] |
fix(handoff): correct 8-bit modulo csum calculation Fix the handoff 8-bit modulo checksum calculation to ensure we never get a checksum larger than 8 bits. The previous calculation failed to truncate the sum at the final step in update_checksum Change-Id: Ice0b72eb139af90f416adeff157d337646d6201a Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>