src/drivers/ipmi: Add DEBUG_IPMI option
IPMI debug was extra spewy, so add a debug option as SPI and other drivers have when they need to be debugged. Change-Id: I788d67c242cac23bde9750aa3e95e3276c3f1fd7 Signed-off-by: Marc Jones <marcjones@sysproconsulting.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52449 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
2a1ad76f78
commit
dc12daf277
@@ -1105,6 +1105,13 @@ config DEBUG_SPI_FLASH
|
||||
help
|
||||
This option enables additional SPI flash related debug messages.
|
||||
|
||||
config DEBUG_IPMI
|
||||
bool "Output verbose IPMI debug messages"
|
||||
default n
|
||||
depends on IPMI_KCS
|
||||
help
|
||||
This option enables additional IPMI related debug messages.
|
||||
|
||||
if SOUTHBRIDGE_INTEL_BD82X6X && DEFAULT_CONSOLE_LOGLEVEL_8
|
||||
# Only visible with the right southbridge and loglevel.
|
||||
config DEBUG_INTEL_ME
|
||||
|
Reference in New Issue
Block a user