Files
Copilot 7747d45498 Fix: uefi decode returns success when no EFI firmware volumes are found (#2704)
* 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>
2026-03-17 14:21:19 -07:00
..
2025-07-23 15:09:44 -07:00
2023-04-25 08:26:48 -07:00
2024-08-28 13:57:27 -07:00
2024-09-10 16:39:09 -07:00
2024-08-28 13:57:27 -07:00
2026-01-29 13:42:02 -08:00
2024-08-28 13:57:27 -07:00
2025-03-04 22:15:04 -08:00
2025-03-10 09:06:35 -07:00
2025-03-10 09:06:35 -07:00
2025-02-25 17:03:50 -08:00
2023-04-25 08:26:48 -07:00
2024-06-04 11:41:47 -05:00