diff mbox

add dmicheck and remove dmi_decode and smbios

Message ID 1372908031-28430-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show

Commit Message

Alex Hung July 4, 2013, 3:20 a.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 arg-show-tests-0001/arg-show-tests-0001.log        |    3 +--
 .../arg-show-tests-full-0001.log                   |    4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

Comments

Colin Ian King July 4, 2013, 8:05 a.m. UTC | #1
On 04/07/13 04:20, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  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
> 
Thanks

Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu July 11, 2013, 1:17 a.m. UTC | #2
On 07/04/2013 11:20 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   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
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

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