Re: [PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts

2023-01-17 Thread Simon Glass
Hi Tom, On Tue, 17 Jan 2023 at 06:57, Tom Rini wrote: > > On Sat, Jan 07, 2023 at 07:49:36PM -0700, Simon Glass wrote: > > > So far, standard boot does not replicate all the of the functionality > > of the distro_bootcmd scripts. In particular it lacks some bootdevs and > > some of the bootmeths

Re: [PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts

2023-01-17 Thread Tom Rini
On Sat, Jan 07, 2023 at 07:49:36PM -0700, Simon Glass wrote: > So far, standard boot does not replicate all the of the functionality > of the distro_bootcmd scripts. In particular it lacks some bootdevs and > some of the bootmeths are incomplete. > > Also there is currently no internal mechanism

Re: [PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts

2023-01-13 Thread Peter Robinson
On Fri, Jan 13, 2023 at 9:05 PM Simon Glass wrote: > > Hi Mark, Heinrich, > > On Fri, 13 Jan 2023 at 13:32, Mark Kettenis wrote: > > > > > Date: Fri, 13 Jan 2023 20:54:06 +0100 > > > From: Heinrich Schuchardt > > > > > > On 1/8/23 03:49, Simon Glass wrote: > > > > So far, standard boot does not

Re: [PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts

2023-01-13 Thread Simon Glass
Hi Mark, Heinrich, On Fri, 13 Jan 2023 at 13:32, Mark Kettenis wrote: > > > Date: Fri, 13 Jan 2023 20:54:06 +0100 > > From: Heinrich Schuchardt > > > > On 1/8/23 03:49, Simon Glass wrote: > > > So far, standard boot does not replicate all the of the functionality > > > of the distro_bootcmd scri

Re: [PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts

2023-01-13 Thread Tom Rini
On Fri, Jan 13, 2023 at 08:54:06PM +0100, Heinrich Schuchardt wrote: > On 1/8/23 03:49, Simon Glass wrote: > > So far, standard boot does not replicate all the of the functionality > > of the distro_bootcmd scripts. In particular it lacks some bootdevs and > > some of the bootmeths are incomplete.

Re: [PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts

2023-01-13 Thread Mark Kettenis
> Date: Fri, 13 Jan 2023 20:54:06 +0100 > From: Heinrich Schuchardt > > On 1/8/23 03:49, Simon Glass wrote: > > So far, standard boot does not replicate all the of the functionality > > of the distro_bootcmd scripts. In particular it lacks some bootdevs and > > some of the bootmeths are incomplet

Re: [PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts

2023-01-13 Thread Heinrich Schuchardt
On 1/8/23 03:49, Simon Glass wrote: So far, standard boot does not replicate all the of the functionality of the distro_bootcmd scripts. In particular it lacks some bootdevs and some of the bootmeths are incomplete. Also there is currently no internal mechanism to enumerate buses in order to dis

[PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts

2023-01-07 Thread Simon Glass
So far, standard boot does not replicate all the of the functionality of the distro_bootcmd scripts. In particular it lacks some bootdevs and some of the bootmeths are incomplete. Also there is currently no internal mechanism to enumerate buses in order to discover bootdevs, e.g. with USB. This s