From 7d2ca95c9c8976608bf234bb13d6fe2c26a1516f Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 1 Apr 2021 14:19:28 -0500 Subject: 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 Change-Id: I248e5e8536e58e137b5de35d7572789215566763 --- .../recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART1.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ibm') 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 -- cgit v1.2.3