Commit Graph

8 Commits

Author SHA1 Message Date
Robert Moore
aa94fcaa88 Update badcode.asl example for resource tag length checks.
iASL now checks lengths of fields created against resource tags,
they must match.
2011-09-28 10:11:28 -07:00
Robert Moore
904b85ce87 badcode.asl: update for iASL return value checking change.
Add a new case for a method that returns no value, but one
is expected.
2011-04-13 09:06:21 -07:00
Robert Moore
8fb5b2894d badcode.asl: Show warning for _REG with no region.
Example of warning if a _REG has no corresponding operation region
declaration within the same scope.
2011-03-30 13:09:29 -07:00
Robert Moore
a7064f1a22 Tests: Update badcode.asl for iASL GPE type collision detection.
Add a collision between _Lxx and _Exx names, iASL now detects this.
2011-02-08 13:02:03 -08:00
Robert Moore
ac3a38aaf5 iASL: Warn if reserved method incorrectly returns a value.
Many predefined names are defined such that they do not return
a value. If implemented as a method, issue a warning if such
a name returns a value. ACPICA BZ 855.
2011-01-27 13:45:46 -08:00
Robert Moore
a1d2af4804 Tests: update badcode example file for new iASL error messages.
new _CID/_HID error messages.
2010-11-03 10:38:40 -07:00
Robert Moore
2e7745a40b Tests: Update badcode.asl for new iASL error checks.
New _HID checks and null resource descriptor check.
2010-10-06 08:30:54 -07:00
Robert Moore
6d8374fa06 Tests: Add new file with examples of extended iASL error checking.
Shows advanced error checking ability of iASL. Compiles with no errors
with ASL.
2010-04-23 09:22:19 -07:00