Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06c0ff2a13 |
2 changed files with 12 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: acpica-tools
|
||||
Version: 20190509
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: ACPICA tools for the development and debug of ACPI tables
|
||||
|
||||
License: GPLv2
|
||||
|
|
@ -239,6 +239,10 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon May 13 2019 Al Stone <ahs3@redhat.com> - 20190509-3
|
||||
- Compiler differences changes the expected results from grammar.asl
|
||||
unexpectedly; fix this for f29 only.
|
||||
|
||||
* Mon May 13 2019 Al Stone <ahs3@redhat.com> - 20190509-2
|
||||
- Added an arm7hl specific fix acenv.h; GCC9 on arm7hl can now deal
|
||||
with misalignments so the unaligned patch could be relaxed a bit
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
ACPI Warning: NsLookup: Type mismatch on GIDX (RegionField), searching for (Region) (20190509/nsaccess-728)
|
||||
ACPI Warning: NsLookup: Type mismatch on IDX2 (RegionField), searching for (Region) (20190509/nsaccess-728)
|
||||
ACPI Warning: NsLookup: Type mismatch on INDX (RegionField), searching for (Region) (20190509/nsaccess-728)
|
||||
ACPI Warning: NsLookup: Type mismatch on AIDX (RegionField), searching for (Region) (20190509/nsaccess-728)
|
||||
ACPI Warning: NsLookup: Type mismatch on C05D (RegionField), searching for (Region) (20190509/nsaccess-728)
|
||||
ACPI Warning: NsLookup: Type mismatch on INDX (RegionField), searching for (Region) (20190509/nsaccess-728)
|
||||
ACPI Warning: NsLookup: Type mismatch on IND2 (RegionField), searching for (Region) (20190509/nsaccess-728)
|
||||
ACPI Warning: NsLookup: Type mismatch on GIDX (RegionField), searching for (Region) (20190509/nsaccess-732)
|
||||
ACPI Warning: NsLookup: Type mismatch on IDX2 (RegionField), searching for (Region) (20190509/nsaccess-732)
|
||||
ACPI Warning: NsLookup: Type mismatch on INDX (RegionField), searching for (Region) (20190509/nsaccess-732)
|
||||
ACPI Warning: NsLookup: Type mismatch on AIDX (RegionField), searching for (Region) (20190509/nsaccess-732)
|
||||
ACPI Warning: NsLookup: Type mismatch on C05D (RegionField), searching for (Region) (20190509/nsaccess-732)
|
||||
ACPI Warning: NsLookup: Type mismatch on INDX (RegionField), searching for (Region) (20190509/nsaccess-732)
|
||||
ACPI Warning: NsLookup: Type mismatch on IND2 (RegionField), searching for (Region) (20190509/nsaccess-732)
|
||||
grammar.asl 120: Device (A1)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue