Commit Graph

144 Commits

Author SHA256 Message Date
Dominique Leuenberger
88eac83dc4 Accepting request 947363 from hardware
- Update build dependencies (add zlib)

OBS-URL: https://build.opensuse.org/request/show/947363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=66
2022-01-19 23:12:16 +00:00
Martin Pluskal
fb91bed37e - Update build dependencies (add zlib)
OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=138
2022-01-19 07:32:19 +00:00
Dominique Leuenberger
9673974d74 Accepting request 941804 from hardware
- Update to version 21.12.00:
  * lib: fwts_version.h - update to V21.12.00
  * debian: update changelog
  * dmicheck: skip scanning smbios in /dev/mem on aarch64
  * s3: increase s2idle_residency to u64 to avoid overflows
  * s3: fix incorrect error messages for s2idle_residency
  * acpi: uniqueid: clean up pedantic static analysis warnings
  * s4: clean up pedantic static analysis warnings

OBS-URL: https://build.opensuse.org/request/show/941804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=65
2021-12-21 17:40:43 +00:00
Martin Pluskal
703fd15c93 - Update to version 21.12.00:
* lib: fwts_version.h - update to V21.12.00
  * debian: update changelog
  * dmicheck: skip scanning smbios in /dev/mem on aarch64
  * s3: increase s2idle_residency to u64 to avoid overflows
  * s3: fix incorrect error messages for s2idle_residency
  * acpi: uniqueid: clean up pedantic static analysis warnings
  * s4: clean up pedantic static analysis warnings

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=137
2021-12-21 09:39:11 +00:00
Dominique Leuenberger
090b718d2e Accepting request 935382 from hardware
- Update to version 21.11.00:
  * lib: fwts_version.h - update to V21.11.00
  * debian: update changelog
  * auto-packager:mkpackage.sh: add jammy
  * fwts-test: sync up the adding sleep type for s2idle testing
  * s3: add sleep type setting for testing with s3 or s2idle
  * acpi: madt: De-initialise ACPICA core engine in case of error.
  * lib: fwts_smbios: fix loading SMBIOS table from uefi
  * acpi: uniqueid: skip comparison of _HID and _CID of the same device
  * ACPICA: Update to version 20210930

OBS-URL: https://build.opensuse.org/request/show/935382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=64
2021-12-03 19:35:41 +00:00
Martin Pluskal
38604f945b OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=136 2021-12-03 07:25:01 +00:00
Martin Pluskal
4238e17c32 - Update to version 21.11.00:
* lib: fwts_version.h - update to V21.11.00
  * debian: update changelog

- Update to version 21.09.00:
  * auto-packager:mkpackage.sh: add jammy
  * fwts-test: sync up the adding sleep type for s2idle testing
  * s3: add sleep type setting for testing with s3 or s2idle
  * acpi: madt: De-initialise ACPICA core engine in case of error.

- Update to version 21.09.00:
  * lib: fwts_smbios: fix loading SMBIOS table from uefi
  * acpi: uniqueid: skip comparison of _HID and _CID of the same device

- Update to version 21.09.00:
  * ACPICA: Update to version 20210930

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=135
2021-12-03 07:24:12 +00:00
Dominique Leuenberger
f095465113 Accepting request 922126 from hardware
- Update to version 21.09.00:
  * snapcraft: Fix incorrect core20 library path
  * snapcraft: fix path to fwts
  * lib: fwts_version.h - update to V21.09.00
  * debian: update changelog
  * acpi: replace fwts_firmware_detect() by fw->firmware_type
  * lib: fwts_firmware: fix incorrect comments for fwts_firmware_detect
  * uefi: uefirtmisc: reduce scope of some variables
  * uefi: securebootcert: make some function arguments const
  * src/pci/smccc: reduce scope of variable ret
  * bios: smm: remove redundant variable n
  * acpi: iort: constify some function arguments
  * acpi: dmar: constify a pointer argument in acpi_parse_dev_scope
  * acpi: cstates: remove redundant null check on entry
  * smccc_test: fix missing ) in pr_info call
  * opal: clean up some coding style issues
  * opal: Fix a few memory leaks on asprint allocated buffers
  * acpi: s3power: clean up pedantic static analysis warnings
  * uefirtvariable: clean up pedantic static analysis warnings
  * opal: mem_info: clean up pedantic static analysis warnings
  * fwts_devicetree: clean up static analysis warning
  * fwts_acpi_tables: NULLify table pointers
  * snapcraft: update to use core20
  * lib: use <poll.h> rather than <sys/poll.h>

- Update to version 21.08.00:
  * Manual: update number of tests, date and remove double spaces
  * debian/control: Add device-tree-compiler as dependency for armel/armhf/arm64
  * fwts_firmware: Rework Devicetree firmware detection
  * Enable dt_sysinfo test for Power only

OBS-URL: https://build.opensuse.org/request/show/922126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=63
2021-09-29 18:19:07 +00:00
Martin Pluskal
9e88d2922f - Update to version 21.09.00:
* snapcraft: Fix incorrect core20 library path
  * snapcraft: fix path to fwts
  * lib: fwts_version.h - update to V21.09.00
  * debian: update changelog
  * acpi: replace fwts_firmware_detect() by fw->firmware_type
  * lib: fwts_firmware: fix incorrect comments for fwts_firmware_detect
  * uefi: uefirtmisc: reduce scope of some variables
  * uefi: securebootcert: make some function arguments const
  * src/pci/smccc: reduce scope of variable ret
  * bios: smm: remove redundant variable n
  * acpi: iort: constify some function arguments
  * acpi: dmar: constify a pointer argument in acpi_parse_dev_scope
  * acpi: cstates: remove redundant null check on entry
  * smccc_test: fix missing ) in pr_info call
  * opal: clean up some coding style issues
  * opal: Fix a few memory leaks on asprint allocated buffers
  * acpi: s3power: clean up pedantic static analysis warnings
  * uefirtvariable: clean up pedantic static analysis warnings
  * opal: mem_info: clean up pedantic static analysis warnings
  * fwts_devicetree: clean up static analysis warning
  * fwts_acpi_tables: NULLify table pointers
  * snapcraft: update to use core20
  * lib: use <poll.h> rather than <sys/poll.h>

- Update to version 21.08.00:
  * Manual: update number of tests, date and remove double spaces
  * debian/control: Add device-tree-compiler as dependency for armel/armhf/arm64
  * fwts_firmware: Rework Devicetree firmware detection
  * Enable dt_sysinfo test for Power only

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=134
2021-09-29 08:21:49 +00:00
Dominique Leuenberger
5a82c07eba Accepting request 914215 from hardware
- Update to version 21.08.00:
  * lib: fwts_version.h - update to V21.08.00
  * debian: update changelog
  * ARM64 SMCCC firmware API tests
  * bios: smm: fix indentation
  * acpi: sbbr: refactor by fwts_get_fadt_version
  * lib: fwts_acpi_tables: add a function to get FADT versions
  * acpi: fadt: remove hard-coded FADT version
  * acpi: fadt: clarify comments of FACS and HW-reduced mode
  * acpi: dmar: add a warning when PCI device is not found

OBS-URL: https://build.opensuse.org/request/show/914215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=62
2021-08-25 18:58:28 +00:00
Martin Pluskal
c71bb4859b - Update to version 21.08.00:
* lib: fwts_version.h - update to V21.08.00
  * debian: update changelog
  * ARM64 SMCCC firmware API tests
  * bios: smm: fix indentation
  * acpi: sbbr: refactor by fwts_get_fadt_version
  * lib: fwts_acpi_tables: add a function to get FADT versions
  * acpi: fadt: remove hard-coded FADT version
  * acpi: fadt: clarify comments of FACS and HW-reduced mode
  * acpi: dmar: add a warning when PCI device is not found

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=133
2021-08-25 11:19:44 +00:00
Dominique Leuenberger
74a62b6b49 Accepting request 910088 from hardware
- Update to version 21.07.00:
  * ACPICA: Update to version 20210730
  * uefirttime: Fix incorrect error messages for invalid time test
  * fwts-test: sync up with updates in fwts_wmi_known_guids
  * acpi/wmi: update WMI known GUIDs from Linux kernel 5.14-rc1
  * sbbr: remove pm_file test (not required in BBR 1.0)
  * lib: fwts_version.h - update to V21.07.00
  * debian: update changelog
  * auto-packager: mkpackage.sh: remove groovy
  * uefirttime: add advice for the timezone 2047 failure (LP: #1933503)
  * fwts-test: sync up with DBG2 changes from BSA updates
  * fwts_acpi_tables: skip FACS warning for reduced hardware
  * acpi: method: Make _AEI test optional for SBBR
  * acpi: dbg2: Allow 16550 compatible serial port in DBG2
  * acpi: method: Make method_test_ADR() optional
  * sbbr: adjust signature name for MADT
  * sbbr: remove SSDT from mandatory list
  * sbbr: acpitables: add new recommended tables
  * acpi: acpitables: add advices for table revision tests

OBS-URL: https://build.opensuse.org/request/show/910088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=61
2021-08-04 20:28:49 +00:00
Martin Pluskal
778ca56914 - Update to version 21.07.00:
* ACPICA: Update to version 20210730
  * uefirttime: Fix incorrect error messages for invalid time test
  * fwts-test: sync up with updates in fwts_wmi_known_guids
  * acpi/wmi: update WMI known GUIDs from Linux kernel 5.14-rc1
  * sbbr: remove pm_file test (not required in BBR 1.0)
  * lib: fwts_version.h - update to V21.07.00
  * debian: update changelog
  * auto-packager: mkpackage.sh: remove groovy
  * uefirttime: add advice for the timezone 2047 failure (LP: #1933503)
  * fwts-test: sync up with DBG2 changes from BSA updates
  * fwts_acpi_tables: skip FACS warning for reduced hardware
  * acpi: method: Make _AEI test optional for SBBR
  * acpi: dbg2: Allow 16550 compatible serial port in DBG2
  * acpi: method: Make method_test_ADR() optional
  * sbbr: adjust signature name for MADT
  * sbbr: remove SSDT from mandatory list
  * sbbr: acpitables: add new recommended tables
  * acpi: acpitables: add advices for table revision tests

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=132
2021-08-04 08:06:48 +00:00
Dominique Leuenberger
a30cdd6b95 Accepting request 901331 from hardware
- Update to version 21.06.00:
  * lib: fwts_version.h - update to V21.06.00
  * debian: update changelog
  * fwts_acpi_tables: memcpy 4 char ACPI table name
  * Remove complex disabling of ACPI for non-ACPI targets
  * Debian: move source lintian overrides file to source
  * Add lintian overrides for ldconfig trigger warning
  * Debian: control: update Standards-Version to 4.1.0
  * Debian: update compat level to 9
  * Debian: add Rules-Requires-Root field to control file
  * Debian: add project Homepage field to control file
  * debian/copyright: use secure https url specifier
  * Debian: remove spaces at end of lines of control file
  * Debian: remove spaces at end of lines of changelong
  * auto-packager: mkpackage.sh: remove xenial
  * live-image: add "TPM tests" to root menu
  * live-image: add utils tests to "Selected" menu
  * tpmevlog: add to batch tests
  * klog.json: check IRQ requests on irqchip

OBS-URL: https://build.opensuse.org/request/show/901331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=60
2021-06-22 18:45:10 +00:00
Martin Pluskal
7b06fb45b5 - Update to version 21.06.00:
* lib: fwts_version.h - update to V21.06.00
  * debian: update changelog
  * fwts_acpi_tables: memcpy 4 char ACPI table name
  * Remove complex disabling of ACPI for non-ACPI targets
  * Debian: move source lintian overrides file to source
  * Add lintian overrides for ldconfig trigger warning
  * Debian: control: update Standards-Version to 4.1.0
  * Debian: update compat level to 9
  * Debian: add Rules-Requires-Root field to control file
  * Debian: add project Homepage field to control file
  * debian/copyright: use secure https url specifier
  * Debian: remove spaces at end of lines of control file
  * Debian: remove spaces at end of lines of changelong
  * auto-packager: mkpackage.sh: remove xenial
  * live-image: add "TPM tests" to root menu
  * live-image: add utils tests to "Selected" menu
  * tpmevlog: add to batch tests
  * klog.json: check IRQ requests on irqchip

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=130
2021-06-22 12:25:21 +00:00
Dominique Leuenberger
baec87d677 Accepting request 895130 from hardware
- Update to version 21.05.00:
  * lib: fwts_version.h - update to V21.05.00
  * debian: update changelog
  * auto-packager:mkpackage.sh: add impish
  * fwts-test: sync up with dbgp changes
  * acpi: dbgp/spmi: check space ids by fwts_acpi_space_id
  * acpiinfo: update ACPI 6.4 vs. ACPICA versions
  * lib: acpi: fix incorrect actual vs. struct length outputs
  * acpi: shorten helper function names by removing "check"
  * lib: acpi: unify naming style by removing "ACPI"
  * fwts-test: sync up with PMTT refactoring changes
  * acpi: refactor length check by fwts_acpi_structure_length_check
  * acpi: refactor zero length by fwts_acpi_structure_length_zero_check

- Update to version 21.03.00:
  * uefirtvariable: fix memory leak
  * acpi: refactor by fwts_acpi_reserved_type_check
  * acpi: refactor by fwts_acpi_structure_range_check
  * uefirtauthvar: check variable runtime services supported before testing (LP: #1913351)
  * uefirtvariable: check variable runtime services supported before testing (LP: #1913351)
  * uefirtmisc: check misc runtime services supported before testing (LP: #1913351)
  * uefirttime: check time services supported before testing (LP: #1913351)
  * acpi: spcr: accept baud rate 0x0 as a preconfigured state
  * fwts-test: sync up with PMTT rev 2 changes
  * acpi: pmtt: update PMTT to revision 2 (mantis 1975)

OBS-URL: https://build.opensuse.org/request/show/895130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=59
2021-06-01 08:34:55 +00:00
Martin Pluskal
f2156528cb - Update to version 21.05.00:
* lib: fwts_version.h - update to V21.05.00
  * debian: update changelog
  * auto-packager:mkpackage.sh: add impish
  * fwts-test: sync up with dbgp changes
  * acpi: dbgp/spmi: check space ids by fwts_acpi_space_id
  * acpiinfo: update ACPI 6.4 vs. ACPICA versions
  * lib: acpi: fix incorrect actual vs. struct length outputs
  * acpi: shorten helper function names by removing "check"
  * lib: acpi: unify naming style by removing "ACPI"
  * fwts-test: sync up with PMTT refactoring changes
  * acpi: refactor length check by fwts_acpi_structure_length_check
  * acpi: refactor zero length by fwts_acpi_structure_length_zero_check

- Update to version 21.03.00:
  * uefirtvariable: fix memory leak
  * acpi: refactor by fwts_acpi_reserved_type_check
  * acpi: refactor by fwts_acpi_structure_range_check
  * uefirtauthvar: check variable runtime services supported before testing (LP: #1913351)
  * uefirtvariable: check variable runtime services supported before testing (LP: #1913351)
  * uefirtmisc: check misc runtime services supported before testing (LP: #1913351)
  * uefirttime: check time services supported before testing (LP: #1913351)
  * acpi: spcr: accept baud rate 0x0 as a preconfigured state
  * fwts-test: sync up with PMTT rev 2 changes
  * acpi: pmtt: update PMTT to revision 2 (mantis 1975)

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=128
2021-05-24 06:41:55 +00:00
Dominique Leuenberger
5ed8811794 Accepting request 888948 from hardware
- Switch to obs scm _service

OBS-URL: https://build.opensuse.org/request/show/888948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=58
2021-04-28 23:38:11 +00:00
Martin Pluskal
1a7270b374 - Switch to obs scm _service
OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=126
2021-04-28 07:38:25 +00:00
Dominique Leuenberger
d48b61b961 Accepting request 885566 from hardware
- Update to version 21.03.00:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/885566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=57
2021-04-15 14:57:53 +00:00
Martin Pluskal
324e00c0eb - Update to version 21.03.00:
* See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=124
2021-04-15 07:25:01 +00:00
Richard Brown
754def8fdd Accepting request 874975 from hardware
- Update to version 21.02.00:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/874975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=56
2021-02-25 17:29:51 +00:00
Martin Pluskal
47c395bb5f - Update to version 21.02.00:
* See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=122
2021-02-25 07:10:29 +00:00
Dominique Leuenberger
97403f49da Accepting request 865888 from hardware
- Update to version 21.01.00:
  * See provided changelog for detailed list of changes  
- Drop upstreamed patch:
  * acpi-pmtt-fix-infinite-loops-when-length-is-incorrectly-zero.diff

OBS-URL: https://build.opensuse.org/request/show/865888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=55
2021-01-22 20:52:36 +00:00
Martin Pluskal
2a294eb600 - Update to version 21.01.00:
* See provided changelog for detailed list of changes  
- Drop upstreamed patch:
  * acpi-pmtt-fix-infinite-loops-when-length-is-incorrectly-zero.diff

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=120
2021-01-22 09:34:24 +00:00
Dominique Leuenberger
65db26fa44 Accepting request 864074 from hardware
- Add patch fixing bsc#1178442 bsc#1177992
  * acpi-pmtt-fix-infinite-loops-when-length-is-incorrectly-zero.diff

OBS-URL: https://build.opensuse.org/request/show/864074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=54
2021-01-18 14:22:05 +00:00
Martin Pluskal
a21cb6636a - Add patch fixing bsc#1178442 bsc#1177992
* acpi-pmtt-fix-infinite-loops-when-length-is-incorrectly-zero.diff

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=118
2021-01-18 08:40:01 +00:00
Dominique Leuenberger
d59899c9c9 Accepting request 856824 from hardware
- Update to version 20.12.00:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/856824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=53
2020-12-21 09:22:48 +00:00
Martin Pluskal
cdf2264677 - Update to version 20.12.00:
* See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=116
2020-12-18 06:48:45 +00:00
Dominique Leuenberger
6c5cc1c6a5 Accepting request 852067 from hardware
- Fix broken source url and prepare done in previous changes

- add patch fwts-fix-non-acpi.patch
  fix build on non-acpi platforms like ppc64le and s390x 

- Update to version 20.11.00:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/852067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=52
2020-12-01 13:23:44 +00:00
Martin Pluskal
ed23302fd3 - Fix broken source url and prepare done in previous changes
OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=114
2020-12-01 09:43:45 +00:00
Martin Pluskal
adf560d283 Accepting request 851866 from home:oertel:branches:hardware
- add patch fwts-fix-non-acpi.patch
  fix build on non-acpi platforms like ppc64le and s390x 

- Update to version 20.11.00:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/851866
OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=113
2020-11-30 16:06:05 +00:00
Dominique Leuenberger
274a87ae1c Accepting request 836083 from hardware
- Update to version 20.09.00:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/836083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=51
2020-09-23 16:40:43 +00:00
Martin Pluskal
84d1e320c3 - Update to version 20.09.00:
* See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=111
2020-09-22 11:56:59 +00:00
Dominique Leuenberger
a8b83f76aa Accepting request 826008 from hardware
- Update to version 20.07.00:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/826008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=50
2020-08-13 08:17:16 +00:00
Martin Pluskal
d4ce346e40 - Update to version 20.07.00:
* See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=109
2020-08-12 11:15:01 +00:00
Dominique Leuenberger
04b34f1cd7 Accepting request 822064 from hardware
- Update to version 20.06.01:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/822064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=49
2020-07-21 13:50:55 +00:00
Martin Pluskal
314a09fcaa - Update to version 20.06.01:
* See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=107
2020-07-21 10:35:03 +00:00
Dominique Leuenberger
9f51c6d13b Accepting request 809010 from hardware
- Update to version 20.05.00:
  * See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/request/show/809010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=48
2020-06-12 19:37:13 +00:00
Martin Pluskal
68a216c5c9 - Update to version 20.05.00:
* See provided changelog for detailed list of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=105
2020-05-26 12:03:18 +00:00
Dominique Leuenberger
ed48f9574e Accepting request 804965 from hardware
- Update to version 20.03.01:
  * Small fixes

OBS-URL: https://build.opensuse.org/request/show/804965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=47
2020-05-13 20:56:11 +00:00
Martin Pluskal
4f01754de2 - Update to version 20.03.01:
* Small fixes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=103
2020-05-13 07:53:15 +00:00
Dominique Leuenberger
64fe28c3a9 Accepting request 790795 from hardware
- Update to version 20.03.00:
  * Plenty of changes

OBS-URL: https://build.opensuse.org/request/show/790795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=46
2020-04-02 15:43:43 +00:00
Martin Pluskal
901b20d20c - Update to version 20.03.00:
* Plenty of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=101
2020-04-02 07:34:51 +00:00
Dominique Leuenberger
0602df5888 Accepting request 769621 from hardware
- Update to version 20.01.00:
  * Plenty of changes

OBS-URL: https://build.opensuse.org/request/show/769621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=45
2020-02-05 18:41:24 +00:00
Martin Pluskal
cde539d4f3 - Update to version 20.01.00:
* Plenty of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=99
2020-02-03 14:42:23 +00:00
Dominique Leuenberger
64f234cbc6 Accepting request 755228 from hardware
- Update to version 19.12.00:
  * Plenty of changes

OBS-URL: https://build.opensuse.org/request/show/755228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=44
2019-12-09 20:36:44 +00:00
Martin Pluskal
8c4de20027 - Update to version 19.12.00:
* Plenty of changes

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=97
2019-12-09 12:47:49 +00:00
Dominique Leuenberger
19f0766db5 Accepting request 734745 from hardware
- Update to version 19.09.00:
  * acpi/boot: skip ACPI BOOT test on UEFI systems.
  * acpi: s3: fix typo from 6b94bb6a4b13e
  * opal: add more bounds checking and zero pstates array
  * fwtstest: boot-0001: sync with boot table check on efi firmware
- Changes for version 19.08.00:
  * ACPICA: Update to version 20190816
  * auto-packager: mkpackage.sh: remove cosmic
  * efi_runtime: enable KBUILD_MODPOST_WARN=y to workaround build failures
  * ACPICA: Update to version 20190816
  * fwtstest: syntaxcheck-0001: update to keep in sync with ACPICA features
  * README: Add package dependency notes for ARM64

OBS-URL: https://build.opensuse.org/request/show/734745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=43
2019-10-03 12:09:50 +00:00
Martin Pluskal
e869fc7c9a - Update to version 19.09.00:
* acpi/boot: skip ACPI BOOT test on UEFI systems.
  * acpi: s3: fix typo from 6b94bb6a4b13e
  * opal: add more bounds checking and zero pstates array
  * fwtstest: boot-0001: sync with boot table check on efi firmware
- Changes for version 19.08.00:
  * ACPICA: Update to version 20190816
  * auto-packager: mkpackage.sh: remove cosmic
  * efi_runtime: enable KBUILD_MODPOST_WARN=y to workaround build failures
  * ACPICA: Update to version 20190816
  * fwtstest: syntaxcheck-0001: update to keep in sync with ACPICA features
  * README: Add package dependency notes for ARM64

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=95
2019-10-03 08:23:34 +00:00