1413 Commits

Author SHA1 Message Date
aystarik
40237394dc Standalone disassembler now uses namespace mgr for symbol table
date	2002.07.23.20.30.00;	author rmoore1;	state Exp;
2005-06-29 16:22:24 +00:00
aystarik
8ba1a0eb52 Major update for new disassembler (produces compilable ASL).
date	2002.07.15.20.51.00;	author rmoore1;	state Exp;
2005-06-29 16:22:23 +00:00
aystarik
957e221fb0 Must recognize table separately from the table install
date	2002.06.25.21.19.00;	author rmoore1;	state Exp;
2005-06-29 16:22:22 +00:00
aystarik
067b063485 Added support for AcpiOsTableOverride interface and cleaned up some of
the internal table interfaces (unused parameters)


date	2002.04.26.22.00.00;	author rmoore1;	state Exp;
2005-06-29 16:22:21 +00:00
aystarik
cc2e1bdc80 Second pass to include lint changes/comments/cleanup.
date	2002.04.08.22.01.00;	author rmoore1;	state Exp;
2005-06-29 16:22:19 +00:00
aystarik
b67a8886ae Split a function
date	2002.03.20.21.48.00;	author rmoore1;	state Exp;
2005-06-29 16:22:18 +00:00
aystarik
58a19645bd Removed obsolete ACPI_OBJECT_TYPE8 typedef and changed all references
to ACPI_OBJECT_TYPE


date	2001.12.12.20.41.00;	author rmoore1;	state Exp;
2005-06-29 16:22:14 +00:00
aystarik
f1d0b494a3 Don't free table buffer on failure - this is done later.
date	2001.12.11.16.39.00;	author rmoore1;	state Exp;
2005-06-29 16:22:12 +00:00
aystarik
0c0578a1a9 Changed AE_EXIST to AE_ALREADY_EXISTS (more informative, not
ambiguous)


date	2001.10.18.20.13.00;	author rmoore1;	state Exp;
2005-06-29 16:22:11 +00:00
aystarik
7a9f9c9cba All interpreter operand objects (both arguments and targets) are now
deleted in the dispatcher.  ExStore no longer deletes targets.  Simplifies
operand deletion and error handling.


date	2001.10.10.22.52.00;	author rmoore1;	state Exp;
2005-06-29 16:22:10 +00:00
aystarik
64514870b9 Must use AcpiOs* memory interfaces so that they don't get counted as
leaks


date	2001.09.21.22.11.00;	author rmoore1;	state Exp;
2005-06-29 16:22:09 +00:00
aystarik
4a15358cd4 Updated for AcpiDump support.
date	2001.09.20.21.37.00;	author rmoore1;	state Exp;
2005-06-29 16:22:08 +00:00
aystarik
108b7ce8a3 Added DbTerminate function to free debugger objects
date	2001.09.19.20.41.00;	author rmoore1;	state Exp;
2005-06-29 16:22:07 +00:00
aystarik
82c73422e5 Standardized all references to AML code to "AmlStart" and "AmlLength",
replacing things like Pcode, AmlPtr, etc.


date	2001.09.11.21.16.00;	author rmoore1;	state Exp;
2005-06-29 16:22:06 +00:00
aystarik
c8d8bb59ae Corrected table deletion on error (supports dsdt only)
date	2001.09.05.20.54.00;	author rmoore1;	state Exp;
2005-06-29 16:22:05 +00:00
aystarik
63527df026 Added memory allocation macros
date	2001.06.29.20.10.00;	author rmoore1;	state Exp;
2005-06-29 16:21:58 +00:00
aystarik
6390ccc674 Another pass through the source to prefix all local types with "ACPI_"
date	2001.04.26.21.03.00;	author rmoore1;	state Exp;
2005-06-29 16:21:56 +00:00
aystarik
dd817162d2 Restructured package copy code
date	2001.02.05.21.50.00;	author rmoore1;	state Exp;
2005-06-29 16:21:54 +00:00
aystarik
594e3acb40 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 16:21:52 +00:00
aystarik
6697b7fde7 Better table header checking
date	2000.11.15.22.19.00;	author rmoore1;	state Exp;
2005-06-29 16:21:48 +00:00
aystarik
aead55354d don't use raw malloc and free
date	2000.10.23.21.14.00;	author agrover;	state Exp;
2005-06-29 16:21:47 +00:00
aystarik
20978bf736 Configurable support for 64-bit ACPI integers (ACPI 2.0)
date	2000.10.11.21.02.00;	author rmoore1;	state Exp;
2005-06-29 16:21:46 +00:00
aystarik
8efa2dde1b Allows for some issues with the table length when reading it
date	2000.09.28.20.48.00;	author rmoore1;	state Exp;
2005-06-29 16:21:45 +00:00
aystarik
f76b160b15 Misc fixes for new interfaces
date	2000.09.15.21.23.00;	author rmoore1;	state Exp;
2005-06-29 16:21:44 +00:00
aystarik
507ba837fc Ran acpisrc source cleanup
date	2000.09.15.17.15.00;	author rmoore1;	state Exp;
2005-06-29 16:21:43 +00:00
aystarik
bc7f0d326e Incorporated Code Review comments/changes.
date	2000.08.09.17.09.00;	author mwalz;	state Exp;
2005-06-29 16:21:36 +00:00
aystarik
89134073c7 date 2000.07.20.16.41.00; author mwalz; state Exp; 2005-06-29 16:21:35 +00:00
aystarik
64b99e2edb Include file rename
date	2000.06.16.23.14.00;	author rmoore1;	state Exp;
2005-06-29 16:21:29 +00:00
aystarik
09961757ab Split ACPI_OBJECT_TYPE into an external and internal version
date	2000.06.02.21.41.00;	author rmoore1;	state Exp;
2005-06-29 16:21:24 +00:00
aystarik
da74902fbe Changed data types
date	2000.05.31.21.27.00;	author rmoore1;	state Exp;
2005-06-29 16:21:23 +00:00
aystarik
5ac5fe211c MatchArgument moved here, maybe temp.
date	2000.05.10.22.56.00;	author rmoore1;	state Exp;
2005-06-29 16:21:22 +00:00
aystarik
ef338ab980 Now uses the standard table interfaces
date	2000.04.19.22.22.00;	author rmoore1;	state Exp;
2005-06-29 16:21:21 +00:00
aystarik
efd5a67c2a Error checking while loading tables
date	2000.04.07.21.08.00;	author rmoore1;	state Exp;
2005-06-29 16:21:20 +00:00
aystarik
1dd5e543d5 Install default address space handlers
date	2000.03.21.22.18.00;	author rmoore1;	state Exp;
2005-06-29 16:21:19 +00:00
aystarik
1780c9838a New commands; code restructuring
date	2000.03.13.16.27.00;	author rmoore1;	state Exp;
2005-06-29 16:21:18 +00:00
aystarik
3713be5a1d AML debugger
date	2000.03.09.22.13.00;	author rmoore1;	state Exp;
2005-06-29 16:21:17 +00:00
aystarik
d5f89fd128 Rename for clarity
date	2005.06.22.22.19.00;	author rmoore1;	state Exp;
2005-06-29 16:21:15 +00:00
aystarik
5328e811cb Fixes for no mem tracking case
date	2005.06.17.21.44.00;	author rmoore1;	state Exp;
2005-06-29 16:21:14 +00:00
aystarik
df8fc8e69d Changed interface to DoSuspend and OsSleep
date	2004.09.21.20.06.00;	author rmoore1;	state Exp;
2005-06-29 16:21:07 +00:00
aystarik
0ead9a8c44 fixed a debug statement
date	2004.08.27.21.19.00;	author rmoore1;	state Exp;
2005-06-29 16:21:06 +00:00
aystarik
d25394254f More debug output for multiple threads
date	2004.03.25.22.36.00;	author rmoore1;	state Exp;
2005-06-29 16:21:04 +00:00
aystarik
99928fd2a4 check for AE_ABORT_METHOD
date	2004.03.11.21.14.00;	author rmoore1;	state Exp;
2005-06-29 16:21:03 +00:00
aystarik
07d143599c Don't abort thread on an error
date	2004.03.11.20.29.00;	author rmoore1;	state Exp;
2005-06-29 16:21:02 +00:00
aystarik
c28777f727 Set execution flag
date	2002.12.05.21.21.00;	author rmoore1;	state Exp;
2005-06-29 16:20:53 +00:00
aystarik
a61af6c8ce Added support to abort running methods
date	2002.12.05.16.48.00;	author rmoore1;	state Exp;
2005-06-29 16:20:52 +00:00
aystarik
a3746fff19 Added "execute *" command
date	2002.12.04.23.41.00;	author rmoore1;	state Exp;
2005-06-29 16:20:51 +00:00
aystarik
815bab3c4c Changed Timeout parameters to 16-bit to match ACPI spec.
date	2002.11.04.19.11.00;	author rmoore1;	state Exp;
2005-06-29 16:20:49 +00:00
aystarik
30a9324d3e Allow acpi to allocate buffer
date	2002.06.12.21.43.00;	author rmoore1;	state Exp;
2005-06-29 16:20:44 +00:00
aystarik
8952f8f833 Added ACPI_SYSTEM_XFACE to specify calling convention for "system"
interfaces and callbacks.


date	2002.02.14.23.50.00;	author rmoore1;	state Exp;
2005-06-29 16:20:41 +00:00
aystarik
9debe9748d Moved variables that are unused if DBG_TRACK_ALLOCATIONS is set
date	2002.02.06.23.40.00;	author rmoore1;	state Exp;
2005-06-29 16:20:38 +00:00