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>
This commit is contained in:
Raul E Rangel 2021-04-09 14:15:42 -06:00 committed by Felix Held
parent 570c654db7
commit 7222f7e930

View file

@ -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);
}