diff mbox

[2/2] fwts-test: fix hand crafted acpidump data

Message ID 1435928230-21604-3-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King July 3, 2015, 12:57 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

A lot of the hand crafted acpidumps have duplicated offsets
and these are being picked up by the more intelligent and
pedantic acpitable loader (fixed with bug fix LP: #1471202).

These need fixing otherwise the data load will produce warnings
and this is reported in the regression tests as errors.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fwts-test/bert-0001/acpidump-0001.log | 2 +-
 fwts-test/bert-0001/acpidump-0002.log | 2 +-
 fwts-test/bgrt-0001/acpidump-0001.log | 2 +-
 fwts-test/bgrt-0001/acpidump-0002.log | 2 +-
 fwts-test/boot-0001/acpidump-0001.log | 2 +-
 fwts-test/boot-0001/acpidump-0002.log | 2 +-
 fwts-test/cpep-0001/acpidump-0001.log | 2 +-
 fwts-test/cpep-0001/acpidump-0002.log | 2 +-
 fwts-test/csrt-0001/acpidump-0001.log | 2 +-
 fwts-test/csrt-0001/acpidump-0002.log | 2 +-
 fwts-test/dbg2-0001/acpidump-0001.log | 3 +--
 fwts-test/dbg2-0001/acpidump-0002.log | 3 +--
 fwts-test/dbgp-0001/acpidump-0001.log | 2 +-
 fwts-test/dbgp-0001/acpidump-0002.log | 2 +-
 fwts-test/erst-0001/acpidump-0001.log | 4 ++--
 fwts-test/erst-0001/acpidump-0002.log | 4 ++--
 fwts-test/hest-0001/acpidump-0001.log | 2 +-
 fwts-test/hest-0001/acpidump-0002.log | 2 +-
 fwts-test/lpit-0001/acpidump-0001.log | 2 +-
 fwts-test/lpit-0001/acpidump-0002.log | 2 +-
 fwts-test/msdm-0001/acpidump-0001.log | 2 +-
 fwts-test/msdm-0001/acpidump-0002.log | 2 +-
 fwts-test/sbst-0001/acpidump-0001.log | 2 +-
 fwts-test/sbst-0001/acpidump-0002.log | 2 +-
 fwts-test/slic-0001/acpidump-0001.log | 2 +-
 fwts-test/slic-0001/acpidump-0002.log | 2 +-
 fwts-test/slit-0001/acpidump-0001.log | 2 +-
 fwts-test/slit-0001/acpidump-0002.log | 2 +-
 fwts-test/spcr-0001/acpidump-0001.log | 2 +-
 fwts-test/spcr-0001/acpidump-0002.log | 2 +-
 fwts-test/srat-0001/acpidump-0001.log | 2 +-
 fwts-test/srat-0001/acpidump-0002.log | 2 +-
 fwts-test/tcpa-0001/acpidump-0001.log | 2 +-
 fwts-test/tcpa-0001/acpidump-0002.log | 2 +-
 fwts-test/waet-0001/acpidump-0001.log | 2 +-
 fwts-test/waet-0001/acpidump-0002.log | 2 +-
 fwts-test/waet-0001/acpidump-0003.log | 2 +-
 fwts-test/wmi-0001/acpidump-0002.log  | 2 +-
 fwts-test/wmi-0001/acpidump-0003.log  | 6 +++---
 39 files changed, 43 insertions(+), 45 deletions(-)

Comments

Alex Hung July 6, 2015, 3:19 a.m. UTC | #1
On 07/03/2015 08:57 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> A lot of the hand crafted acpidumps have duplicated offsets
> and these are being picked up by the more intelligent and
> pedantic acpitable loader (fixed with bug fix LP: #1471202).
> 
> These need fixing otherwise the data load will produce warnings
> and this is reported in the regression tests as errors.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  fwts-test/bert-0001/acpidump-0001.log | 2 +-
>  fwts-test/bert-0001/acpidump-0002.log | 2 +-
>  fwts-test/bgrt-0001/acpidump-0001.log | 2 +-
>  fwts-test/bgrt-0001/acpidump-0002.log | 2 +-
>  fwts-test/boot-0001/acpidump-0001.log | 2 +-
>  fwts-test/boot-0001/acpidump-0002.log | 2 +-
>  fwts-test/cpep-0001/acpidump-0001.log | 2 +-
>  fwts-test/cpep-0001/acpidump-0002.log | 2 +-
>  fwts-test/csrt-0001/acpidump-0001.log | 2 +-
>  fwts-test/csrt-0001/acpidump-0002.log | 2 +-
>  fwts-test/dbg2-0001/acpidump-0001.log | 3 +--
>  fwts-test/dbg2-0001/acpidump-0002.log | 3 +--
>  fwts-test/dbgp-0001/acpidump-0001.log | 2 +-
>  fwts-test/dbgp-0001/acpidump-0002.log | 2 +-
>  fwts-test/erst-0001/acpidump-0001.log | 4 ++--
>  fwts-test/erst-0001/acpidump-0002.log | 4 ++--
>  fwts-test/hest-0001/acpidump-0001.log | 2 +-
>  fwts-test/hest-0001/acpidump-0002.log | 2 +-
>  fwts-test/lpit-0001/acpidump-0001.log | 2 +-
>  fwts-test/lpit-0001/acpidump-0002.log | 2 +-
>  fwts-test/msdm-0001/acpidump-0001.log | 2 +-
>  fwts-test/msdm-0001/acpidump-0002.log | 2 +-
>  fwts-test/sbst-0001/acpidump-0001.log | 2 +-
>  fwts-test/sbst-0001/acpidump-0002.log | 2 +-
>  fwts-test/slic-0001/acpidump-0001.log | 2 +-
>  fwts-test/slic-0001/acpidump-0002.log | 2 +-
>  fwts-test/slit-0001/acpidump-0001.log | 2 +-
>  fwts-test/slit-0001/acpidump-0002.log | 2 +-
>  fwts-test/spcr-0001/acpidump-0001.log | 2 +-
>  fwts-test/spcr-0001/acpidump-0002.log | 2 +-
>  fwts-test/srat-0001/acpidump-0001.log | 2 +-
>  fwts-test/srat-0001/acpidump-0002.log | 2 +-
>  fwts-test/tcpa-0001/acpidump-0001.log | 2 +-
>  fwts-test/tcpa-0001/acpidump-0002.log | 2 +-
>  fwts-test/waet-0001/acpidump-0001.log | 2 +-
>  fwts-test/waet-0001/acpidump-0002.log | 2 +-
>  fwts-test/waet-0001/acpidump-0003.log | 2 +-
>  fwts-test/wmi-0001/acpidump-0002.log  | 2 +-
>  fwts-test/wmi-0001/acpidump-0003.log  | 6 +++---
>  39 files changed, 43 insertions(+), 45 deletions(-)
> 
> diff --git a/fwts-test/bert-0001/acpidump-0001.log b/fwts-test/bert-0001/acpidump-0001.log
> index 30e5849..86fff7d 100644
> --- a/fwts-test/bert-0001/acpidump-0001.log
> +++ b/fwts-test/bert-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/bert-0001/acpidump-0002.log b/fwts-test/bert-0001/acpidump-0002.log
> index 9c23cfd..6f795da 100644
> --- a/fwts-test/bert-0001/acpidump-0002.log
> +++ b/fwts-test/bert-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/bgrt-0001/acpidump-0001.log b/fwts-test/bgrt-0001/acpidump-0001.log
> index fa2e0c0..5d3775a 100644
> --- a/fwts-test/bgrt-0001/acpidump-0001.log
> +++ b/fwts-test/bgrt-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/bgrt-0001/acpidump-0002.log b/fwts-test/bgrt-0001/acpidump-0002.log
> index c0f8a7c..10a6c25 100644
> --- a/fwts-test/bgrt-0001/acpidump-0002.log
> +++ b/fwts-test/bgrt-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/boot-0001/acpidump-0001.log b/fwts-test/boot-0001/acpidump-0001.log
> index 5d4802b..a2c6a99 100644
> --- a/fwts-test/boot-0001/acpidump-0001.log
> +++ b/fwts-test/boot-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/boot-0001/acpidump-0002.log b/fwts-test/boot-0001/acpidump-0002.log
> index 238ca7b..94eb802 100644
> --- a/fwts-test/boot-0001/acpidump-0002.log
> +++ b/fwts-test/boot-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/cpep-0001/acpidump-0001.log b/fwts-test/cpep-0001/acpidump-0001.log
> index 1427a62..d8cac6e 100644
> --- a/fwts-test/cpep-0001/acpidump-0001.log
> +++ b/fwts-test/cpep-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/cpep-0001/acpidump-0002.log b/fwts-test/cpep-0001/acpidump-0002.log
> index 26cc8b8..a5a5e05 100644
> --- a/fwts-test/cpep-0001/acpidump-0002.log
> +++ b/fwts-test/cpep-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/csrt-0001/acpidump-0001.log b/fwts-test/csrt-0001/acpidump-0001.log
> index b93c071..9693d6b 100644
> --- a/fwts-test/csrt-0001/acpidump-0001.log
> +++ b/fwts-test/csrt-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/csrt-0001/acpidump-0002.log b/fwts-test/csrt-0001/acpidump-0002.log
> index c000d4d..34f9e4b 100644
> --- a/fwts-test/csrt-0001/acpidump-0002.log
> +++ b/fwts-test/csrt-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/dbg2-0001/acpidump-0001.log b/fwts-test/dbg2-0001/acpidump-0001.log
> index d21b040..a92add6 100644
> --- a/fwts-test/dbg2-0001/acpidump-0001.log
> +++ b/fwts-test/dbg2-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> @@ -3708,4 +3708,3 @@ DSDT @ 0x00000000
>    e580: 53 33 5f 08 5f 53 33 5f 12 07 04 0a 05 00 00 00  S3_._S3_........
>    e590: a0 12 53 53 34 5f 08 5f 53 34 5f 12 07 04 0a 06  ..SS4_._S4_.....
>    e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00  ...._S5_........
> -  e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00                                                  ...._S5_........
> diff --git a/fwts-test/dbg2-0001/acpidump-0002.log b/fwts-test/dbg2-0001/acpidump-0002.log
> index 75f1299..bc373fe 100644
> --- a/fwts-test/dbg2-0001/acpidump-0002.log
> +++ b/fwts-test/dbg2-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> @@ -3708,4 +3708,3 @@ DSDT @ 0x00000000
>    e580: 53 33 5f 08 5f 53 33 5f 12 07 04 0a 05 00 00 00  S3_._S3_........
>    e590: a0 12 53 53 34 5f 08 5f 53 34 5f 12 07 04 0a 06  ..SS4_._S4_.....
>    e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00  ...._S5_........
> -  e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00                                                  ...._S5_........
> diff --git a/fwts-test/dbgp-0001/acpidump-0001.log b/fwts-test/dbgp-0001/acpidump-0001.log
> index 87441e8..75fa722 100644
> --- a/fwts-test/dbgp-0001/acpidump-0001.log
> +++ b/fwts-test/dbgp-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/dbgp-0001/acpidump-0002.log b/fwts-test/dbgp-0001/acpidump-0002.log
> index 878f42c..824dad9 100644
> --- a/fwts-test/dbgp-0001/acpidump-0002.log
> +++ b/fwts-test/dbgp-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/erst-0001/acpidump-0001.log b/fwts-test/erst-0001/acpidump-0001.log
> index 87bbfe1..77df4ed 100644
> --- a/fwts-test/erst-0001/acpidump-0001.log
> +++ b/fwts-test/erst-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> @@ -59,4 +59,4 @@ ERST @ 0x00000000
>    0200: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
>    0210: 0f 00 00 00 00 40 00 04 60 30 62 bf 00 00 00 00  .....@..`0b.....
>    0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
> -  0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff   
> +  0230: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff   
> diff --git a/fwts-test/erst-0001/acpidump-0002.log b/fwts-test/erst-0001/acpidump-0002.log
> index c6a4059..66bda0a 100644
> --- a/fwts-test/erst-0001/acpidump-0002.log
> +++ b/fwts-test/erst-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> @@ -59,4 +59,4 @@ ERST @ 0x00000000
>    0200: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
>    0210: 0f 00 00 00 00 40 00 04 60 30 62 bf 00 00 00 00  .....@..`0b.....
>    0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
> -  0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff   
> +  0230: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff   
> diff --git a/fwts-test/hest-0001/acpidump-0001.log b/fwts-test/hest-0001/acpidump-0001.log
> index 57ab66d..ecd37f8 100644
> --- a/fwts-test/hest-0001/acpidump-0001.log
> +++ b/fwts-test/hest-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/hest-0001/acpidump-0002.log b/fwts-test/hest-0001/acpidump-0002.log
> index f98b873..3117ebe 100644
> --- a/fwts-test/hest-0001/acpidump-0002.log
> +++ b/fwts-test/hest-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/lpit-0001/acpidump-0001.log b/fwts-test/lpit-0001/acpidump-0001.log
> index 9bdf39b..51440a6 100644
> --- a/fwts-test/lpit-0001/acpidump-0001.log
> +++ b/fwts-test/lpit-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/lpit-0001/acpidump-0002.log b/fwts-test/lpit-0001/acpidump-0002.log
> index 43b48a4..5f4b3ee 100644
> --- a/fwts-test/lpit-0001/acpidump-0002.log
> +++ b/fwts-test/lpit-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/msdm-0001/acpidump-0001.log b/fwts-test/msdm-0001/acpidump-0001.log
> index ce4cd09..faa9b4b 100644
> --- a/fwts-test/msdm-0001/acpidump-0001.log
> +++ b/fwts-test/msdm-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/msdm-0001/acpidump-0002.log b/fwts-test/msdm-0001/acpidump-0002.log
> index 99dc2b0..4cb21bd 100644
> --- a/fwts-test/msdm-0001/acpidump-0002.log
> +++ b/fwts-test/msdm-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/sbst-0001/acpidump-0001.log b/fwts-test/sbst-0001/acpidump-0001.log
> index 26feeca..973e6a7 100644
> --- a/fwts-test/sbst-0001/acpidump-0001.log
> +++ b/fwts-test/sbst-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/sbst-0001/acpidump-0002.log b/fwts-test/sbst-0001/acpidump-0002.log
> index 0e8e274..d0a43fe 100644
> --- a/fwts-test/sbst-0001/acpidump-0002.log
> +++ b/fwts-test/sbst-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/slic-0001/acpidump-0001.log b/fwts-test/slic-0001/acpidump-0001.log
> index 088d96e..21908bc 100644
> --- a/fwts-test/slic-0001/acpidump-0001.log
> +++ b/fwts-test/slic-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/slic-0001/acpidump-0002.log b/fwts-test/slic-0001/acpidump-0002.log
> index de858d2..aad4ec5 100644
> --- a/fwts-test/slic-0001/acpidump-0002.log
> +++ b/fwts-test/slic-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/slit-0001/acpidump-0001.log b/fwts-test/slit-0001/acpidump-0001.log
> index 9c8ca31..609f806 100644
> --- a/fwts-test/slit-0001/acpidump-0001.log
> +++ b/fwts-test/slit-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/slit-0001/acpidump-0002.log b/fwts-test/slit-0001/acpidump-0002.log
> index 4498172..fbfc76d 100644
> --- a/fwts-test/slit-0001/acpidump-0002.log
> +++ b/fwts-test/slit-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/spcr-0001/acpidump-0001.log b/fwts-test/spcr-0001/acpidump-0001.log
> index 07252f0..bd8ba73 100644
> --- a/fwts-test/spcr-0001/acpidump-0001.log
> +++ b/fwts-test/spcr-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/spcr-0001/acpidump-0002.log b/fwts-test/spcr-0001/acpidump-0002.log
> index 50e42bb..2fe653a 100644
> --- a/fwts-test/spcr-0001/acpidump-0002.log
> +++ b/fwts-test/spcr-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/srat-0001/acpidump-0001.log b/fwts-test/srat-0001/acpidump-0001.log
> index f9d41dc..20f3459 100644
> --- a/fwts-test/srat-0001/acpidump-0001.log
> +++ b/fwts-test/srat-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/srat-0001/acpidump-0002.log b/fwts-test/srat-0001/acpidump-0002.log
> index dca9504..1b33aac 100644
> --- a/fwts-test/srat-0001/acpidump-0002.log
> +++ b/fwts-test/srat-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/tcpa-0001/acpidump-0001.log b/fwts-test/tcpa-0001/acpidump-0001.log
> index 7097a12..3880e3e 100644
> --- a/fwts-test/tcpa-0001/acpidump-0001.log
> +++ b/fwts-test/tcpa-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/tcpa-0001/acpidump-0002.log b/fwts-test/tcpa-0001/acpidump-0002.log
> index 6439e64..96ce331 100644
> --- a/fwts-test/tcpa-0001/acpidump-0002.log
> +++ b/fwts-test/tcpa-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/waet-0001/acpidump-0001.log b/fwts-test/waet-0001/acpidump-0001.log
> index 6f9776f..4728f5a 100644
> --- a/fwts-test/waet-0001/acpidump-0001.log
> +++ b/fwts-test/waet-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/waet-0001/acpidump-0002.log b/fwts-test/waet-0001/acpidump-0002.log
> index cfc8af2..d8a81b8 100644
> --- a/fwts-test/waet-0001/acpidump-0002.log
> +++ b/fwts-test/waet-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/waet-0001/acpidump-0003.log b/fwts-test/waet-0001/acpidump-0003.log
> index cf12805..201a29f 100644
> --- a/fwts-test/waet-0001/acpidump-0003.log
> +++ b/fwts-test/waet-0001/acpidump-0003.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
> diff --git a/fwts-test/wmi-0001/acpidump-0002.log b/fwts-test/wmi-0001/acpidump-0002.log
> index f0e79b1..070e27f 100644
> --- a/fwts-test/wmi-0001/acpidump-0002.log
> +++ b/fwts-test/wmi-0001/acpidump-0002.log
> @@ -4387,7 +4387,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
>  
>  HPET @ 0x00000000
>    0000: 48 50 45 54 38 00 00 00 01 66 5f 41 53 55 53 5f  HPET8....f_ASUS_
> diff --git a/fwts-test/wmi-0001/acpidump-0003.log b/fwts-test/wmi-0001/acpidump-0003.log
> index fc1328e..b5c0ee2 100644
> --- a/fwts-test/wmi-0001/acpidump-0003.log
> +++ b/fwts-test/wmi-0001/acpidump-0003.log
> @@ -3962,7 +3962,7 @@ FACS @ 0x00000000
>    0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>    0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
>  
>  FACP @ 0x00000000
>    0000: 46 41 43 50 f4 00 00 00 04 2f 44 45 4c 4c 20 20  FACP...../DELL  
> @@ -4034,7 +4034,7 @@ SBST @ 0x00000000
>    0000: 53 42 53 54 30 00 00 00 01 c3 44 45 4c 4c 20 20  SBST0.....DELL  
>    0010: 51 41 30 39 20 20 20 00 02 00 00 00 50 54 4c 20  QA09   .....PTL 
>    0020: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0020: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
> +  0030: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
>  
>  UEFI1 @ 0x00000000
>    0000: 55 45 46 49 3e 00 00 00 01 0b 44 45 4c 4c 20 20  UEFI>.....DELL  
> @@ -4606,4 +4606,4 @@ UEFI3 @ 0x00000000
>    0210: 63 fd 9c 7c 96 6e 42 8e 65 48 9d 6c 4f 80 05 2f  c..|.nB.eH.lO../
>    0220: 2c 0e ec 9a 91 b8 9c 93 4b 47 a9 18 29 9f b2 65  ,.......KG..)..e
>    0230: 93 6c 8a 8c 3c 24 d0 bb a9 4a be 17 cf 9b 58 31  .l..<$...J....X1
> -  0240: 30 ec                                            0.
> \ No newline at end of file
> +  0240: 30 ec                                            0.
> 

Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu July 6, 2015, 3:55 a.m. UTC | #2
On 2015年07月03日 20:57, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> A lot of the hand crafted acpidumps have duplicated offsets
> and these are being picked up by the more intelligent and
> pedantic acpitable loader (fixed with bug fix LP: #1471202).
>
> These need fixing otherwise the data load will produce warnings
> and this is reported in the regression tests as errors.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   fwts-test/bert-0001/acpidump-0001.log | 2 +-
>   fwts-test/bert-0001/acpidump-0002.log | 2 +-
>   fwts-test/bgrt-0001/acpidump-0001.log | 2 +-
>   fwts-test/bgrt-0001/acpidump-0002.log | 2 +-
>   fwts-test/boot-0001/acpidump-0001.log | 2 +-
>   fwts-test/boot-0001/acpidump-0002.log | 2 +-
>   fwts-test/cpep-0001/acpidump-0001.log | 2 +-
>   fwts-test/cpep-0001/acpidump-0002.log | 2 +-
>   fwts-test/csrt-0001/acpidump-0001.log | 2 +-
>   fwts-test/csrt-0001/acpidump-0002.log | 2 +-
>   fwts-test/dbg2-0001/acpidump-0001.log | 3 +--
>   fwts-test/dbg2-0001/acpidump-0002.log | 3 +--
>   fwts-test/dbgp-0001/acpidump-0001.log | 2 +-
>   fwts-test/dbgp-0001/acpidump-0002.log | 2 +-
>   fwts-test/erst-0001/acpidump-0001.log | 4 ++--
>   fwts-test/erst-0001/acpidump-0002.log | 4 ++--
>   fwts-test/hest-0001/acpidump-0001.log | 2 +-
>   fwts-test/hest-0001/acpidump-0002.log | 2 +-
>   fwts-test/lpit-0001/acpidump-0001.log | 2 +-
>   fwts-test/lpit-0001/acpidump-0002.log | 2 +-
>   fwts-test/msdm-0001/acpidump-0001.log | 2 +-
>   fwts-test/msdm-0001/acpidump-0002.log | 2 +-
>   fwts-test/sbst-0001/acpidump-0001.log | 2 +-
>   fwts-test/sbst-0001/acpidump-0002.log | 2 +-
>   fwts-test/slic-0001/acpidump-0001.log | 2 +-
>   fwts-test/slic-0001/acpidump-0002.log | 2 +-
>   fwts-test/slit-0001/acpidump-0001.log | 2 +-
>   fwts-test/slit-0001/acpidump-0002.log | 2 +-
>   fwts-test/spcr-0001/acpidump-0001.log | 2 +-
>   fwts-test/spcr-0001/acpidump-0002.log | 2 +-
>   fwts-test/srat-0001/acpidump-0001.log | 2 +-
>   fwts-test/srat-0001/acpidump-0002.log | 2 +-
>   fwts-test/tcpa-0001/acpidump-0001.log | 2 +-
>   fwts-test/tcpa-0001/acpidump-0002.log | 2 +-
>   fwts-test/waet-0001/acpidump-0001.log | 2 +-
>   fwts-test/waet-0001/acpidump-0002.log | 2 +-
>   fwts-test/waet-0001/acpidump-0003.log | 2 +-
>   fwts-test/wmi-0001/acpidump-0002.log  | 2 +-
>   fwts-test/wmi-0001/acpidump-0003.log  | 6 +++---
>   39 files changed, 43 insertions(+), 45 deletions(-)
>
> diff --git a/fwts-test/bert-0001/acpidump-0001.log b/fwts-test/bert-0001/acpidump-0001.log
> index 30e5849..86fff7d 100644
> --- a/fwts-test/bert-0001/acpidump-0001.log
> +++ b/fwts-test/bert-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/bert-0001/acpidump-0002.log b/fwts-test/bert-0001/acpidump-0002.log
> index 9c23cfd..6f795da 100644
> --- a/fwts-test/bert-0001/acpidump-0002.log
> +++ b/fwts-test/bert-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/bgrt-0001/acpidump-0001.log b/fwts-test/bgrt-0001/acpidump-0001.log
> index fa2e0c0..5d3775a 100644
> --- a/fwts-test/bgrt-0001/acpidump-0001.log
> +++ b/fwts-test/bgrt-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/bgrt-0001/acpidump-0002.log b/fwts-test/bgrt-0001/acpidump-0002.log
> index c0f8a7c..10a6c25 100644
> --- a/fwts-test/bgrt-0001/acpidump-0002.log
> +++ b/fwts-test/bgrt-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/boot-0001/acpidump-0001.log b/fwts-test/boot-0001/acpidump-0001.log
> index 5d4802b..a2c6a99 100644
> --- a/fwts-test/boot-0001/acpidump-0001.log
> +++ b/fwts-test/boot-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/boot-0001/acpidump-0002.log b/fwts-test/boot-0001/acpidump-0002.log
> index 238ca7b..94eb802 100644
> --- a/fwts-test/boot-0001/acpidump-0002.log
> +++ b/fwts-test/boot-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/cpep-0001/acpidump-0001.log b/fwts-test/cpep-0001/acpidump-0001.log
> index 1427a62..d8cac6e 100644
> --- a/fwts-test/cpep-0001/acpidump-0001.log
> +++ b/fwts-test/cpep-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/cpep-0001/acpidump-0002.log b/fwts-test/cpep-0001/acpidump-0002.log
> index 26cc8b8..a5a5e05 100644
> --- a/fwts-test/cpep-0001/acpidump-0002.log
> +++ b/fwts-test/cpep-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/csrt-0001/acpidump-0001.log b/fwts-test/csrt-0001/acpidump-0001.log
> index b93c071..9693d6b 100644
> --- a/fwts-test/csrt-0001/acpidump-0001.log
> +++ b/fwts-test/csrt-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/csrt-0001/acpidump-0002.log b/fwts-test/csrt-0001/acpidump-0002.log
> index c000d4d..34f9e4b 100644
> --- a/fwts-test/csrt-0001/acpidump-0002.log
> +++ b/fwts-test/csrt-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/dbg2-0001/acpidump-0001.log b/fwts-test/dbg2-0001/acpidump-0001.log
> index d21b040..a92add6 100644
> --- a/fwts-test/dbg2-0001/acpidump-0001.log
> +++ b/fwts-test/dbg2-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> @@ -3708,4 +3708,3 @@ DSDT @ 0x00000000
>     e580: 53 33 5f 08 5f 53 33 5f 12 07 04 0a 05 00 00 00  S3_._S3_........
>     e590: a0 12 53 53 34 5f 08 5f 53 34 5f 12 07 04 0a 06  ..SS4_._S4_.....
>     e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00  ...._S5_........
> -  e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00                                                  ...._S5_........
> diff --git a/fwts-test/dbg2-0001/acpidump-0002.log b/fwts-test/dbg2-0001/acpidump-0002.log
> index 75f1299..bc373fe 100644
> --- a/fwts-test/dbg2-0001/acpidump-0002.log
> +++ b/fwts-test/dbg2-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> @@ -3708,4 +3708,3 @@ DSDT @ 0x00000000
>     e580: 53 33 5f 08 5f 53 33 5f 12 07 04 0a 05 00 00 00  S3_._S3_........
>     e590: a0 12 53 53 34 5f 08 5f 53 34 5f 12 07 04 0a 06  ..SS4_._S4_.....
>     e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00  ...._S5_........
> -  e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00                                                  ...._S5_........
> diff --git a/fwts-test/dbgp-0001/acpidump-0001.log b/fwts-test/dbgp-0001/acpidump-0001.log
> index 87441e8..75fa722 100644
> --- a/fwts-test/dbgp-0001/acpidump-0001.log
> +++ b/fwts-test/dbgp-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/dbgp-0001/acpidump-0002.log b/fwts-test/dbgp-0001/acpidump-0002.log
> index 878f42c..824dad9 100644
> --- a/fwts-test/dbgp-0001/acpidump-0002.log
> +++ b/fwts-test/dbgp-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/erst-0001/acpidump-0001.log b/fwts-test/erst-0001/acpidump-0001.log
> index 87bbfe1..77df4ed 100644
> --- a/fwts-test/erst-0001/acpidump-0001.log
> +++ b/fwts-test/erst-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> @@ -59,4 +59,4 @@ ERST @ 0x00000000
>     0200: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
>     0210: 0f 00 00 00 00 40 00 04 60 30 62 bf 00 00 00 00  .....@..`0b.....
>     0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
> -  0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff
> +  0230: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff
> diff --git a/fwts-test/erst-0001/acpidump-0002.log b/fwts-test/erst-0001/acpidump-0002.log
> index c6a4059..66bda0a 100644
> --- a/fwts-test/erst-0001/acpidump-0002.log
> +++ b/fwts-test/erst-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> @@ -59,4 +59,4 @@ ERST @ 0x00000000
>     0200: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
>     0210: 0f 00 00 00 00 40 00 04 60 30 62 bf 00 00 00 00  .....@..`0b.....
>     0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
> -  0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff
> +  0230: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff
> diff --git a/fwts-test/hest-0001/acpidump-0001.log b/fwts-test/hest-0001/acpidump-0001.log
> index 57ab66d..ecd37f8 100644
> --- a/fwts-test/hest-0001/acpidump-0001.log
> +++ b/fwts-test/hest-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/hest-0001/acpidump-0002.log b/fwts-test/hest-0001/acpidump-0002.log
> index f98b873..3117ebe 100644
> --- a/fwts-test/hest-0001/acpidump-0002.log
> +++ b/fwts-test/hest-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/lpit-0001/acpidump-0001.log b/fwts-test/lpit-0001/acpidump-0001.log
> index 9bdf39b..51440a6 100644
> --- a/fwts-test/lpit-0001/acpidump-0001.log
> +++ b/fwts-test/lpit-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/lpit-0001/acpidump-0002.log b/fwts-test/lpit-0001/acpidump-0002.log
> index 43b48a4..5f4b3ee 100644
> --- a/fwts-test/lpit-0001/acpidump-0002.log
> +++ b/fwts-test/lpit-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/msdm-0001/acpidump-0001.log b/fwts-test/msdm-0001/acpidump-0001.log
> index ce4cd09..faa9b4b 100644
> --- a/fwts-test/msdm-0001/acpidump-0001.log
> +++ b/fwts-test/msdm-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/msdm-0001/acpidump-0002.log b/fwts-test/msdm-0001/acpidump-0002.log
> index 99dc2b0..4cb21bd 100644
> --- a/fwts-test/msdm-0001/acpidump-0002.log
> +++ b/fwts-test/msdm-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/sbst-0001/acpidump-0001.log b/fwts-test/sbst-0001/acpidump-0001.log
> index 26feeca..973e6a7 100644
> --- a/fwts-test/sbst-0001/acpidump-0001.log
> +++ b/fwts-test/sbst-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/sbst-0001/acpidump-0002.log b/fwts-test/sbst-0001/acpidump-0002.log
> index 0e8e274..d0a43fe 100644
> --- a/fwts-test/sbst-0001/acpidump-0002.log
> +++ b/fwts-test/sbst-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/slic-0001/acpidump-0001.log b/fwts-test/slic-0001/acpidump-0001.log
> index 088d96e..21908bc 100644
> --- a/fwts-test/slic-0001/acpidump-0001.log
> +++ b/fwts-test/slic-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/slic-0001/acpidump-0002.log b/fwts-test/slic-0001/acpidump-0002.log
> index de858d2..aad4ec5 100644
> --- a/fwts-test/slic-0001/acpidump-0002.log
> +++ b/fwts-test/slic-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/slit-0001/acpidump-0001.log b/fwts-test/slit-0001/acpidump-0001.log
> index 9c8ca31..609f806 100644
> --- a/fwts-test/slit-0001/acpidump-0001.log
> +++ b/fwts-test/slit-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/slit-0001/acpidump-0002.log b/fwts-test/slit-0001/acpidump-0002.log
> index 4498172..fbfc76d 100644
> --- a/fwts-test/slit-0001/acpidump-0002.log
> +++ b/fwts-test/slit-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/spcr-0001/acpidump-0001.log b/fwts-test/spcr-0001/acpidump-0001.log
> index 07252f0..bd8ba73 100644
> --- a/fwts-test/spcr-0001/acpidump-0001.log
> +++ b/fwts-test/spcr-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/spcr-0001/acpidump-0002.log b/fwts-test/spcr-0001/acpidump-0002.log
> index 50e42bb..2fe653a 100644
> --- a/fwts-test/spcr-0001/acpidump-0002.log
> +++ b/fwts-test/spcr-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/srat-0001/acpidump-0001.log b/fwts-test/srat-0001/acpidump-0001.log
> index f9d41dc..20f3459 100644
> --- a/fwts-test/srat-0001/acpidump-0001.log
> +++ b/fwts-test/srat-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/srat-0001/acpidump-0002.log b/fwts-test/srat-0001/acpidump-0002.log
> index dca9504..1b33aac 100644
> --- a/fwts-test/srat-0001/acpidump-0002.log
> +++ b/fwts-test/srat-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/tcpa-0001/acpidump-0001.log b/fwts-test/tcpa-0001/acpidump-0001.log
> index 7097a12..3880e3e 100644
> --- a/fwts-test/tcpa-0001/acpidump-0001.log
> +++ b/fwts-test/tcpa-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/tcpa-0001/acpidump-0002.log b/fwts-test/tcpa-0001/acpidump-0002.log
> index 6439e64..96ce331 100644
> --- a/fwts-test/tcpa-0001/acpidump-0002.log
> +++ b/fwts-test/tcpa-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/waet-0001/acpidump-0001.log b/fwts-test/waet-0001/acpidump-0001.log
> index 6f9776f..4728f5a 100644
> --- a/fwts-test/waet-0001/acpidump-0001.log
> +++ b/fwts-test/waet-0001/acpidump-0001.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/waet-0001/acpidump-0002.log b/fwts-test/waet-0001/acpidump-0002.log
> index cfc8af2..d8a81b8 100644
> --- a/fwts-test/waet-0001/acpidump-0002.log
> +++ b/fwts-test/waet-0001/acpidump-0002.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/waet-0001/acpidump-0003.log b/fwts-test/waet-0001/acpidump-0003.log
> index cf12805..201a29f 100644
> --- a/fwts-test/waet-0001/acpidump-0003.log
> +++ b/fwts-test/waet-0001/acpidump-0003.log
> @@ -3,7 +3,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD
> diff --git a/fwts-test/wmi-0001/acpidump-0002.log b/fwts-test/wmi-0001/acpidump-0002.log
> index f0e79b1..070e27f 100644
> --- a/fwts-test/wmi-0001/acpidump-0002.log
> +++ b/fwts-test/wmi-0001/acpidump-0002.log
> @@ -4387,7 +4387,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
>   
>   HPET @ 0x00000000
>     0000: 48 50 45 54 38 00 00 00 01 66 5f 41 53 55 53 5f  HPET8....f_ASUS_
> diff --git a/fwts-test/wmi-0001/acpidump-0003.log b/fwts-test/wmi-0001/acpidump-0003.log
> index fc1328e..b5c0ee2 100644
> --- a/fwts-test/wmi-0001/acpidump-0003.log
> +++ b/fwts-test/wmi-0001/acpidump-0003.log
> @@ -3962,7 +3962,7 @@ FACS @ 0x00000000
>     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
>     0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
> +  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
>   
>   FACP @ 0x00000000
>     0000: 46 41 43 50 f4 00 00 00 04 2f 44 45 4c 4c 20 20  FACP...../DELL
> @@ -4034,7 +4034,7 @@ SBST @ 0x00000000
>     0000: 53 42 53 54 30 00 00 00 01 c3 44 45 4c 4c 20 20  SBST0.....DELL
>     0010: 51 41 30 39 20 20 20 00 02 00 00 00 50 54 4c 20  QA09   .....PTL
>     0020: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> -  0020: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
> +  0030: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
>   
>   UEFI1 @ 0x00000000
>     0000: 55 45 46 49 3e 00 00 00 01 0b 44 45 4c 4c 20 20  UEFI>.....DELL
> @@ -4606,4 +4606,4 @@ UEFI3 @ 0x00000000
>     0210: 63 fd 9c 7c 96 6e 42 8e 65 48 9d 6c 4f 80 05 2f  c..|.nB.eH.lO../
>     0220: 2c 0e ec 9a 91 b8 9c 93 4b 47 a9 18 29 9f b2 65  ,.......KG..)..e
>     0230: 93 6c 8a 8c 3c 24 d0 bb a9 4a be 17 cf 9b 58 31  .l..<$...J....X1
> -  0240: 30 ec                                            0.
> \ No newline at end of file
> +  0240: 30 ec                                            0.
Acked-by: Ivan Hu<ivan.hu@canonical.com>
diff mbox

Patch

diff --git a/fwts-test/bert-0001/acpidump-0001.log b/fwts-test/bert-0001/acpidump-0001.log
index 30e5849..86fff7d 100644
--- a/fwts-test/bert-0001/acpidump-0001.log
+++ b/fwts-test/bert-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/bert-0001/acpidump-0002.log b/fwts-test/bert-0001/acpidump-0002.log
index 9c23cfd..6f795da 100644
--- a/fwts-test/bert-0001/acpidump-0002.log
+++ b/fwts-test/bert-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/bgrt-0001/acpidump-0001.log b/fwts-test/bgrt-0001/acpidump-0001.log
index fa2e0c0..5d3775a 100644
--- a/fwts-test/bgrt-0001/acpidump-0001.log
+++ b/fwts-test/bgrt-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/bgrt-0001/acpidump-0002.log b/fwts-test/bgrt-0001/acpidump-0002.log
index c0f8a7c..10a6c25 100644
--- a/fwts-test/bgrt-0001/acpidump-0002.log
+++ b/fwts-test/bgrt-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/boot-0001/acpidump-0001.log b/fwts-test/boot-0001/acpidump-0001.log
index 5d4802b..a2c6a99 100644
--- a/fwts-test/boot-0001/acpidump-0001.log
+++ b/fwts-test/boot-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/boot-0001/acpidump-0002.log b/fwts-test/boot-0001/acpidump-0002.log
index 238ca7b..94eb802 100644
--- a/fwts-test/boot-0001/acpidump-0002.log
+++ b/fwts-test/boot-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/cpep-0001/acpidump-0001.log b/fwts-test/cpep-0001/acpidump-0001.log
index 1427a62..d8cac6e 100644
--- a/fwts-test/cpep-0001/acpidump-0001.log
+++ b/fwts-test/cpep-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/cpep-0001/acpidump-0002.log b/fwts-test/cpep-0001/acpidump-0002.log
index 26cc8b8..a5a5e05 100644
--- a/fwts-test/cpep-0001/acpidump-0002.log
+++ b/fwts-test/cpep-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/csrt-0001/acpidump-0001.log b/fwts-test/csrt-0001/acpidump-0001.log
index b93c071..9693d6b 100644
--- a/fwts-test/csrt-0001/acpidump-0001.log
+++ b/fwts-test/csrt-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/csrt-0001/acpidump-0002.log b/fwts-test/csrt-0001/acpidump-0002.log
index c000d4d..34f9e4b 100644
--- a/fwts-test/csrt-0001/acpidump-0002.log
+++ b/fwts-test/csrt-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/dbg2-0001/acpidump-0001.log b/fwts-test/dbg2-0001/acpidump-0001.log
index d21b040..a92add6 100644
--- a/fwts-test/dbg2-0001/acpidump-0001.log
+++ b/fwts-test/dbg2-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
@@ -3708,4 +3708,3 @@  DSDT @ 0x00000000
   e580: 53 33 5f 08 5f 53 33 5f 12 07 04 0a 05 00 00 00  S3_._S3_........
   e590: a0 12 53 53 34 5f 08 5f 53 34 5f 12 07 04 0a 06  ..SS4_._S4_.....
   e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00  ...._S5_........
-  e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00                                                  ...._S5_........
diff --git a/fwts-test/dbg2-0001/acpidump-0002.log b/fwts-test/dbg2-0001/acpidump-0002.log
index 75f1299..bc373fe 100644
--- a/fwts-test/dbg2-0001/acpidump-0002.log
+++ b/fwts-test/dbg2-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
@@ -3708,4 +3708,3 @@  DSDT @ 0x00000000
   e580: 53 33 5f 08 5f 53 33 5f 12 07 04 0a 05 00 00 00  S3_._S3_........
   e590: a0 12 53 53 34 5f 08 5f 53 34 5f 12 07 04 0a 06  ..SS4_._S4_.....
   e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00  ...._S5_........
-  e5a0: 00 00 00 08 5f 53 35 5f 12 07 04 0a 07 00 00 00                                                  ...._S5_........
diff --git a/fwts-test/dbgp-0001/acpidump-0001.log b/fwts-test/dbgp-0001/acpidump-0001.log
index 87441e8..75fa722 100644
--- a/fwts-test/dbgp-0001/acpidump-0001.log
+++ b/fwts-test/dbgp-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/dbgp-0001/acpidump-0002.log b/fwts-test/dbgp-0001/acpidump-0002.log
index 878f42c..824dad9 100644
--- a/fwts-test/dbgp-0001/acpidump-0002.log
+++ b/fwts-test/dbgp-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/erst-0001/acpidump-0001.log b/fwts-test/erst-0001/acpidump-0001.log
index 87bbfe1..77df4ed 100644
--- a/fwts-test/erst-0001/acpidump-0001.log
+++ b/fwts-test/erst-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
@@ -59,4 +59,4 @@  ERST @ 0x00000000
   0200: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
   0210: 0f 00 00 00 00 40 00 04 60 30 62 bf 00 00 00 00  .....@..`0b.....
   0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
-  0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff   
+  0230: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff   
diff --git a/fwts-test/erst-0001/acpidump-0002.log b/fwts-test/erst-0001/acpidump-0002.log
index c6a4059..66bda0a 100644
--- a/fwts-test/erst-0001/acpidump-0002.log
+++ b/fwts-test/erst-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
@@ -59,4 +59,4 @@  ERST @ 0x00000000
   0200: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
   0210: 0f 00 00 00 00 40 00 04 60 30 62 bf 00 00 00 00  .....@..`0b.....
   0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff  ................
-  0220: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff   
+  0230: 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff   
diff --git a/fwts-test/hest-0001/acpidump-0001.log b/fwts-test/hest-0001/acpidump-0001.log
index 57ab66d..ecd37f8 100644
--- a/fwts-test/hest-0001/acpidump-0001.log
+++ b/fwts-test/hest-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/hest-0001/acpidump-0002.log b/fwts-test/hest-0001/acpidump-0002.log
index f98b873..3117ebe 100644
--- a/fwts-test/hest-0001/acpidump-0002.log
+++ b/fwts-test/hest-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/lpit-0001/acpidump-0001.log b/fwts-test/lpit-0001/acpidump-0001.log
index 9bdf39b..51440a6 100644
--- a/fwts-test/lpit-0001/acpidump-0001.log
+++ b/fwts-test/lpit-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/lpit-0001/acpidump-0002.log b/fwts-test/lpit-0001/acpidump-0002.log
index 43b48a4..5f4b3ee 100644
--- a/fwts-test/lpit-0001/acpidump-0002.log
+++ b/fwts-test/lpit-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/msdm-0001/acpidump-0001.log b/fwts-test/msdm-0001/acpidump-0001.log
index ce4cd09..faa9b4b 100644
--- a/fwts-test/msdm-0001/acpidump-0001.log
+++ b/fwts-test/msdm-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/msdm-0001/acpidump-0002.log b/fwts-test/msdm-0001/acpidump-0002.log
index 99dc2b0..4cb21bd 100644
--- a/fwts-test/msdm-0001/acpidump-0002.log
+++ b/fwts-test/msdm-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/sbst-0001/acpidump-0001.log b/fwts-test/sbst-0001/acpidump-0001.log
index 26feeca..973e6a7 100644
--- a/fwts-test/sbst-0001/acpidump-0001.log
+++ b/fwts-test/sbst-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/sbst-0001/acpidump-0002.log b/fwts-test/sbst-0001/acpidump-0002.log
index 0e8e274..d0a43fe 100644
--- a/fwts-test/sbst-0001/acpidump-0002.log
+++ b/fwts-test/sbst-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/slic-0001/acpidump-0001.log b/fwts-test/slic-0001/acpidump-0001.log
index 088d96e..21908bc 100644
--- a/fwts-test/slic-0001/acpidump-0001.log
+++ b/fwts-test/slic-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/slic-0001/acpidump-0002.log b/fwts-test/slic-0001/acpidump-0002.log
index de858d2..aad4ec5 100644
--- a/fwts-test/slic-0001/acpidump-0002.log
+++ b/fwts-test/slic-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/slit-0001/acpidump-0001.log b/fwts-test/slit-0001/acpidump-0001.log
index 9c8ca31..609f806 100644
--- a/fwts-test/slit-0001/acpidump-0001.log
+++ b/fwts-test/slit-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/slit-0001/acpidump-0002.log b/fwts-test/slit-0001/acpidump-0002.log
index 4498172..fbfc76d 100644
--- a/fwts-test/slit-0001/acpidump-0002.log
+++ b/fwts-test/slit-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/spcr-0001/acpidump-0001.log b/fwts-test/spcr-0001/acpidump-0001.log
index 07252f0..bd8ba73 100644
--- a/fwts-test/spcr-0001/acpidump-0001.log
+++ b/fwts-test/spcr-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/spcr-0001/acpidump-0002.log b/fwts-test/spcr-0001/acpidump-0002.log
index 50e42bb..2fe653a 100644
--- a/fwts-test/spcr-0001/acpidump-0002.log
+++ b/fwts-test/spcr-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/srat-0001/acpidump-0001.log b/fwts-test/srat-0001/acpidump-0001.log
index f9d41dc..20f3459 100644
--- a/fwts-test/srat-0001/acpidump-0001.log
+++ b/fwts-test/srat-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/srat-0001/acpidump-0002.log b/fwts-test/srat-0001/acpidump-0002.log
index dca9504..1b33aac 100644
--- a/fwts-test/srat-0001/acpidump-0002.log
+++ b/fwts-test/srat-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/tcpa-0001/acpidump-0001.log b/fwts-test/tcpa-0001/acpidump-0001.log
index 7097a12..3880e3e 100644
--- a/fwts-test/tcpa-0001/acpidump-0001.log
+++ b/fwts-test/tcpa-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/tcpa-0001/acpidump-0002.log b/fwts-test/tcpa-0001/acpidump-0002.log
index 6439e64..96ce331 100644
--- a/fwts-test/tcpa-0001/acpidump-0002.log
+++ b/fwts-test/tcpa-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/waet-0001/acpidump-0001.log b/fwts-test/waet-0001/acpidump-0001.log
index 6f9776f..4728f5a 100644
--- a/fwts-test/waet-0001/acpidump-0001.log
+++ b/fwts-test/waet-0001/acpidump-0001.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/waet-0001/acpidump-0002.log b/fwts-test/waet-0001/acpidump-0002.log
index cfc8af2..d8a81b8 100644
--- a/fwts-test/waet-0001/acpidump-0002.log
+++ b/fwts-test/waet-0001/acpidump-0002.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/waet-0001/acpidump-0003.log b/fwts-test/waet-0001/acpidump-0003.log
index cf12805..201a29f 100644
--- a/fwts-test/waet-0001/acpidump-0003.log
+++ b/fwts-test/waet-0001/acpidump-0003.log
@@ -3,7 +3,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 03 f9 41 4d 44 20 20 20  FACP......AMD   
diff --git a/fwts-test/wmi-0001/acpidump-0002.log b/fwts-test/wmi-0001/acpidump-0002.log
index f0e79b1..070e27f 100644
--- a/fwts-test/wmi-0001/acpidump-0002.log
+++ b/fwts-test/wmi-0001/acpidump-0002.log
@@ -4387,7 +4387,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
 
 HPET @ 0x00000000
   0000: 48 50 45 54 38 00 00 00 01 66 5f 41 53 55 53 5f  HPET8....f_ASUS_
diff --git a/fwts-test/wmi-0001/acpidump-0003.log b/fwts-test/wmi-0001/acpidump-0003.log
index fc1328e..b5c0ee2 100644
--- a/fwts-test/wmi-0001/acpidump-0003.log
+++ b/fwts-test/wmi-0001/acpidump-0003.log
@@ -3962,7 +3962,7 @@  FACS @ 0x00000000
   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
+  0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
 
 FACP @ 0x00000000
   0000: 46 41 43 50 f4 00 00 00 04 2f 44 45 4c 4c 20 20  FACP...../DELL  
@@ -4034,7 +4034,7 @@  SBST @ 0x00000000
   0000: 53 42 53 54 30 00 00 00 01 c3 44 45 4c 4c 20 20  SBST0.....DELL  
   0010: 51 41 30 39 20 20 20 00 02 00 00 00 50 54 4c 20  QA09   .....PTL 
   0020: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
-  0020: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
+  0030: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                                                  ................
 
 UEFI1 @ 0x00000000
   0000: 55 45 46 49 3e 00 00 00 01 0b 44 45 4c 4c 20 20  UEFI>.....DELL  
@@ -4606,4 +4606,4 @@  UEFI3 @ 0x00000000
   0210: 63 fd 9c 7c 96 6e 42 8e 65 48 9d 6c 4f 80 05 2f  c..|.nB.eH.lO../
   0220: 2c 0e ec 9a 91 b8 9c 93 4b 47 a9 18 29 9f b2 65  ,.......KG..)..e
   0230: 93 6c 8a 8c 3c 24 d0 bb a9 4a be 17 cf 9b 58 31  .l..<$...J....X1
-  0240: 30 ec                                            0.
\ No newline at end of file
+  0240: 30 ec                                            0.