chipsalliance / caliptra-sw

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

[fix] Raise a fatal error in the ROM if max. limit of measurements is crossed #1596

Open mhatrevi opened 1 week ago

mhatrevi commented 1 week ago

This change updates the logic when a stash measurement is requested beyond the max. supported. The new code raises a fatal error instead of continuing the boot sequence.

This change addresses issue# 1590.

jhand2 commented 5 days ago

Left a comment on #1590 about this. This feels more like a behavior change than a bugfix.