Hello Andrew McRae, Edward O'Callaghan, Tim Wawrzynczak, Shelley Chen, build bot (Jenkins), Furquan Shaikh, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35604
to look at the new patch set (#2).
Change subject: util/mb/google/hatch: update CRC calculation for correctness ......................................................................
util/mb/google/hatch: update CRC calculation for correctness
The CRC result is treated as a signed value, and so in certain situations, the calculated value for the last four digits will not be correct. Ensure that the CRC is treated as an unsigned 32-bit value prior to converting the last 4 decimal digits to a string.
Signed-off-by: Paul Fagerburg pfagerburg@chromium.org Change-Id: I92f9ce1ceb7450f90b89c94e0ace6f79a9419b42 --- M util/mainboard/google/hatch/kconfig.py 1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/35604/2