Re: [PATCH 2/2] board: remove capsule update support in set_dfu_alt_info()

2025-02-04 Thread Mattijs Korpershoek
Hi Jon, Thank you for the patch. On lun., févr. 03, 2025 at 15:53, Jonathan Humphreys wrote: > Now that capsule update sets the dfu_alt_info environment variable > explicitly, there is no need to support it in the set_dfu_alt_info() > function. Decouple SET_DFU_ALT_INFO from EFI_CAPSULE_FIRMWAR

[PATCH 2/2] board: remove capsule update support in set_dfu_alt_info()

2025-02-03 Thread Jonathan Humphreys
Now that capsule update sets the dfu_alt_info environment variable explicitly, there is no need to support it in the set_dfu_alt_info() function. Decouple SET_DFU_ALT_INFO from EFI_CAPSULE_FIRMWARE_FIT and EFI_CAPSULE_FIRMWARE_RAW. For many boards, this was the only use of set_dfu_alt_info() so rem