public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fwu: Call EFI stack initialization after preboot
@ 2026-03-18 13:25 Michal Simek
  2026-03-18 13:25 ` [PATCH v2 1/3] event: Check return value from event_notify_null() Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Michal Simek @ 2026-03-18 13:25 UTC (permalink / raw)
  To: u-boot, git, xypron.glpk, ilias.apalodimas, sjg
  Cc: Casey Connolly, Kory Maincent, Marek Vasut, Padmarao Begari,
	Sughosh Ganu, Tom Rini, Weijie Gao, Yao Zi

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

Changes in v2:
- new patch in series
- check return value

Michal Simek (3):
  event: Check return value from event_notify_null()
  event: Introduce EVT_POST_PREBOOT event
  fwu: Move boottime checks to EVT_POST_PREBOOT

 common/board_r.c      | 6 +++++-
 common/main.c         | 4 ++++
 include/event.h       | 9 +++++++++
 lib/fwu_updates/fwu.c | 2 +-
 test/dm/fwu_mdata.c   | 4 ++--
 5 files changed, 21 insertions(+), 4 deletions(-)

-- 
2.43.0

base-commit: 61ddd555f58ef5169c48b190423640d949e4aad1
branch: debian-sent3

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-03-31 15:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 13:25 [PATCH v2 0/3] fwu: Call EFI stack initialization after preboot Michal Simek
2026-03-18 13:25 ` [PATCH v2 1/3] event: Check return value from event_notify_null() Michal Simek
2026-03-19 22:09   ` Simon Glass
2026-03-18 13:25 ` [PATCH v2 2/3] event: Introduce EVT_POST_PREBOOT event Michal Simek
2026-03-19 22:09   ` Simon Glass
2026-03-18 13:25 ` [PATCH v2 3/3] fwu: Move boottime checks to EVT_POST_PREBOOT Michal Simek
2026-03-19 23:56 ` [PATCH v2 0/3] fwu: Call EFI stack initialization after preboot Casey Connolly
2026-03-20  8:31   ` Michal Simek
2026-03-31 14:28 ` Tom Rini
2026-03-31 14:46   ` Michal Simek
2026-03-31 15:00   ` Heinrich Schuchardt
2026-03-31 15:03     ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox