Re: [PATCH v2 1/2] efi_firmware: set EFI capsule dfu_alt_info env explicitly

2025-02-13 Thread Mattijs Korpershoek
Hi Michal, Thank you for testing this. On lun., févr. 10, 2025 at 13:40, Michal Simek wrote: > On 2/6/25 16:47, Jonathan Humphreys wrote: >> The current implementation of EFI capsule update uses set_dfu_alt_info() to >> set the dfu_alt_info environment variable with the settings it requires. >>

Re: [PATCH v2 1/2] efi_firmware: set EFI capsule dfu_alt_info env explicitly

2025-02-10 Thread Michal Simek
On 2/6/25 16:47, Jonathan Humphreys wrote: The current implementation of EFI capsule update uses set_dfu_alt_info() to set the dfu_alt_info environment variable with the settings it requires. However, set_dfu_alt_info() is doing this for all DFU operations, even those unrelated to capsule upda

[PATCH v2 1/2] efi_firmware: set EFI capsule dfu_alt_info env explicitly

2025-02-06 Thread Jonathan Humphreys
The current implementation of EFI capsule update uses set_dfu_alt_info() to set the dfu_alt_info environment variable with the settings it requires. However, set_dfu_alt_info() is doing this for all DFU operations, even those unrelated to capsule update. Thus other uses of DFU, such as DFU boot wh