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
fd430272ca
iASL/DTC: Add support for integer expressions and labels.
...
Support for full expressions for all integer fields in all tables.
Support for labels in "generic" portions of tables such as UEFI.
2011-01-21 08:42:11 -08:00
Robert Moore
d41344f1ec
Update all ACPICA copyrights and signons to 2011.
...
Standard ACPICA source modules only.
2011-01-03 14:02:13 -08:00
Robert Moore
79a99d76c8
iASL: Clarify operator timeout error message.
...
Was not clear to many users. ACPICA BZ 893.
2010-12-02 09:55:20 -08:00
Robert Moore
8cc0a33fe7
iASL: Relax alphanumeric restriction on _CID strings.
...
These strings are "bus-specific" per the ACPI specification, therefore
any characters are acceptable. The only checks that can be performed
are for a null string and perhaps for a leading asterisk.
2010-11-03 10:31:30 -07:00
Robert Moore
b66fd716e0
iASL: Add additional _HID/_CID string validation.
...
_HID strings must be 7 or 8 characters. Additional checks for
uppercase non-hex characters. ACPICA BZ 874.
2010-10-05 14:54:39 -07:00
Robert Moore
ab46514ffe
iASL: Move all compiler messages to new file, aslmessages.h
...
All error/warning/remark messages (strings) and the numeric
definitions.
2010-10-01 14:32:20 -07:00