]> Git Repo - J-u-boot.git/commit
spi: ich: Don't require the PCH
authorSimon Glass <[email protected]>
Sun, 27 Jun 2021 23:50:59 +0000 (17:50 -0600)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
drivers/spi/ich.c
This page took 0.034022 seconds and 4 git commands to generate.