2765 Commits

Author SHA1 Message Date
aystarik
a0e0371912 Fix for RefOf/DeRefOf issue. RefOf now returns an object of type
Reference.


date	2002.06.25.20.57.00;	author rmoore1;	state Exp;
2005-06-29 17:06:08 +00:00
aystarik
b2b545eb37 Changed object types associated with AML Constants (ZeroOp, OnesOp,
etc.) from Reference to Integer.


date	2002.06.07.19.58.00;	author rmoore1;	state Exp;
2005-06-29 17:06:06 +00:00
aystarik
f6381db28f Purged all references to Constants contained in reference objects.
Constants are now converted to integers immediately in the dispatcher.


date	2002.06.07.16.54.00;	author rmoore1;	state Exp;
2005-06-29 17:06:05 +00:00
aystarik
f0a30689d6 Early resolution of AML Constants (Zero, One, Ones, Revision) to
actual integer values.


date	2002.06.06.21.51.00;	author rmoore1;	state Exp;
2005-06-29 17:06:04 +00:00
aystarik
820e31f93e Changes to upgrade 16-bit support
date	2002.05.16.22.30.00;	author rmoore1;	state Exp;
2005-06-29 17:06:03 +00:00
aystarik
420f3f508b Update debug output and add new field to info
date	2002.05.06.20.00.00;	author rmoore1;	state Exp;
2005-06-29 17:06:02 +00:00
aystarik
b4e31621c0 Fourth pass to include lint changes/comments/cleanup (64-bit)
date	2002.04.11.22.57.00;	author rmoore1;	state Exp;
2005-06-29 17:05:59 +00:00
aystarik
ef8a76e9f2 Prefixed C library macros (MEMSET, etc.) with "ACPI_".
date	2002.02.13.18.54.00;	author rmoore1;	state Exp;
2005-06-29 17:05:54 +00:00
aystarik
50323ba0c5 Added call to delete all objects created by a method
date	2001.11.30.22.33.00;	author rmoore1;	state Exp;
2005-06-29 17:05:50 +00:00
aystarik
8bbae44a45 Renamed BankRegisterObj to BankObj; Added Node to Buffer object
date	2001.10.29.22.27.00;	author rmoore1;	state Exp;
2005-06-29 17:05:47 +00:00
aystarik
4a1b205ffd Added "ObjectType" field to OpcodeInfo table; removed "MapOpcode"
functions; Fixed forward reference problem with field names


date	2001.10.22.19.57.00;	author rmoore1;	state Exp;
2005-06-29 17:05:46 +00:00
aystarik
1621e57567 Merged field create code, enhanced create/load dispatch code
date	2001.10.11.21.51.00;	author rmoore1;	state Exp;
2005-06-29 17:05:44 +00:00
aystarik
365cc85076 Split opcode flags into separate class/type/flags fields
date	2001.10.09.17.26.00;	author rmoore1;	state Exp;
2005-06-29 17:05:43 +00:00
aystarik
ab940a0b5b Major rework of the reference count mechanism for internal objects.
date	2001.10.08.18.03.00;	author rmoore1;	state Exp;
2005-06-29 17:05:42 +00:00
aystarik
be2240dd48 Opcode class/type cleanup. Restructuring of math and logic AML
opcodes.  Match op restructured.  Added opcode class dispatch table


date	2001.10.01.16.58.00;	author rmoore1;	state Exp;
2005-06-29 17:05:41 +00:00
aystarik
dcfb5e74da Fix for String case -- string is in an ACPI table and must be marked
so that it won't be deleted.


date	2001.09.03.18.54.00;	author rmoore1;	state Exp;
2005-06-29 17:05:39 +00:00
aystarik
907add2063 Added "const" qualifier to the read-only lookup tables
date	2001.08.24.16.23.00;	author rmoore1;	state Exp;
2005-06-29 17:05:36 +00:00
aystarik
9e5a86ee5c Generic cache routines and common data struct
date	2001.08.14.16.47.00;	author rmoore1;	state Exp;
2005-06-29 17:05:34 +00:00
aystarik
6dd8d3ed92 Cleanup of double indirection
date	2001.07.19.19.57.00;	author rmoore1;	state Exp;
2005-06-29 17:05:33 +00:00
aystarik
9350d9ad56 Miscellaneous 64-bit support
date	2001.07.19.16.42.00;	author rmoore1;	state Exp;
2005-06-29 17:05:31 +00:00
aystarik
7b9d8c7501 UtFormatException obsoleted; AcpiFormatException substituted globally
date	2001.07.06.22.16.00;	author rmoore1;	state Exp;
2005-06-29 17:05:30 +00:00
aystarik
858bfbd804 Cleanup prior to label
date	2001.04.26.23.04.00;	author rmoore1;	state Exp;
2005-06-29 17:05:26 +00:00
aystarik
5148e0087f Renamed some AML opcodes to indicate that they are internal ops only
date	2001.04.16.17.55.00;	author rmoore1;	state Exp;
2005-06-29 17:05:24 +00:00
aystarik
8eb5429208 Another pass at removal of ACPI_HANDLE from low-level CA code
date	2001.03.28.22.02.00;	author rmoore1;	state Exp;
2005-06-29 17:05:23 +00:00
aystarik
32e16f4fd6 Renamed "OpCode" to "Opcode"
date	2001.02.13.21.19.00;	author rmoore1;	state Exp;
2005-06-29 17:05:21 +00:00
aystarik
fabde74b0d Restructured package copy code
date	2001.02.05.21.50.00;	author rmoore1;	state Exp;
2005-06-29 17:05:19 +00:00
aystarik
8da81bb90e Updated 16-bit tools to 64-bits and ACPI 2.0 tables
date	2000.12.20.23.09.00;	author rmoore1;	state Exp;
2005-06-29 17:05:17 +00:00
aystarik
5c683c92bb global fix: declare functions not in headers as static
date	2000.11.07.02.48.00;	author agrover;	state Exp;
2005-06-29 17:05:13 +00:00
aystarik
800aa97418 Support for 64-bit integers enabled. Integers truncated to 32 bits if
parent table is 32-bit.


date	2000.10.30.20.31.00;	author rmoore1;	state Exp;
2005-06-29 17:05:12 +00:00
aystarik
9f19955e52 Physical Addresses changed from void* to UINT64
date	2000.10.27.20.05.00;	author rmoore1;	state Exp;
2005-06-29 17:05:11 +00:00
aystarik
cbb7fcf500 Configurable support for 64-bit ACPI integers (ACPI 2.0)
date	2000.10.11.21.02.00;	author rmoore1;	state Exp;
2005-06-29 17:05:10 +00:00
aystarik
b8f9145531 Zero length buffer warning
date	2000.10.11.16.41.00;	author rmoore1;	state Exp;
2005-06-29 17:05:09 +00:00
aystarik
0402a4a0b9 Added varparams to the _REPORT_xxx interfaces; 16-bit fixes
date	2000.09.20.20.51.00;	author rmoore1;	state Exp;
2005-06-29 17:05:08 +00:00
aystarik
7964d71ddd Ran acpisrc source cleanup
date	2000.09.15.17.15.00;	author rmoore1;	state Exp;
2005-06-29 17:05:07 +00:00
aystarik
8db050162e New init xfaces; JIT CreateField evaluation.
date	2000.09.11.15.15.00;	author rmoore1;	state Exp;
2005-06-29 17:05:06 +00:00
aystarik
a2bd33e34d Cleanup
date	2000.08.11.22.06.00;	author rmoore1;	state Exp;
2005-06-29 17:05:00 +00:00
aystarik
9ce90e2bb0 Modified AcpiDsInitObjectFromOp function to process packages
date	2000.08.08.18.24.00;	author mwalz;	state Exp;
2005-06-29 17:04:57 +00:00
aystarik
f2a6b9f577 date 2000.07.20.17.04.00; author mwalz; state Exp; 2005-06-29 17:04:55 +00:00
aystarik
438bc57f5f date 2000.06.29.21.11.00; author rmoore1; state Exp; 2005-06-29 17:04:53 +00:00
aystarik
1a1d782a34 Added type info to TBDs
date	2000.06.06.22.24.00;	author rmoore1;	state Exp;
2005-06-29 17:04:46 +00:00
aystarik
258ff31643 TBD Cleanup
date	2000.06.06.21.44.00;	author rmoore1;	state Exp;
2005-06-29 17:04:45 +00:00
aystarik
32c2f06591 Output cleanup
date	2000.05.15.21.58.00;	author rmoore1;	state Exp;
2005-06-29 17:04:43 +00:00
aystarik
e69dafe5e9 Debug Output
date	2000.05.04.20.50.00;	author rmoore1;	state Exp;
2005-06-29 17:04:41 +00:00
aystarik
835acf1c98 fixed a warning
date	2000.04.26.21.28.00;	author rmoore1;	state Exp;
2005-06-29 17:04:40 +00:00
aystarik
c9f93723bf Function renames
date	2000.04.19.22.25.00;	author rmoore1;	state Exp;
2005-06-29 17:04:38 +00:00
aystarik
9684fd2698 Fixed GCC compiler error on line 468
date	2000.04.04.21.04.00;	author psdiefen;	state Exp;
2005-06-29 17:04:37 +00:00
aystarik
f41f67cac5 Renamed some literals
date	2000.04.03.22.49.00;	author rmoore1;	state Exp;
2005-06-29 17:04:35 +00:00
aystarik
60f647a5c7 Now pass2 of a two-pass load
date	2000.03.27.21.36.00;	author rmoore1;	state Exp;
2005-06-29 17:04:32 +00:00
aystarik
2ded562884 Fix for object references in packages. Part3. Reference is looked up
in load begin.


date	2000.03.22.20.54.00;	author rmoore1;	state Exp;
2005-06-29 17:04:31 +00:00
aystarik
4ebea188f1 Be more careful about inadvertently opening scopes
date	2000.03.13.22.21.00;	author rmoore1;	state Exp;
2005-06-29 17:04:30 +00:00