espi: Add support for debug helper to print slave capabilities
This change adds a Kconfig option to enable eSPI debugging that pulls in a helper function to print slave capabilities. BUG=b:153675913 Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: I8ff250fe85dfa9370bf93ce3c7e2de5c069bf9e9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41254 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -162,6 +162,11 @@ romstage-y += hexdump.c
|
||||
verstage-y += hexdump.c
|
||||
smm-y += hexdump.c
|
||||
|
||||
bootblock-$(CONFIG_ESPI_DEBUG) += espi_debug.c
|
||||
verstage-$(CONFIG_ESPI_DEBUG) += espi_debug.c
|
||||
romstage-$(CONFIG_ESPI_DEBUG) += espi_debug.c
|
||||
ramstage-$(CONFIG_ESPI_DEBUG) += espi_debug.c
|
||||
|
||||
bootblock-$(CONFIG_REG_SCRIPT) += reg_script.c
|
||||
verstage-$(CONFIG_REG_SCRIPT) += reg_script.c
|
||||
romstage-$(CONFIG_REG_SCRIPT) += reg_script.c
|
||||
|
Reference in New Issue
Block a user