chipsalliance / caliptra-sw

Caliptra software (ROM, FMC, runtime firmware), and libraries/tools needed to build and test
Apache License 2.0
48 stars 34 forks source link

Nightly release failing for SHA accelerator KAT check #1593

Open nquarton opened 6 days ago

nquarton commented 6 days ago

The SHA accelerator was updated to support SHA512 in https://github.com/chipsalliance/caliptra-sw/pull/1562

This included an update to the naming and therefore the text searched for in the smoke test. This causes an issue in the nightly release when tested against the frozen 1.0 ROM https://github.com/chipsalliance/caliptra-sw/actions/runs/9694808637/job/26753484477

The SHA512 support PR needs to be backported to 1.0 anyway. I'd like to fix this by performing that cherry-pick onto the 1.0 branch, merging it, then updating the 1.0 frozen ROM binary on the main branch.

nquarton commented 6 days ago

This PR cherry picks this SHA512 accelerator change (as well as an earlier change marked for backport) https://github.com/chipsalliance/caliptra-sw/pull/1592