[PATCH] klog.json: Add the missing prmt error messages to klog database

Ivan Hu ivan.hu at canonical.com
Wed Sep 11 02:09:31 UTC 2024


These messages are specific to the ACPI prmt driver.

Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
 data/klog.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/data/klog.json b/data/klog.json
index 7cf01463..6d4132cf 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1842,6 +1842,20 @@
    "advice": "An out of memory error occurred attempting to allocate resources while creating a platform device for an ACPI device node.",
    "label": "KlogAcpiPlatformDeviceNoMemory"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "PRM: EFI runtime services unavailable",
+   "advice": "The ACPI PRMT driver could not be initialized, the EFI runtime services are not enabled.",
+   "label": "KlogAcpiInitFailed"
+  }, 
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "PRM: OperationRegion handler could not be installed",
+   "advice": "The ACPI PRMT driver could not be initialized, the installation of the space handler failed.",
+   "label": "KlogAcpiOPRegInitFailed"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_MEDIUM",
-- 
2.34.1




More information about the fwts-devel mailing list