@@ -1219,6 +1219,34 @@
"advice": "The PCC mailbox controller could not parse the ACPI Platform Communications Channel Table (PCCT) and find the PCC subspace communication region. The CPU freq driver cannot control CPU performance via the _CPC ACPI tables.",
"label": "KlogAcpiPccNoSubspace"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Failed to find PCC channel for subspace",
+ "advice": "The ACPI PCC driver failed to find PCC channel for subspace, so it cannot get the details of communicating with the remote by calling the pcc_mbox_request_channel.",
+ "label": "KlogAcpiPCCSubspaceNotFound"
+ },
+ {
+ "compare_mode": "regex",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "This channel-.* does not support interrupt",
+ "advice": "The requested PCC channel for subspace was found not support interrupt, so the requested channel gets free by the ACPI PCC driver.",
+ "label": "KlogAcpiPCCInterruptNoSupport"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "PCC command executed timeout!",
+ "advice": "The ACPI PCC driver gets the timeout for execute PCC command by the handler.",
+ "label": "KlogAcpiPCCExecCmdTimeout"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "OperationRegion handler could not be installed",
+ "advice": "TThe ACPI driver could not be initialized, the installation of the space handler failed.",
+ "label": "KlogAcpiOPRegInitFailed"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
These messages are specific to the ACPI pcc driver. Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- data/klog.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+)