From patchwork Fri Nov 16 08:27:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] data: klog.json: ACPICA ACPI_ERROR messages Date: Thu, 15 Nov 2012 22:27:53 -0000 From: Colin King X-Patchwork-Id: 199512 Message-Id: <1353054473-4675-5-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King ACPICA ACPI_ERROR messages from tbxroot.c Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Keng-Yu Lin --- data/klog.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/klog.json b/data/klog.json index c1d5283..c0c1125 100644 --- a/data/klog.json +++ b/data/klog.json @@ -77,6 +77,14 @@ "firmware_error_warning_patterns": [ { + "compare_mode": "regex", + "log_level": "LOG_LEVEL_HIGH", + "tag": "FWTS_TAG_ACPI", + "pattern": "Could not map memory at 0x.* for length", + "advice": "ACPI could not memory map the Extended BIOS Data Area (EBDA) or upper region 0xE0000-0xFFFFF to search for the ACPI RSDP. This normally results in the RSDP not being found, which means the ACPI tables can't be located and hence ACPI is disabled.", + "label": "KlogAcpiRsdpMemMap" + }, + { "compare_mode": "string", "log_level": "LOG_LEVEL_MEDIUM", "tag": "FWTS_TAG_ACPI",