mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
7747d45498
* Initial plan * Fix: Return error exit code when uefi decode fails to parse EFI firmware * style: use f-string in uefi_cmd.py decode error message * fix: correct NVRAM detection and add unit tests for uefi decode failure paths * style: use f-string in decode() missing-file error log * style: use f-string for EFI volumes log message in decode() * fix: replace mutable default List[] with Optional[List] = None in spi.py * Update uefi_cmd.py * Correct logging output * Update exception logging * Typo fix * Non-fixed temp directory name * Correct return value logic --------- Co-authored-by: dscott90 <dan.scott@intel.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>