public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/2] fix FMP versioning for FWU multi bank update
@ 2024-01-11  5:35 Masahisa Kojima
  2024-01-11  5:35 ` [PATCH v3 1/2] fwu: fix fwu_get_image_index interface Masahisa Kojima
  2024-01-11  5:35 ` [PATCH v3 2/2] efi_loader: support fmp versioning for multi bank update Masahisa Kojima
  0 siblings, 2 replies; 4+ messages in thread
From: Masahisa Kojima @ 2024-01-11  5:35 UTC (permalink / raw)
  To: u-boot; +Cc: Heinrich Schuchardt, Ilias Apalodimas, Sughosh Ganu,
	Masahisa Kojima

The current FMP versioning does not work when CONFIG_FWU_MULTI_BANK_UPDATE
is enabled. This series aims to support FMP versioning
for FWU multi bank update.

[Changelog]
v2 -> v3
- add comment of ignoring GetVariable error when set FmpState variable

v1 -> v2
- update fwu_get_image_index() function to return the dfu_alt_num
- store firmware version into the array of fmp_state structure

Masahisa Kojima (2):
  fwu: fix fwu_get_image_index interface
  efi_loader: support fmp versioning for multi bank update

 include/fwu.h                 | 13 ++----
 lib/efi_loader/efi_firmware.c | 86 ++++++++++++++++++++++++++++-------
 lib/fwu_updates/fwu.c         | 32 +++++--------
 3 files changed, 86 insertions(+), 45 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-01-12  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11  5:35 [PATCH v3 0/2] fix FMP versioning for FWU multi bank update Masahisa Kojima
2024-01-11  5:35 ` [PATCH v3 1/2] fwu: fix fwu_get_image_index interface Masahisa Kojima
2024-01-11  5:35 ` [PATCH v3 2/2] efi_loader: support fmp versioning for multi bank update Masahisa Kojima
2024-01-12  9:17   ` Ilias Apalodimas

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