summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2025-06-19 14:37:22 +0300
committerPatrick Williams <patrick@stwcx.xyz>2025-07-11 12:53:38 +0300
commit6a697c018056d9d794c708c4df5848bbcc04dfb6 (patch)
treee230a06e992ac7dd2cc17f4c17580119baaa96f3 /meta-openembedded/meta-python/recipes-devtools/python
parent7a7f6b26817602fce91bfb1d17c4971d8a6d06c5 (diff)
downloadopenbmc-6a697c018056d9d794c708c4df5848bbcc04dfb6.tar.xz
meta-facebook: limit console log level to warning
Frequent kernel message printing over the console can lead to SMBus timeouts on the BMC. This occurs because the UART interrupt has higher priority than I2C, and excessive console output can delay I2C transactions. During the early init, set the printk level to 4 (warning) so that higher (less severe) messages do not end up on the serial console. This method is chosen rather than setting a kernel config option such as `CONFIG_CONSOLE_LOGLEVEL_DEFAULT` because it allows early kernel messages to still be chattier, yielding interesting debug information such as which drivers were loaded based on DTS settings. Change-Id: I37973f0ee58e8cdf7e843c1b4fbb5a433085ccd2 Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions