2 Commits

Author SHA256 Message Date
6e0e9650f3 Accepting request 1287873 from hardware
- Update to version 25.05.00:
  * fwts: slit: sync up with the slit remove equality checking
  * acpi: slit: remove the checking of the bi-directional equality
  * fwts-test: add regression tests for ASPT v2
  * acpi: aspt: support for the aspt revision 2
  * fwts-test: sync up the aspt revision 1 update
  * acpi: aspt: update ASPT tests for official revision 1 specification
  * lib: fwts_version.h - update to V25.05.00
  * debian: update changelog
  * fwts.h: fix typo verision
  * acpi: madt: fix false FAIL on missing GICC UID for disabled CPUs
  * dmicheck: add total size read checking below maximum allowed
  * auto-packager: mkpackage.sh: add questing
  * autobrightness: fix calloc argument order for GCC 15 compatibility
  * lib: fwts_memorymap: fix failure to retrieve BIOS memory map from dmesg e820
  * lib: fwts_memorymap: fix the unchecked end address for strtoull
  * lib: fwts_log: fix the potential overflow for dumping all log fields
  * kernelscan: fix structurally unreachable code
  * opal: fix the unexpected line format
  * aspm: fix dereference pointer rp_cap before null check
  * lib/fwts_cpu: correct determination of SEV enablement
  * acpi: method: Fix _DDC test arguments
  * cpu/msr: Drop `VM_HSAVE_PA` from consistency checks
  * ACPICA: Update to version 20250404
  * efi_runtime: Fix missing pending status update in getwakeuptime

OBS-URL: https://build.opensuse.org/request/show/1287873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=87
2025-06-23 13:06:05 +00:00
13d73d94a2 - Update to version 25.05.00:
* fwts: slit: sync up with the slit remove equality checking
  * acpi: slit: remove the checking of the bi-directional equality
  * fwts-test: add regression tests for ASPT v2
  * acpi: aspt: support for the aspt revision 2
  * fwts-test: sync up the aspt revision 1 update
  * acpi: aspt: update ASPT tests for official revision 1 specification
  * lib: fwts_version.h - update to V25.05.00
  * debian: update changelog
  * fwts.h: fix typo verision
  * acpi: madt: fix false FAIL on missing GICC UID for disabled CPUs
  * dmicheck: add total size read checking below maximum allowed
  * auto-packager: mkpackage.sh: add questing
  * autobrightness: fix calloc argument order for GCC 15 compatibility
  * lib: fwts_memorymap: fix failure to retrieve BIOS memory map from dmesg e820
  * lib: fwts_memorymap: fix the unchecked end address for strtoull
  * lib: fwts_log: fix the potential overflow for dumping all log fields
  * kernelscan: fix structurally unreachable code
  * opal: fix the unexpected line format
  * aspm: fix dereference pointer rp_cap before null check
  * lib/fwts_cpu: correct determination of SEV enablement
  * acpi: method: Fix _DDC test arguments
  * cpu/msr: Drop `VM_HSAVE_PA` from consistency checks

  * ACPICA: Update to version 20250404
  * efi_runtime: Fix missing pending status update in getwakeuptime

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=183
2025-06-23 08:20:17 +00:00
6 changed files with 37 additions and 8 deletions

View File

@@ -5,4 +5,4 @@
<param name="url">https://github.com/ColinIanKing/fwts.git</param>
<param name="changesrevision">7a824d3b13fb4e33c3970fe560e36d2c65e7fb10</param></service><service name="tar_scm">
<param name="url">https://github.com/fwts/fwts.git</param>
<param name="changesrevision">2c36eccd5c5c6e66afd1fa851f3685d7995d7cd6</param></service></servicedata>
<param name="changesrevision">72a8243073204858c79d809903f1a6926c736911</param></service></servicedata>

Binary file not shown.

3
fwts-25.05.00.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b775f3ff8274ee890579d9dea7d555bbe2926e3f7c4f3e3f9e159c02019f9d48
size 22057997

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Jun 23 08:19:39 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
- Update to version 25.05.00:
* fwts: slit: sync up with the slit remove equality checking
* acpi: slit: remove the checking of the bi-directional equality
* fwts-test: add regression tests for ASPT v2
* acpi: aspt: support for the aspt revision 2
* fwts-test: sync up the aspt revision 1 update
* acpi: aspt: update ASPT tests for official revision 1 specification
* lib: fwts_version.h - update to V25.05.00
* debian: update changelog
* fwts.h: fix typo verision
* acpi: madt: fix false FAIL on missing GICC UID for disabled CPUs
* dmicheck: add total size read checking below maximum allowed
* auto-packager: mkpackage.sh: add questing
* autobrightness: fix calloc argument order for GCC 15 compatibility
* lib: fwts_memorymap: fix failure to retrieve BIOS memory map from dmesg e820
* lib: fwts_memorymap: fix the unchecked end address for strtoull
* lib: fwts_log: fix the potential overflow for dumping all log fields
* kernelscan: fix structurally unreachable code
* opal: fix the unexpected line format
* aspm: fix dereference pointer rp_cap before null check
* lib/fwts_cpu: correct determination of SEV enablement
* acpi: method: Fix _DDC test arguments
* cpu/msr: Drop `VM_HSAVE_PA` from consistency checks
* ACPICA: Update to version 20250404
* efi_runtime: Fix missing pending status update in getwakeuptime
-------------------------------------------------------------------
Tue Apr 8 10:40:09 UTC 2025 - Martin Pluskal <mpluskal@suse.com>

View File

@@ -1,4 +1,4 @@
name: fwts
version: 25.03.00
mtime: 1742958494
commit: 2c36eccd5c5c6e66afd1fa851f3685d7995d7cd6
version: 25.05.00
mtime: 1750646746
commit: 72a8243073204858c79d809903f1a6926c736911

View File

@@ -17,7 +17,7 @@
Name: fwts
Version: 25.03.00
Version: 25.05.00
Release: 0
Summary: Firmware Test Suite
License: GPL-2.0-or-later