summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-04-01 22:19:28 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-04-13 15:28:49 +0300
commit7d2ca95c9c8976608bf234bb13d6fe2c26a1516f (patch)
tree5f5e13cc693dd0298db2ac4ed00d95d4ac8b4d74 /meta-ibm
parentfb75faf45c283e21e38e94a537a748c673c56176 (diff)
downloadopenbmc-7d2ca95c9c8976608bf234bb13d6fe2c26a1516f.tar.xz
meta-ibm: p10bmc: save ttyVUART1 data to separate file
The hostboot team has started utilizing VUART1 for extra debug data during a boot. This extra debug data is enabled within the CI infrastructure. This extra debug data causes the critical information going to VUART0 to get wrapped out of the default /var/log/obmc_console.log file. Redirect the VUART1 data to its own /var/log/ file. The only other user of VUART1 on p10bmc systems is the PHYP software. That is mostly used for interactive purposes so writing its data to a separate log file should be fine. I will work with the test teams to ensure this new file is collected as a part of the standard debug data collection process. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I248e5e8536e58e137b5de35d7572789215566763
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART1.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART1.conf b/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART1.conf
index e98587f15..32e8bd467 100644
--- a/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART1.conf
+++ b/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART1.conf
@@ -1,3 +1,5 @@
lpc-address = 0x2f8
sirq = 3
socket-id = guests
+logsize = 256k
+logfile = /var/log/obmc-console1.log