[PATCH 04/17] spi: ich: Don't require the PCH

Bin Meng bmeng.cn at gmail.com
Thu Apr 8 04:28:13 CEST 2021


On Wed, Apr 7, 2021 at 12:34 PM Simon Glass <sjg at chromium.org> wrote:
>
> When booting from coreboot we may not have a PCH driver available. The
> SPI driver can operate without the PCH but currently complains in this
> case. Update it to continue to work normally. The only missing feature
> is memory-mapping of SPI-flash contents, which is not essential.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  drivers/spi/ich.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

But I feel this driver is slightly becoming unmaintainable as there
are many combinations we need to consider ...

Regards,
Bin


More information about the U-Boot mailing list