mailarchive of the pengutronix oss-tools mailing list
 help / color / mirror / Atom feed
* [OSS-Tools] [PATCH 0/4] improve barebox-state support on EFI system
@ 2022-01-24 11:21 Michael Olbrich
  2022-01-24 11:21 ` [OSS-Tools] [PATCH 1/4] state: support deep probe Michael Olbrich
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michael Olbrich @ 2022-01-24 11:21 UTC (permalink / raw)
  To: oss-tools; +Cc: Michael Olbrich

Hi,

This adds support for backend-diskuuid / backend-offset. The corresponding
barebox patches can be found here:
https://lore.barebox.org/barebox/20220124100458.2924679-1-m.olbrich@pengutronix.de/

The mount point for the ESP is quite standardized. So let barebox-state
look there if nothing is found in sysfs/procfs. This way, barebox-state
works on EFI without manually specifying the dtb file.

Michael

Michael Olbrich (4):
  state: support deep probe
  state: implement helper to find device path from diskuuid
  state: support backend-diskuuid / backend-offset
  state: automatically find state.dtb in the ESP

 Makefile.am                |  1 +
 src/barebox-state-compat.c | 64 ++++++++++++++++++++++++++++++++++++++
 src/barebox-state.c        | 24 ++++++++++++++
 src/barebox-state/state.c  | 53 ++++++++++++++++++++++---------
 src/libbb.h                |  2 ++
 5 files changed, 129 insertions(+), 15 deletions(-)
 create mode 100644 src/barebox-state-compat.c

-- 
2.30.2


_______________________________________________
OSS-Tools mailing list
OSS-Tools@pengutronix.de


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

end of thread, other threads:[~2022-02-06  7:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 11:21 [OSS-Tools] [PATCH 0/4] improve barebox-state support on EFI system Michael Olbrich
2022-01-24 11:21 ` [OSS-Tools] [PATCH 1/4] state: support deep probe Michael Olbrich
2022-01-24 11:21 ` [OSS-Tools] [PATCH 2/4] state: implement helper to find device path from diskuuid Michael Olbrich
2022-01-24 11:21 ` [OSS-Tools] [PATCH 3/4] state: support backend-diskuuid / backend-offset Michael Olbrich
2022-01-24 11:21 ` [OSS-Tools] [PATCH 4/4] state: automatically find state.dtb in the ESP Michael Olbrich
2022-02-05 23:37 ` [OSS-Tools] [PATCH 0/4] improve barebox-state support on EFI system Roland Hieber
2022-02-06  7:22   ` Michael Olbrich

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