Hi, the whole series is trying to address issues we have on platforms where usb and ufs init are not done before efi initialization. This is happenin on platforms where A/B update is enabled. FWU code is called early and do EFI initialization before usb and ufs started that's why they are not visible.
We are workarounding it by starting usb/ufs from board file but this should be more generic approach. Thanks, Michal Michal Simek (2): event: Introduce EVT_POST_PREBOOT event fwu: Move boottime checks to EVT_POST_PREBOOT common/main.c | 3 +++ include/event.h | 9 +++++++++ lib/fwu_updates/fwu.c | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) -- 2.43.0 base-commit: e5387628c1d64caf7bcabb5d99d2987bd5bff617 branch: debian-sent3

