Message ID | 20240829160908.1526545-3-colin.i.king@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | ACPCIA: Update to version 20240827 | expand |
Acked-by: Ivan Hu <ivan.hu@canonical.com> On 8/30/24 00:09, Colin Ian King wrote: > These fixup changed test results to a fix to a table data offset bug > with the ACPIC SLIC dumping. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > fwts-test/acpidump-0001/acpidump-0001.log | 2 +- > fwts-test/arg-table-path-0001/acpidump-0001.log | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fwts-test/acpidump-0001/acpidump-0001.log b/fwts-test/acpidump-0001/acpidump-0001.log > index 3a1eab84..3e4c01e9 100644 > --- a/fwts-test/acpidump-0001/acpidump-0001.log > +++ b/fwts-test/acpidump-0001/acpidump-0001.log > @@ -329,7 +329,7 @@ acpidump [010h 0016 008h] Oem Table ID : "TP-68 " > acpidump [018h 0024 004h] Oem Revision : 06040000 > acpidump [01Ch 0028 004h] Asl Compiler ID : "TBD " > acpidump [020h 0032 004h] Asl Compiler Revision : 00000001 > -acpidump [024h 0036 152h] Software Licensing Structure : 53 4C 49 43 76 01 00 00 01 99 4C 45 4E 4F 56 4F /* SLICv.....LENOVO */\ > +acpidump [024h 0036 152h] Software Licensing Structure : 00 00 00 00 9C 00 00 00 06 02 00 00 00 24 00 00 /* .............$.. */\ > acpidump > acpidump APIC @ bf6dff70 (104 bytes) (loaded from file) > acpidump ---- > diff --git a/fwts-test/arg-table-path-0001/acpidump-0001.log b/fwts-test/arg-table-path-0001/acpidump-0001.log > index 2005b2ed..78169500 100644 > --- a/fwts-test/arg-table-path-0001/acpidump-0001.log > +++ b/fwts-test/arg-table-path-0001/acpidump-0001.log > @@ -245,7 +245,7 @@ acpidump [024h 0036 004h] ACPI Table Address 0 : BFF00000 > acpidump [024h 0036 004h] OspmFlags (decoded below) : 00000000 > acpidump [024h 0036 008h] Reserved : 0000000000000000 > acpidump [024h 0036 008h] ACPI Table Address 0 : 00000000BFF00000 > -acpidump [024h 0036 152h] Software Licensing Structure : 53 4C 49 43 76 01 00 00 01 99 4C 45 4E 4F 56 4F /* SLICv.....LENOVO */\ > +acpidump [024h 0036 152h] Software Licensing Structure : 00 00 00 00 9C 00 00 00 06 02 00 00 00 24 00 00 /* .............$.. */\ > acpidump [025h 0037 003h] Reserved : 000000 > acpidump [026h 0038 004h] Min Event Log Length : 00010000 > acpidump [028h 0040 001h] Space ID : 00 [SystemMemory]
diff --git a/fwts-test/acpidump-0001/acpidump-0001.log b/fwts-test/acpidump-0001/acpidump-0001.log index 3a1eab84..3e4c01e9 100644 --- a/fwts-test/acpidump-0001/acpidump-0001.log +++ b/fwts-test/acpidump-0001/acpidump-0001.log @@ -329,7 +329,7 @@ acpidump [010h 0016 008h] Oem Table ID : "TP-68 " acpidump [018h 0024 004h] Oem Revision : 06040000 acpidump [01Ch 0028 004h] Asl Compiler ID : "TBD " acpidump [020h 0032 004h] Asl Compiler Revision : 00000001 -acpidump [024h 0036 152h] Software Licensing Structure : 53 4C 49 43 76 01 00 00 01 99 4C 45 4E 4F 56 4F /* SLICv.....LENOVO */\ +acpidump [024h 0036 152h] Software Licensing Structure : 00 00 00 00 9C 00 00 00 06 02 00 00 00 24 00 00 /* .............$.. */\ acpidump acpidump APIC @ bf6dff70 (104 bytes) (loaded from file) acpidump ---- diff --git a/fwts-test/arg-table-path-0001/acpidump-0001.log b/fwts-test/arg-table-path-0001/acpidump-0001.log index 2005b2ed..78169500 100644 --- a/fwts-test/arg-table-path-0001/acpidump-0001.log +++ b/fwts-test/arg-table-path-0001/acpidump-0001.log @@ -245,7 +245,7 @@ acpidump [024h 0036 004h] ACPI Table Address 0 : BFF00000 acpidump [024h 0036 004h] OspmFlags (decoded below) : 00000000 acpidump [024h 0036 008h] Reserved : 0000000000000000 acpidump [024h 0036 008h] ACPI Table Address 0 : 00000000BFF00000 -acpidump [024h 0036 152h] Software Licensing Structure : 53 4C 49 43 76 01 00 00 01 99 4C 45 4E 4F 56 4F /* SLICv.....LENOVO */\ +acpidump [024h 0036 152h] Software Licensing Structure : 00 00 00 00 9C 00 00 00 06 02 00 00 00 24 00 00 /* .............$.. */\ acpidump [025h 0037 003h] Reserved : 000000 acpidump [026h 0038 004h] Min Event Log Length : 00010000 acpidump [028h 0040 001h] Space ID : 00 [SystemMemory]
These fixup changed test results to a fix to a table data offset bug with the ACPIC SLIC dumping. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> --- fwts-test/acpidump-0001/acpidump-0001.log | 2 +- fwts-test/arg-table-path-0001/acpidump-0001.log | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)