public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] fwu: Call EFI stack initialization after preboot
@ 2026-03-10 14:59 Michal Simek
  2026-03-10 14:59 ` [PATCH 1/2] event: Introduce EVT_POST_PREBOOT event Michal Simek
  2026-03-10 14:59 ` [PATCH 2/2] fwu: Move boottime checks to EVT_POST_PREBOOT Michal Simek
  0 siblings, 2 replies; 5+ messages in thread
From: Michal Simek @ 2026-03-10 14:59 UTC (permalink / raw)
  To: u-boot, git, xypron.glpk, ilias.apalodimas
  Cc: Casey Connolly, Kory Maincent, Padmarao Begari, Simon Glass,
	Sughosh Ganu, Tom Rini

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

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

end of thread, other threads:[~2026-03-17 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 14:59 [PATCH 0/2] fwu: Call EFI stack initialization after preboot Michal Simek
2026-03-10 14:59 ` [PATCH 1/2] event: Introduce EVT_POST_PREBOOT event Michal Simek
2026-03-17 12:29   ` Simon Glass
2026-03-17 12:43     ` Michal Simek
2026-03-10 14:59 ` [PATCH 2/2] fwu: Move boottime checks to EVT_POST_PREBOOT Michal Simek

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