summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-04-09 14:15:42 -0600
committerFelix Held <felix-coreboot@felixheld.de>2021-04-23 21:20:41 +0000
commit7222f7e93043d51ef5487d5d807f20077116cc2d (patch)
tree2294dff25c4cbe004df2d4820cdb471d112fa997 /src
parent570c654db777bd59714150de1684815c53d83e22 (diff)
downloadcoreboot-7222f7e93043d51ef5487d5d807f20077116cc2d.tar.gz
coreboot-7222f7e93043d51ef5487d5d807f20077116cc2d.tar.bz2
coreboot-7222f7e93043d51ef5487d5d807f20077116cc2d.zip
amd/common/blocks: Print eSPI peripheral channel
BUG=none TEST=Boot guybrush with ESPI_DEBUG Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I4312aaedcfed1535ef00a4686f218d30e351b33f Reviewed-on: https://review.coreboot.org/c/coreboot/+/52226 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/block/lpc/espi_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/lpc/espi_util.c b/src/soc/amd/common/block/lpc/espi_util.c
index f120082542fe..82f2a85b1ca8 100644
--- a/src/soc/amd/common/block/lpc/espi_util.c
+++ b/src/soc/amd/common/block/lpc/espi_util.c
@@ -814,6 +814,8 @@ static int espi_setup_periph_channel(const struct espi_config *mb_cfg, uint32_t
slave_config &= ~slave_en_mask;
}
+ espi_show_slave_peripheral_channel_configuration(slave_config);
+
return espi_set_channel_configuration(slave_config, ESPI_SLAVE_PERIPH_CFG,
ESPI_PERIPH_CH_EN);
}