Update to 20190509 version from upstream
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
c4eca0e1b7
commit
7eb2dc8b3a
2
.gitignore
vendored
2
.gitignore
vendored
@ -113,3 +113,5 @@ series
|
||||
/acpitests-unix-20190329.tar.gz
|
||||
/acpica-unix2-20190405.tar.gz
|
||||
/acpitests-unix-20190405.tar.gz
|
||||
/acpica-unix2-20190509.tar.gz
|
||||
/acpitests-unix-20190509.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: acpica-tools
|
||||
Version: 20190405
|
||||
Version: 20190509
|
||||
Release: 1%{?dist}
|
||||
Summary: ACPICA tools for the development and debug of ACPI tables
|
||||
|
||||
@ -237,6 +237,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 11 2019 Al Stone <ahs3@redhat.com> - 20190509-1
|
||||
- Update to 20190509 source tree, including patch refeshes.
|
||||
|
||||
* Fri May 10 2019 Al Stone <ahs3@redhat.com> - 20190405-1
|
||||
- Update to 20190405 source tree, including patch refeshes.
|
||||
|
||||
|
@ -1,6 +1,18 @@
|
||||
badcode.asl 25: Mutex (MTX1, 32)
|
||||
Error 6125 - ^ SyncLevel must be in the range 0-15
|
||||
|
||||
badcode.asl 29: Name (BIG, 0x1234567887654321)
|
||||
Warning 3038 - ^ Truncating 64-bit constant found in 32-bit table
|
||||
|
||||
badcode.asl 33: Name (PKG1, Package(5) {0,1})
|
||||
Remark 2063 - ^ Initializer list shorter than declared package length
|
||||
|
||||
badcode.asl 37: Name (PATH, Buffer() {"\_SB_.PCI2._CRS"})
|
||||
Warning 3046 - ^ Invalid or unknown escape sequence
|
||||
|
||||
badcode.asl 41: Name (ESC1, "abcdefg\x00hijklmn")
|
||||
Warning 3055 - ^ Invalid Hex/Octal Escape - Non-ASCII or NULL
|
||||
|
||||
badcode.asl 49: FLD1, 8
|
||||
Error 6030 - ^ Access width of Field Unit extends beyond region limit
|
||||
|
||||
@ -10,6 +22,9 @@ Error 6100 - ^ Host Operation Region requires ByteAcc access
|
||||
badcode.asl 60: Field (OPR3, WordAcc, NoLock, Preserve)
|
||||
Error 6099 - ^ Host Operation Region requires BufferAcc access
|
||||
|
||||
badcode.asl 67: Method (MTH1, 0, NotSerialized, 32)
|
||||
Error 6125 - SyncLevel must be in the range 0-15 ^
|
||||
|
||||
badcode.asl 71: Store (Arg3, Local0)
|
||||
Warning 3144 - ^ Method Local is set but never used (Local0)
|
||||
|
||||
@ -35,7 +50,7 @@ badcode.asl 80: CreateField (BUF1, 0, Subtract (4, 4), FLD1)
|
||||
Remark 2089 - Object is not referenced ^ (Name [FLD1] is within a method [MTH1])
|
||||
|
||||
badcode.asl 80: CreateField (BUF1, 0, Subtract (4, 4), FLD1)
|
||||
Error 6083 - Operand evaluates to zero ^
|
||||
Warning 3083 - Field length must be non-zero ^
|
||||
|
||||
badcode.asl 84: Acquire (MTX1, 100)
|
||||
Warning 3130 - ^ Result is not used, possible operator timeout will be missed
|
||||
@ -49,9 +64,15 @@ Error 6114 - ^ Result is not used, operator has no effect
|
||||
badcode.asl 94: Store (5, INT1)
|
||||
Warning 3134 - ^ Statement is unreachable
|
||||
|
||||
badcode.asl 97: Method (MTH2)
|
||||
Remark 2119 - ^ Control Method marked Serialized (Due to use of Switch operator)
|
||||
|
||||
badcode.asl 97: Method (MTH2)
|
||||
Warning 3115 - ^ Not all control paths return a value (MTH2)
|
||||
|
||||
badcode.asl 101: Switch (ToInteger (INT1))
|
||||
Error 6078 - ^ No Case statements under Switch
|
||||
|
||||
badcode.asl 120: Store (MTH2 (), Local0)
|
||||
Warning 3144 - ^ Method Local is set but never used (Local0)
|
||||
|
||||
@ -130,6 +151,63 @@ Warning 3141 - ^ Missing dependency (Device object requires a _
|
||||
badcode.asl 205: Method (_REG, 2)
|
||||
Warning 3079 - ^ _REG has no corresponding Operation Region
|
||||
|
||||
badcode.asl 219: StartDependentFn (0, 0)
|
||||
Error 6019 - ^ Dependent function macros cannot be nested
|
||||
|
||||
badcode.asl 225: })
|
||||
Error 6070 - ^ Missing EndDependentFn() macro in dependent resource list
|
||||
|
||||
badcode.asl 242: 0x00002000, // Length
|
||||
Error 6049 - ^ Length is larger than Min/Max window
|
||||
|
||||
badcode.asl 247: 0x00001001, // Range Minimum
|
||||
Error 6001 - ^ Must be a multiple of alignment/granularity value
|
||||
|
||||
badcode.asl 248: 0x00002002, // Range Maximum
|
||||
Error 6001 - ^ Must be a multiple of alignment/granularity value
|
||||
|
||||
badcode.asl 255: 0xFFFF, // Address
|
||||
Warning 3060 - ^ Maximum 10-bit ISA address (0x3FF)
|
||||
|
||||
badcode.asl 264: 0x05 // Access Size
|
||||
Error 6042 - ^ Invalid AccessSize (Maximum is 4 - QWord access)
|
||||
|
||||
badcode.asl 268: QWordSpace (0xB0, ResourceConsumer, PosDecode, MinFixed, MaxFixed, 0xA5,
|
||||
Error 6139 - Constant out of range ^ (0xB0, allowable: 0xC0-0xFF)
|
||||
|
||||
badcode.asl 279: 0x0200, // Range Minimum
|
||||
Error 6051 - ^ Address Min is greater than Address Max
|
||||
|
||||
badcode.asl 291: 0x00001002, // Length
|
||||
Error 6049 - ^ Length is larger than Min/Max window
|
||||
|
||||
badcode.asl 296: 0x00000010,
|
||||
Error 6048 - ^ Granularity must be zero or a power of two minus one
|
||||
|
||||
badcode.asl 305: 0x0000000000000B02, // Range Minimum
|
||||
Error 6001 - ^ Must be a multiple of alignment/granularity value
|
||||
|
||||
badcode.asl 315: 0x00000000002FFFFE, // Range Maximum
|
||||
Error 6001 - ^ Must be a multiple of alignment/granularity value (-1)
|
||||
|
||||
badcode.asl 326: 0x00000000, // Length
|
||||
Error 6043 - ^ Invalid combination of Length and Min/Max fixed flags
|
||||
|
||||
badcode.asl 335: 0x00000100, // Length
|
||||
Error 6043 - ^ Invalid combination of Length and Min/Max fixed flags
|
||||
|
||||
badcode.asl 344: 0x00000200, // Length
|
||||
Error 6043 - ^ Invalid combination of Length and Min/Max fixed flags
|
||||
|
||||
badcode.asl 349: 0x0000000F, // Granularity
|
||||
Error 6047 - ^ Granularity must be zero for fixed Min/Max
|
||||
|
||||
badcode.asl 358: DWordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
|
||||
Error 6090 - ^ Min/Max/Length/Gran are all zero, but no resource tag
|
||||
|
||||
badcode.asl 368: EndDependentFn ()
|
||||
Error 6071 - ^ Missing StartDependentFn() macro in dependent resource list
|
||||
|
||||
badcode.asl 388: CreateWordField (RSC3, \DWI1._LEN, LEN)
|
||||
Warning 3128 - ResourceTag larger than Field ^ (Size mismatch, Tag: 32 bits, Field: 16 bits)
|
||||
|
||||
@ -185,4 +263,4 @@ Ignoring all errors, forcing AML file generation
|
||||
ASL Input: badcode.asl - 11587 bytes 81 keywords 408 source lines
|
||||
AML Output: badcode.aml - 1195 bytes 20 opcodes 61 named objects
|
||||
|
||||
Compilation successful. 46 Errors, 28 Warnings, 11 Remarks, 16 Optimizations, 1 Constants Folded
|
||||
Compilation successful. 45 Errors, 29 Warnings, 11 Remarks, 16 Optimizations, 1 Constants Folded
|
||||
|
@ -1,15 +1,18 @@
|
||||
converterSample.asl 37: ***********************************************************
|
||||
converterSample.asl 37: Method(MAIN) {
|
||||
Remark 2120 - ^ Control Method should be made Serialized (due to creation of named objects within)
|
||||
|
||||
converterSample.asl 48:
|
||||
converterSample.asl 48: Name(b,0);
|
||||
Remark 2089 - Object is not referenced ^ (Name [B___] is within a method [MAIN])
|
||||
|
||||
converterSample.asl 65: Name (a1, 0x04)
|
||||
converterSample.asl 65: Method(SCOP)
|
||||
Remark 2120 - ^ Control Method should be made Serialized (due to creation of named objects within)
|
||||
|
||||
converterSample.asl 68: ationRegion(GNVS,SystemMemory,0xFFFF0000,0xAA55)
|
||||
converterSample.asl 68: Name (a1, 0x04)
|
||||
Remark 2089 - Object is not referenced ^ (Name [A1__] is within a method [SCOP])
|
||||
|
||||
converterSample.asl 76: Offset(0),//c37
|
||||
Remark 2158 - ^ Unnecessary/redundant use of Offset operator
|
||||
|
||||
|
||||
Intel ACPI Component Architecture
|
||||
ASL+ Optimizing Compiler/Disassembler version VVVVVVVV
|
||||
|
@ -1,4 +1,10 @@
|
||||
ACPI Warning: NsLookup: Type mismatch on OPR2 (Region), searching for (BankField) (20190405/nsaccess-728)
|
||||
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)
|
||||
grammar.asl 120: Device (A1)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
@ -29,6 +35,12 @@ Remark 2089 - ^ Object is not referenced (Name [_STR] is w
|
||||
grammar.asl 515: Store (MFLD, Local0)
|
||||
Warning 3144 - ^ Method Local is set but never used (Local0)
|
||||
|
||||
grammar.asl 522: NAME (ESC1, "abcdefg\x00hijklmn")
|
||||
Warning 3055 - ^ Invalid Hex/Octal Escape - Non-ASCII or NULL
|
||||
|
||||
grammar.asl 523: NAME (ESC2, "abcdefg\000hijklmn")
|
||||
Warning 3055 - ^ Invalid Hex/Octal Escape - Non-ASCII or NULL
|
||||
|
||||
grammar.asl 620: RCIV (Subtract (Arg0, 1))
|
||||
Remark 2098 - ^ Recursive method call (RCIV)
|
||||
|
||||
@ -95,6 +107,12 @@ Remark 2089 - Object is not referenced ^ (Name [MTX2] is within a method [O
|
||||
grammar.asl 1329: CreateField (BUF2, 148, 96, FLD3)
|
||||
Remark 2089 - Object is not referenced ^ (Name [FLD3] is within a method [FLDS])
|
||||
|
||||
grammar.asl 1394: Store (0x1234567887654321, QWD2)
|
||||
Warning 3038 - ^ Truncating 64-bit constant found in 32-bit table
|
||||
|
||||
grammar.asl 1396: if (LNotEqual (Local0, 0x1234567887654321))
|
||||
Warning 3038 - Truncating 64-bit constant found in 32-bit table ^
|
||||
|
||||
grammar.asl 1476: SizeOf (BUFO)
|
||||
Error 6114 - ^ Result is not used, operator has no effect
|
||||
|
||||
@ -287,6 +305,9 @@ Warning 3144 - Method Local is set but never used ^ (Local6)
|
||||
grammar.asl 6393: Device (IDX5)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6478: Name (_CRS, Buffer(26) {"\_SB_.PCI2._CRS..........."})
|
||||
Warning 3046 - Invalid or unknown escape sequence ^
|
||||
|
||||
grammar.asl 6709: Device (BITI)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (acpica-unix2-20190405.tar.gz) = 341538f6830415f84f35d823ad80ae8fcb222f7404d9239e9fb2a326974416463ff2e175b8a442c452a974dc5411e8b86e1b8a007d799796138e41916c39a427
|
||||
SHA512 (acpitests-unix-20190405.tar.gz) = 75c2b19c8c6fdb9a02260320e1edca611a5eaf775e635b1e2e38b84b7243237e5036e42d50b59b723038f2ac63c3f0b29b4258ac624b19b30a55537874dd27e3
|
||||
SHA512 (acpica-unix2-20190509.tar.gz) = 0c3433dc5afd4bb43272c22468515af4914e6c90fcc649dbd62915f911a2e5e553a40f334882c1411d3f0157e06e3879bf4a79b898cdb9cdb4f34430458a2f18
|
||||
SHA512 (acpitests-unix-20190509.tar.gz) = 278d1c65c9a9ea77fb99bcc58347cf2a160d2dfeb0c27560688fcb2c3d7bd3613b2470c9ab4939e2c59bee8929fd639fa2c8d78660ad96658c010b6c73bd3fcf
|
||||
|
Loading…
Reference in New Issue
Block a user