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

2025-02-07 Thread Neil Armstrong
On 06/02/2025 16:47, 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_FIRMWARE_FIT and EFI_CAPSULE_FIRMWARE_RAW. For many boards, t

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

2025-02-06 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