From patchwork Thu Jul 4 03:20:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 256777 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 0067B2C00A4 for ; Thu, 4 Jul 2013 13:20:44 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Uua65-0000qP-OL; Thu, 04 Jul 2013 03:20:41 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Uua5z-0000qA-T9 for fwts-devel@lists.ubuntu.com; Thu, 04 Jul 2013 03:20:35 +0000 Received: from [175.41.48.77] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Uua5z-0006LT-9i; Thu, 04 Jul 2013 03:20:35 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] add dmicheck and remove dmi_decode and smbios Date: Thu, 4 Jul 2013 11:20:31 +0800 Message-Id: <1372908031-28430-1-git-send-email-alex.hung@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- arg-show-tests-0001/arg-show-tests-0001.log | 3 +-- .../arg-show-tests-full-0001.log | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/arg-show-tests-0001/arg-show-tests-0001.log b/arg-show-tests-0001/arg-show-tests-0001.log index fcf95ed..e83b8d4 100644 --- a/arg-show-tests-0001/arg-show-tests-0001.log +++ b/arg-show-tests-0001/arg-show-tests-0001.log @@ -12,7 +12,7 @@ Batch tests: csm Check for UEFI Compatibility Support Module. cstates Check processor C state support. dmar Check sane DMA Remapping (VT-d). - dmi_decode Test DMI/SMBIOS tables for errors. + dmicheck Test DMI/SMBIOS tables for errors. ebda Validate EBDA region is mapped and reserved in memory map table. fadt FADT SCI_EN enabled check. fan Simple Fan Tests. @@ -35,7 +35,6 @@ Batch tests: pciirq Check PCI IRQ Routing Table. pnp Check BIOS Support Installation structure. securebootcert Ubuntu UEFI secure boot test. - smbios Check SMBIOS. syntaxcheck Re-assemble DSDT and find syntax errors and warnings. version Gather kernel system information. virt Test CPU Virtualisation Configuration. diff --git a/arg-show-tests-full-0001/arg-show-tests-full-0001.log b/arg-show-tests-full-0001/arg-show-tests-full-0001.log index d088817..1e60afa 100644 --- a/arg-show-tests-full-0001/arg-show-tests-full-0001.log +++ b/arg-show-tests-full-0001/arg-show-tests-full-0001.log @@ -28,7 +28,7 @@ Batch tests: Check all CPUs C-states. dmar (1 test): Check DMA Remapping. - dmi_decode (1 test): + dmicheck (2 tests): Test DMI/SMBIOS tables for errors. ebda (1 test): Check EBDA is reserved in E820 table. @@ -238,8 +238,6 @@ Batch tests: Check PnP BIOS Support Installation structure. securebootcert (1 test): Ubuntu UEFI secure boot test. - smbios (1 test): - Find and Check SMBIOS Table Entry Point. syntaxcheck (2 tests): Disassemble and reassemble DSDT Disassemble and reassemble SSDT