Skip to content

Efuse format handling

Liam Foster requested to merge liam_efuse into devel

Changed efuse reading such that: old efuse decoding format is tried first. If it matches the efuse in the config, then the efuse obtained via the old decoding is used If the efuse obtained via the old decoding format fails, the new decoding format is tried. If it matches the config, the new efuse decoding format is used

else, an efuse mismatch error is thrown

This works for the first V1.1 module on the serial power chain. It will be tested on all the other V1.1 found there after PDB is updated, and eventually will be tested on V2 replacements.

Merge request reports

Loading