lib/espi_debug: Add espi_show_slave_peripheral_channel_configuration
Prints out the following: eSPI Slave Peripheral configuration: Peripheral Channel Maximum Read Request Size: 64 bytes Peripheral Channel Maximum Payload Size Selected: 64 bytes Peripheral Channel Maximum Payload Size Supported: 64 bytes Bus master: disabled Peripheral Channel: ready Peripheral Channel: enabled BUG=none TEST=boot guybrush Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I7d598ee4f0f9d8ec0b37767e6a5a70288be2cb86 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52225 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
committed by
Felix Held
parent
74d14b8ff7
commit
570c654db7
@@ -230,8 +230,10 @@
|
||||
|
||||
#if CONFIG(ESPI_DEBUG)
|
||||
void espi_show_slave_general_configuration(uint32_t config);
|
||||
void espi_show_slave_peripheral_channel_configuration(uint32_t config);
|
||||
#else
|
||||
static void espi_show_slave_general_configuration(uint32_t config) {}
|
||||
static inline void espi_show_slave_general_configuration(uint32_t config) {}
|
||||
static inline void espi_show_slave_peripheral_channel_configuration(uint32_t config) {}
|
||||
#endif
|
||||
|
||||
static inline bool espi_slave_supports_quad_io(uint32_t gen_caps)
|
||||
|
Reference in New Issue
Block a user