Commit Graph

102 Commits

Author SHA1 Message Date
aystarik
69888d5786 date 2003.10.21.23.29.00; author rmoore1; state Exp; 2005-06-29 20:40:53 +00:00
aystarik
d9a5300408 Added an OEM table for test purposes (LoadTable)
date	2003.10.02.17.38.00;	author rmoore1;	state Exp;
2005-06-29 20:40:52 +00:00
aystarik
026ea6c24a Update for ACPI table header change
date	2003.10.01.19.54.00;	author rmoore1;	state Exp;
2005-06-29 20:40:51 +00:00
aystarik
8f4de6d011 date 2003.09.17.17.40.00; author rmoore1; state Exp; 2005-06-29 20:40:50 +00:00
aystarik
7867c70930 Automated cleanup
date	2003.05.21.22.49.00;	author rmoore1;	state Exp;
2005-06-29 20:40:49 +00:00
aystarik
2afe632e28 Install multiple SSDTs to test core code
date	2003.05.09.18.03.00;	author rmoore1;	state Exp;
2005-06-29 20:40:48 +00:00
aystarik
b860aecaa9 Handler fixes for reference count issues and allow multiple installs
of the same handler with no error


date	2003.05.07.18.04.00;	author rmoore1;	state Exp;
2005-06-29 20:40:47 +00:00
aystarik
f9cae05f75 Automated code cleanup
date	2003.02.28.17.07.00;	author rmoore1;	state Exp;
2005-06-29 20:40:44 +00:00
aystarik
a4d5e964af date 2003.02.28.16.05.00; author rmoore1; state Exp; 2005-06-29 20:40:43 +00:00
aystarik
75147c8ff3 Automated code cleanup
date	2002.12.06.16.32.00;	author rmoore1;	state Exp;
2005-06-29 20:40:40 +00:00
aystarik
ab03b077d2 Added SMBUS region handler
date	2002.11.08.22.24.00;	author rmoore1;	state Exp;
2005-06-29 20:40:38 +00:00
aystarik
9c803c06ee Automated Cleanup
date	2002.07.30.22.16.00;	author rmoore1;	state Exp;
2005-06-29 20:40:37 +00:00
aystarik
ff476c8938 16-bit changes
date	2002.05.17.20.33.00;	author rmoore1;	state Exp;
2005-06-29 20:40:35 +00:00
aystarik
3b6b69e602 Added a bogus table with a bad signature to test core code that should
ignore it.


date	2002.03.22.22.36.00;	author rmoore1;	state Exp;
2005-06-29 20:40:33 +00:00
aystarik
8d48215b64 Support for Logical RSDP and subtables
date	2002.03.20.21.48.00;	author rmoore1;	state Exp;
2005-06-29 20:40:32 +00:00
aystarik
810b76ec9e Prefixed C library macros (MEMSET, etc.) with "ACPI_".
date	2002.02.13.18.54.00;	author rmoore1;	state Exp;
2005-06-29 20:40:31 +00:00
aystarik
9f78dd91c9 Prefixed all macros with "ACPI_" to prevent collisions with local OS
header files.


date	2002.02.12.22.41.00;	author rmoore1;	state Exp;
2005-06-29 20:40:30 +00:00
aystarik
c03ad3a408 Made the "common" FACS a static global structure because we need to
keep the original FACS mapped so that the global lock is accessible.


date	2002.02.11.17.33.00;	author rmoore1;	state Exp;
2005-06-29 20:40:29 +00:00
aystarik
2720aa2e53 Added a region handler for custom spaceId 0x80
date	2002.02.04.22.14.00;	author rmoore1;	state Exp;
2005-06-29 20:40:27 +00:00
aystarik
1836f7a0d7 Obsoleted AcpiOsCallocate interface
date	2002.01.18.22.41.00;	author rmoore1;	state Exp;
2005-06-29 20:40:26 +00:00
aystarik
69d3fa5886 Began implementation of local RSDP
date	2001.12.20.22.31.00;	author rmoore1;	state Exp;
2005-06-29 20:40:24 +00:00
aystarik
caec6a5ae9 Print status codes on error
date	2001.11.09.22.14.00;	author rmoore1;	state Exp;
2005-06-29 20:40:23 +00:00
aystarik
9140b6dec1 Cleanup - extraneous spaces and tab removal
date	2001.11.02.00.06.00;	author rmoore1;	state Exp;
2005-06-29 20:40:22 +00:00
aystarik
573b0e4a4e handle status from InstallHandlers
date	2001.10.31.21.40.00;	author rmoore1;	state Exp;
2005-06-29 20:40:21 +00:00
aystarik
f40f283efb Removed ACPI_READ_ADR_SPACE (and WRITE). Uses common ACPI_READ and
ACPI_WRITE


date	2001.10.29.17.14.00;	author rmoore1;	state Exp;
2005-06-29 20:40:20 +00:00
aystarik
6fc92acae6 Implemented 64-bit field support for ACPI 2.0
date	2001.10.26.16.16.00;	author rmoore1;	state Exp;
2005-06-29 20:40:18 +00:00
aystarik
84d678f4c7 Improved a debug print
date	2001.09.18.22.43.00;	author rmoore1;	state Exp;
2005-06-29 20:40:17 +00:00
aystarik
8ea52f8171 Merged WALK_STATE and PARSE_STATE; new common function for
initialization of WALK_STATE


date	2001.09.11.20.10.00;	author rmoore1;	state Exp;
2005-06-29 20:40:15 +00:00
aystarik
162fbe5799 New ACPI_DEBUG_PRINT macro deployed. Much smaller implementation.
date	2001.08.14.23.19.00;	author rmoore1;	state Exp;
2005-06-29 20:40:13 +00:00
aystarik
d73a9540c5 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 20:40:11 +00:00
aystarik
1d7c947c97 Prefixed component IDs with "ACPI_"
date	2001.03.07.19.29.00;	author rmoore1;	state Exp;
2005-06-29 20:40:10 +00:00
aystarik
6d58529b29 Changed a returned exception
date	2000.12.21.16.37.00;	author rmoore1;	state Exp;
2005-06-29 20:40:08 +00:00
aystarik
1e17edf07f Updated 16-bit tools to 64-bits and ACPI 2.0 tables
date	2000.12.20.23.10.00;	author rmoore1;	state Exp;
2005-06-29 20:40:07 +00:00
aystarik
ed7fd0757d added revision tag
date	2000.11.22.02.43.00;	author agrover;	state Exp;
2005-06-29 20:40:05 +00:00
aystarik
1694056883 added a cast
date	2000.11.17.18.49.00;	author rmoore1;	state Exp;
2005-06-29 20:40:04 +00:00
aystarik
252a1f0fae fix addr handler to handle allocations at top of memory better
date	2000.09.22.21.26.00;	author agrover;	state Exp;
2005-06-29 20:40:01 +00:00
aystarik
4e374853b7 Changed names of the major objects for clarity
date	2000.08.30.20.12.00;	author rmoore1;	state Exp;
2005-06-29 20:40:00 +00:00
aystarik
8a7ed487af global removal of semicolon from MODULE_NAME macro.
This allows us to remove it completely on Release builds.


date	2000.08.30.00.41.00;	author agrover;	state Exp;
2005-06-29 20:39:59 +00:00
aystarik
ca33d529bc date 2000.08.17.16.59.00; author rmoore1; state Exp; 2005-06-29 20:39:58 +00:00
aystarik
03d7ff2162 date 2000.08.11.21.07.00; author rmoore1; state Exp; 2005-06-29 20:39:56 +00:00
aystarik
eb9e5a30c6 date 2000.08.08.19.27.00; author rmoore1; state Exp; 2005-06-29 20:39:55 +00:00
aystarik
429b667ea1 Modifications to region setup and space handler to accomodate
prototype changes.


date	2000.07.28.20.03.00;	author mwalz;	state Exp;
2005-06-29 20:39:54 +00:00
aystarik
065de1e23e date 2000.07.17.20.03.00; author rmoore1; state Exp; 2005-06-29 20:39:53 +00:00
aystarik
2e3a40086a Update for new interfaces
date	2000.07.14.21.51.00;	author rmoore1;	state Exp;
2005-06-29 20:39:52 +00:00
aystarik
2e18f0d537 Renamed header files
date	2000.07.10.22.42.00;	author rmoore1;	state Exp;
2005-06-29 20:39:51 +00:00
aystarik
4ae851ab49 New params, typecasts
date	2000.05.19.22.05.00;	author rmoore1;	state Exp;
2005-06-29 20:39:47 +00:00
aystarik
1821a7f2d8 Updated to latest CA interfaces
date	2000.05.10.23.08.00;	author rmoore1;	state Exp;
2005-06-29 20:39:46 +00:00
aystarik
befdf88b84 Added a simple RegionInit function that gets called just before the
handler is invoked.


date	2000.05.04.15.38.00;	author mwalz;	state Exp;
2005-06-29 20:39:44 +00:00
aystarik
6c439a569e date 2000.05.03.18.40.00; author mwalz; state Exp; 2005-06-29 20:39:43 +00:00
aystarik
4097eeca50 Fixed AeInstallHandlers to call AcpiInstallAddressSpaceHandler with
correct number of parameters


date	2000.04.28.14.49.00;	author mwalz;	state Exp;
2005-06-29 20:39:42 +00:00