You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
a52a054333
Currently, users are able to update the uCode component with a new binary that uses a different slot size than the existing binary. If these slot sizes do not line up, there is potential to trigger recovery (if enabled) or brick the system. This change disallows updates where these slot sizes do not line up. Signed-off-by: Sean McGinn <sean.mcginn@intel.com>