]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add a new bootmeth method to set the bootflow
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:48:01 +0000 (10:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:41 +0000 (18:11 -0500)
commit6b483e1702d57c305154ee8747b596ee91e5f7cc
treed46f11617a3b8ef265937b9c74c33f451046b6c2
parent06275ac79273826c203505e701794fc587c5a9cc
bootstd: Add a new bootmeth method to set the bootflow

Normally the bootmeth driver reads the bootflow from the bootdev, since
it knows the correct way to do it.

However it is easier for some bootdevs to handle this themselves. For
example, reading from SPI flash is quite different from other devices.

Add a way for the bootdev to pass a bootflow to the bootmeth, so that
this can be supported.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth-uclass.c
include/bootmeth.h