diff --git a/_servicedata b/_servicedata index afa803a..4dece6f 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://git.launchpad.net/fwts 3cbc82cb1b73781d0b7a3fd94141f924436eed39 https://github.com/ColinIanKing/fwts.git - 3cbc82cb1b73781d0b7a3fd94141f924436eed39 \ No newline at end of file + 7a824d3b13fb4e33c3970fe560e36d2c65e7fb10 \ No newline at end of file diff --git a/fwts-23.07.00.obscpio b/fwts-23.07.00.obscpio deleted file mode 100644 index 376b905..0000000 --- a/fwts-23.07.00.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:154b8cf8f231a8ffbf54c9cc2b7b83e700323acddea8c3e0e3f8f04f754dc188 -size 21675533 diff --git a/fwts-23.11.00.obscpio b/fwts-23.11.00.obscpio new file mode 100644 index 0000000..6faba9e --- /dev/null +++ b/fwts-23.11.00.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6f397695f693dfe191003e9209d6787c9dc908fd58dd4817e7ed4da8b22b05 +size 21771789 diff --git a/fwts.changes b/fwts.changes index 203f0fe..0d4c0cd 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,87 @@ +------------------------------------------------------------------- +Wed Dec 13 11:58:33 UTC 2023 - Martin Pluskal + +- Update to version 23.11.00: + * snapcraft: add source type for repo + * snapcraft: update the source repo for snap build + * lib: fwts_version.h - update to V23.11.00 + * debian: update changelog + * fwts-test: add regression tests for iBFT + * acpi: ibft: add tests for iBFT table + * auto-packager: mkpackage.sh: add noble + * lib: framework: fix the unclear error message of the results log + * auto-packager: update the fwts git repo + * fwts-test: add regression tests for RAS2 + * acpi: ras2: add test for ACPI RAS2 table + * acpi/wmi: Add WMI GUID for the wmi-bmof driver + * fwts-test: sync up with the klog message update + * fwts-test: sync up the SPTT typo fix + * klog.json: Add some missing power kernel messages to klog database + * klog.json: Add some missing battery kernel messages to klog database + * klog.json: Add some missing bus kernel messages to klog database + * klog.json: Add some missing nsaccess kernel messages to klog database + * klog.json: Add some missing exutils kernel messages to klog database + * klog.json: Add some missing hwregs kernel messages to klog database + * klog.json: Add some missing tbfadt kernel messages to klog database + * klog.json: Add some missing exfield kernel messages to klog database + * klog.json: Add some missing rslist kernel messages to klog database + * klog.json: Add some missing evmisc kernel messages to klog database + * klog.json: Add some missing exmisc kernel messages to klog database + * klog.json: Add some missing efi64 kernel messages to klog database + * klog.json: Add some missing exresolv kernel messages to klog database + * acpi: aspt: fix typo of SPTT + * README: modify the fwts git repository + * klog.json: Add some missinig processor_perflib kernel messages to klog database + * klog.json: Add some missing apmt kernel messages to klog database + * klog.json: Add some missing hest kernel messages to klog database + * lib: fwts_acpi_table: fix fwts_acpi_reserved_zero_array with the input string + * klog.json: Add some missing erst kernel messages to klog database + * klog.json: Add some missing bert kernel messages to klog database + * klog.json: Add some missing einj kernel messages to klog database + * fwts-test: sync up with Recognize Pluton TPM patch + * acpi: Recognize Pluton TPM + * lib: fwts_version.h - update to V23.09.00 + * debian: update changelog + * klog.json: Add some missing ACPI PCI IRQ kernel messages to klog database + * tpmevlog: Correct boundary checking for PCR4 event check + * acpi: ivrs: fix the tests stuck at validate IVRS table + * klog.json: Add some missing dma kernel messages to klog database + * klog.json: Add some missing amba kernel messages to klog database + * klog.json: Add some missing sleep kernel messages to klog database + * klog.json: Add some missing ACPI NFIT kernel messages to klog database + * klog.json: Add some missing processor idle kernel messages to klog database + * klog.json: Add some missing ACPI memory hotplug kernel messages to klog database + * kernelscan: modify some pathes of the scan files + * acpi: madt: add more interrupt controller structure types defined in ACPI 6.5 + * uefi: esrt: fix the last_attempt_status wrongly interpretation of value + * acpi: fadt: remove the tests for expecting smi_cmd is zero + * fwts-test: sync up with iort test to version E.e + * acpi: iort: update IORT table to specification version E.e + * lib: fwts_acpi_object_eval.: fix build fail for ppc64el on mantic + * auto-packager: mkpackage.sh: remove kinetic + * acpi: s3: build fail for unexpected format of argument types for i386 + * fwts-test: sync up with the dumping s3-dump-wakeup-src option + * snapcraft: add snap build for riscv64 + * s3: add dumping the all devices and signed wakeup sources + * s3: add checking the device signed wakeup events + * dmicheck: update supported DMI version to 3.7 + * Upgrade the max value for "Processor Upgrade" to 0x50 + * fwts-test: sync up the spcr test updating to revision 4 + * acpi: spcr: update the spcr tests to lastest revision 4 + * fwts-test: sync up with the phat dumping vendor data modification + * acpi: phat: modify the dumping vendor data format + * klog.json: Add and modify some more e820 kernel messages to klog database + * fwts-test: sync up with phat fix the device path for the health data record + * acpi: phat: fix the device path for the health data record + * uefi: esrtdump: update the LastAttemptStatus values to UEFI spec 2.10 + * acpi: update fadt and madt revisions to ACPI 6.5 + * fwts-test: sync up with update supported port types + * fwts-test: sync up with klog.json ix spelling mistakes found using codespell + * acpi/scpr: spcr->interrupt_type == 0 is valid + * acpi/spcr: Update supported port types + * src/*: Fix various spelling mistakes in source code + * data/klog.json: Fix spelling mistakes found using codespell + ------------------------------------------------------------------- Wed Oct 18 07:46:03 UTC 2023 - Martin Pluskal diff --git a/fwts.obsinfo b/fwts.obsinfo index 8aa2111..8ab85e4 100644 --- a/fwts.obsinfo +++ b/fwts.obsinfo @@ -1,4 +1,4 @@ name: fwts -version: 23.07.00 -mtime: 1688697618 -commit: 3cbc82cb1b73781d0b7a3fd94141f924436eed39 +version: 23.11.00 +mtime: 1701225431 +commit: 7a824d3b13fb4e33c3970fe560e36d2c65e7fb10 diff --git a/fwts.spec b/fwts.spec index b761be7..f008ee8 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,11 +17,10 @@ Name: fwts -Version: 23.07.00 +Version: 23.11.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0-or-later -Group: Development/Tools/Other URL: https://wiki.ubuntu.com/Kernel/Reference/fwts Source0: %{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE fwts-no-compiletime.patch