Skip to content

Commit 53d0425

Browse files
szafonimateusz-mixiaoxiang781216
authored andcommitted
boards/x86_64/qemu-intel64: enable debug messages for PCI test configs
enable debug messages for PCI configuration in qemu-intel64 so we know exactly what happen during execution Signed-off-by: p-szafonimateusz <[email protected]>
1 parent 4fe2a0d commit 53d0425

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/x86_64/intel64/qemu-intel64/configs/earlyfb/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ CONFIG_BUILTIN=y
2020
CONFIG_CONSOLE_SYSLOG=y
2121
CONFIG_DEBUG_FEATURES=y
2222
CONFIG_DEBUG_PCI=y
23+
CONFIG_DEBUG_PCI_ERROR=y
24+
CONFIG_DEBUG_PCI_INFO=y
25+
CONFIG_DEBUG_PCI_WARN=y
2326
CONFIG_DEBUG_SYMBOLS=y
2427
CONFIG_DEFAULT_TASK_STACKSIZE=4194304
2528
CONFIG_EXAMPLES_HELLO=y

boards/x86_64/intel64/qemu-intel64/configs/pcitest/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ CONFIG_BUILTIN=y
2828
CONFIG_CONSOLE_SYSLOG=y
2929
CONFIG_DEBUG_FEATURES=y
3030
CONFIG_DEBUG_PCI=y
31+
CONFIG_DEBUG_PCI_ERROR=y
32+
CONFIG_DEBUG_PCI_INFO=y
33+
CONFIG_DEBUG_PCI_WARN=y
3134
CONFIG_DEBUG_SYMBOLS=y
3235
CONFIG_DEFAULT_TASK_STACKSIZE=4194304
3336
CONFIG_EXAMPLES_HELLO=y

0 commit comments

Comments
 (0)