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

2025-02-18 Thread Ilias Apalodimas
Hi Jonathan This is a nice cleanup. [...] > > { > return 0; > diff --git a/board/xilinx/common/board.h b/board/xilinx/common/board.h > index 64d657673e9..cb86c4c5b91 100644 > --- a/board/xilinx/common/board.h > +++ b/board/xilinx/common/board.h > @@ -18,4 +18,7 @@ bool board_detection(v

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

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