Re: [OSS-Tools] [PATCH 0/4] improve barebox-state support on EFI system

2022-02-05 Thread Michael Olbrich
On Sun, Feb 06, 2022 at 12:37:19AM +0100, Roland Hieber wrote:
> On Mon, Jan 24, 2022 at 12:21:39PM +0100, Michael Olbrich wrote:
> > 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.olbr...@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
> 
> Thanks. Applied all of them to the 'next' branch, let me know if there
> are any new comments on the barebox part of patch 3/4 that need adapting
> to dt-utils.

The binding will be different. I'll come back with new patches when that is
finalized.

Michael

-- 
Pengutronix e.K.   | |
Steuerwalder Str. 21   | http://www.pengutronix.de/  |
31137 Hildesheim, Germany  | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

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


Re: [OSS-Tools] [PATCH 0/4] improve barebox-state support on EFI system

2022-02-05 Thread Roland Hieber
On Mon, Jan 24, 2022 at 12:21:39PM +0100, Michael Olbrich wrote:
> 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.olbr...@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

Thanks. Applied all of them to the 'next' branch, let me know if there
are any new comments on the barebox part of patch 3/4 that need adapting
to dt-utils.

 - Roland


-- 
Roland Hieber, Pengutronix e.K.  | r.hie...@pengutronix.de |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany| Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917- |

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


[OSS-Tools] [PATCH 0/4] improve barebox-state support on EFI system

2022-01-24 Thread 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.olbr...@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