Hi Simon, Thank you for the patch.
On mar., juil. 16, 2024 at 08:04, Simon Glass <[email protected]> wrote: > Add a note about how bootmeth drivers are instantiated. > > Signed-off-by: Simon Glass <[email protected]> > Suggested-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > > Changes in v2: > - Add new patch to mention automatic binding of bootmeths > > doc/develop/bootstd/overview.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/develop/bootstd/overview.rst > b/doc/develop/bootstd/overview.rst > index 761f61a573b..d5051e986bb 100644 > --- a/doc/develop/bootstd/overview.rst > +++ b/doc/develop/bootstd/overview.rst > @@ -419,6 +419,9 @@ Bootmeth drivers are provided for: > - VBE > - EFI boot using boot manager > > +Each driver is controlled by a Kconfig option. If no bootmeth driver is > +selected by a compatible string in the devicetree, all available bootmeth > +drivers are bound automatically. > > Command interface > ----------------- > -- > 2.34.1

