]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: ich: Don't require the PCH
authorSimon Glass <sjg@chromium.org>
Sun, 27 Jun 2021 23:50:59 +0000 (17:50 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 15 Jul 2021 11:49:52 +0000 (19:49 +0800)
commitf784361b2a0e633551c6c23de30f2c780cf4d95f
treef56157729c3ba1b3c8be93117dbb900adb3ee483
parentf5cbb5c7cd24b5e674933bb381d854c02512d2d9
spi: ich: Don't require the PCH

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/ich.c